-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prevent page reload on form submit #82
Comments
Hi! Do you mean like submission over AJAX? That isn't supported unfortunately. |
|
Did you mean to type something @FunkyCss ? |
@fabianlindfors I understand this isnt supported but my issue is kind of related - Is there a hook I can call after the page has been reloaded once the form has been sent? My issue is that - I have my form in a bootstrap modal and when I submit the form the page reloads. This is fine... But the page reloads and the modal isnt open thus not displaying the succession message. |
Hi, @geeworthington! I think your best bet is to use some JavaScript to check for the |
Hi Fabian! Instead of reloading the page ob form submisson i need the success message to be displayed.
How can I achieve that? (I´m Pro User)
The text was updated successfully, but these errors were encountered: