Success page pop-up text or image

Issues related to forms.
Post Reply
Lasa
 
 
Posts: 482
Joined: Sat Oct 06, 2018 3:08 pm

Success page pop-up text or image

Post 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
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Success page pop-up text or image

Post by Pablo »

There is no standard solution for this.
But it would require an AJAX script.

I may add this in a future version.
alan_sh
 
 
Posts: 1681
Joined: Tue Jan 01, 2019 5:50 pm

Re: Success page pop-up text or image

Post 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
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Success page pop-up text or image

Post 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.
Lasa
 
 
Posts: 482
Joined: Sat Oct 06, 2018 3:08 pm

Re: Success page pop-up text or image

Post by Lasa »

Thanks!
Lasa
bkjohns
 
 
Posts: 290
Joined: Wed Nov 14, 2018 5:54 pm

Re: Success page pop-up text or image

Post 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?
User avatar
BaconFries
 
 
Posts: 5328
Joined: Thu Aug 16, 2007 7:32 pm

Re: Success page pop-up text or image

Post 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
bkjohns
 
 
Posts: 290
Joined: Wed Nov 14, 2018 5:54 pm

Re: Success page pop-up text or image

Post by bkjohns »

Thanks Bacon, didn't know that.
Lasa
 
 
Posts: 482
Joined: Sat Oct 06, 2018 3:08 pm

Re: Success page pop-up text or image

Post by Lasa »

That's thinking out of the box....
Post Reply