Form submit redirect in new tab and disable webflow natural success/failure state

Add an option to redirect in new tab and disable webflow form natural success/failure state, don't show state when form submit and redirect in new tab

  • Anderson Min
  • Jul 17 2018
  • Paul Conte commented
    August 07, 2023 19:21

    how is this not a thing yet

  • Cyber Sader commented
    December 23, 2022 22:59

    I agree. This is very important for flexibility. Some developers want to use custom code to show the user evidence of their submission in other ways without automatically getting rid of the input fields.

  • Ernestas Simkus commented
    May 07, 2021 10:44

    The Disable of success/failure is a MUST. I think it's the most useless idea to lock and force web designers to use a function they don't need. Why is it forced to use this function? I choose if I want to use this function or not. And Iw seen that someone in other forum said "Well without this people will be just clicking the form and will not know if its submitted" But thats designers fault and he will choose what he want to do with his knowledge. Now I'm wasting my time trying to find a workaround because third party JavaScript uses type="submit" same as webflow. And they have their own messages with a value, but I can't find a way to be able to show the value as webflow just makes the form to disappear. The Value from third party email collection also shows a custom discount code to use on my shop page on amazon. But the webflow makes the whole form with all elements disappear. Who's ever idea was to lock the success/error messages and make the form disappear after submission needs to find a new job. The designer needs to be able to choose what he wants to do with all the elements of web developing. Not the platform creator.


    thats a snippet of the custom code from a third party:


    <div id="mce-responses" class="clear">

    <div class="response" id="mce-error-response" style="display:none"></div>

    <div class="response" id="mce-success-response" style="display:none"></div>

    </div>

    <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name=" (HERE IS CUSTOM CODE ID THAT GIVES CUSTOM VALUE AFTER SUBMISSION) " tabindex="-1" value=""></div>

    <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>

  • +11