Hello,
Is there a way to hide the form upon successful submission ?
Thanks and best regards,
Philippe
Hello,
Is there a way to hide the form upon successful submission ?
Thanks and best regards,
Philippe
Nope, not yet.
Best regards,
Philippe
I don’t think there’s a Bricks native way to do this right now without some custom JavaScript but I’ll bring this up internally as a potential improvement
Hi guys,
We’ve added some new interactions in Bricks 1.9.2 beta, now available as a manual download in your account (see changelog).
Please let us know if you are still experiencing issues.
As with any beta release, please do not use it on any production/live website. It is only meant for testing in a local/staging environment.
I’m attempting to use Interactions to hide the native Bricks form upon successful submission, and it does seem to work. However, I notice the success message doesn’t display since the entire form goes away. Is there a way to set up the form interaction such that the form field(s) and submit button are hidden after a successful submission but still allow the inline success message to display?
@matchlessweb You can create a custom success message by using any element and initially setting its display to “none”. Then set up an interaction where the trigger is “Form Success” and the action is “Show element”.
Hi
If we display the form message with a popup, the default message of the form will still be displayed. I hope that in the next versions there will be an option to disable them even from the DOM.
Thanks @charaf, I’ll use this method. I’ll just disable the success/confirmation message from the form element.
May I ask how you disable it?
just backspace/delete whatever confirmation message you’ve typed