WebSite X5Help Center

 
Claude V.
Claude V.
User

Displaying a confirmation that the form has been sent  en

Autore: Claude V.
Visite 1019, Followers 1, Condiviso 0  
Parole Chiave: form,website x5 pro 2020.1

Is there a way to display a message ( e.g. Your message has been sent) on the screen when you press the button "send" at the bottom of the form ? 

Postato il
7 RISPOSTE - 2 UTILI
Sinisa B.
Sinisa B.
User

No. I have asked them a long time before to add this feature to the FORM object.
You should make your post as an IDEA...

Leggi di più
Postato il da Sinisa B.
Jim C.
Jim C.
User

Hi Claude,

You can set up a hidden page i.e. email sent with suitable comment, then go to contact form object, confirmation page after sending data. Then select your “hidden” email sent page which will then appear on the users screen when the email is sent.

See below:

Is this what you are looking for?

Jim

Leggi di più
Postato il da Jim C.
Claude V.
Claude V.
User
Autore

Hi Jim , thanks for the idea - I will test it this week end and let you know. That hidden page should stay visible a short period of time , then it should go back automatically to the home page. 

Leggi di più
Postato il da Claude V.
Jim C.
Jim C.
User

Hi Claude,

I am not sure how you could get the message page to return to the home page after “X” time. However you could insert a link on the message page for the user to click on to return to the home page or whatever page that you wanted them to go to.


See below:

Maybe other users can provide information on how to set up a timed link to another page.

Jim

Leggi di più
Postato il da Jim C.
Esahc ..
Esahc ..
Moderator

Jim & Claude, I add an html object to the thankyou page with one line in it.

<script>setTimeout(function(){window.location.href="/"},12000);</script>

you could (if you prefer) replace "/" with any webpage eg "https://yourdomain.com/index.html"

Leggi di più
Postato il da Esahc ..
Jim C.
Jim C.
User

Hi Eashc,

Thank you for your prompt feedback, this works really well. I will certainly make use of this. Hopefully it will also meet Claude’s needs.

Many thanks,

Jim

Leggi di più
Postato il da Jim C.
Claude V.
Claude V.
User
Autore

Hello Jim , Hello Esahc, Many thanks for your help in resolving my issue. Indeed your combined solutions have allowed me to display a confirmation that the information entered on the form has been sent and to return to the home page after a while.

many thanks for having taken the time to answer to my question. All the best.

Regards,   Claude

Leggi di più
Postato il da Claude V.