impresspages / ImpressPages

ImpressPages is php framework with admin panel. Build functional website in one hour.
http://www.impresspages.org
Other
501 stars 178 forks source link

After submit form, option to go to landingpage url, by tab or by modal #874

Open heervandijk opened 6 years ago

heervandijk commented 6 years ago

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'.

jankus commented 6 years ago

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.