You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally I was happy to add a message instead of the "thank you" note after submit form. Issue with that is that page scroll to top, but actual form and "thank you" message maybe down below the page.
Is it possible to get this message in a modal or feature allow to set url. or page stay same 'height'.
The text was updated successfully, but these errors were encountered:
It's a bug in a form.js file in a core. Form is removed before scroll offset is calculated. If it really bothers you and you know how to recompile core files (ipCore.min.js), there's a quick an simple fix (switching order actions in a code). Otherwise, you will need to wait until we get to a new release.
Originally I was happy to add a message instead of the "thank you" note after submit form. Issue with that is that page scroll to top, but actual form and "thank you" message maybe down below the page.
Is it possible to get this message in a modal or feature allow to set url. or page stay same 'height'.
The text was updated successfully, but these errors were encountered: