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.
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 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>
how is this not a thing yet
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.
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>