Page 1 of 1
Success page pop-up text or image
Posted: Fri Apr 19, 2019 3:13 pm
by Lasa
Instead of a success page is there anyway to have a text box or image show up on the page... Like a THANK YOU!
Cheers,
Lasa
Re: Success page pop-up text or image
Posted: Fri Apr 19, 2019 4:32 pm
by Pablo
There is no standard solution for this.
But it would require an AJAX script.
I may add this in a future version.
Re: Success page pop-up text or image
Posted: Fri Apr 19, 2019 7:02 pm
by alan_sh
Could you have an hidden text box (or image) that is made visible when success happens and then made hidden again when the mouse scrolls over or something?
Alan
Re: Success page pop-up text or image
Posted: Fri Apr 19, 2019 8:49 pm
by Pablo
Could you have an hidden text box (or image) that is made visible when success happens and then made hidden again when the mouse scrolls over or something?
No, because the form is processed on another page, so there is no way (other than to use AJAX) to update the screen on submit.
Re: Success page pop-up text or image
Posted: Fri Apr 19, 2019 9:13 pm
by Lasa
Thanks!
Lasa
Re: Success page pop-up text or image
Posted: Fri Apr 19, 2019 9:48 pm
by bkjohns
How about cloning your form page as a success page and add a popup/layer for the thank you, with a timed redirect back to another page of your choice?
Re: Success page pop-up text or image
Posted: Fri Apr 19, 2019 10:46 pm
by BaconFries
How about cloning your form page as a success page
A success or error page should not contain any php code or use the .php extension it should always be .html this is documented.
See FAQ:
viewtopic.php?f=10&t=32967
Re: Success page pop-up text or image
Posted: Sat Apr 20, 2019 12:46 am
by bkjohns
Thanks Bacon, didn't know that.
Re: Success page pop-up text or image
Posted: Sat Apr 20, 2019 2:13 am
by Lasa
That's thinking out of the box....