Re: Form Generator v1.00 Released (NEW PLUGIN)
3 posts by 2 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: May 22, 2018 (RSS)
By Steve99 - May 22, 2018
In response to: [url "https://www.interactivetools.com/forum/forum-posts.php?postNum=2240148#post2240148"]Form Generator v1.00 Released (NEW PLUGIN)[/url], ...
Hi Guys,
Just noticed the base form generator code doesn't prevent re-posting on page refresh if it were to occur.
By leo - May 22, 2018
Hi,
That is the nature of a form. We suggest that after the form is submitted and gets handled, redirect the user to a confirmation page using redirectUserToBrowser($url).
Thanks,
interactivetools.com
By Steve99 - May 22, 2018
Hi Leo,
Yeah that makes most sense using redirectBrowserToURL() to adhere to post/redirect/get pattern. Thanks.