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 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,

Leo - PHP Programmer (in training)
interactivetools.com

By Steve99 - May 22, 2018

Hi Leo,

Yeah that makes most sense using redirectBrowserToURL() to adhere to post/redirect/get pattern. Thanks.