WebSite X5Help Center

 
Claude V.
Claude V.
User

Displaying a confirmation that the form has been sent  en

Автор: Claude V.
Просмотрено 1043, Подписчики 1, Размещенный 0  

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 ? 

Размещено
7 Ответы - 2 Полезно
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...

Читать больше
Размещено От 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

Читать больше
Размещено От Jim C.
Claude V.
Claude V.
User
Автор

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. 

Читать больше
Размещено От 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

Читать больше
Размещено От 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"

Читать больше
Размещено От 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

Читать больше
Размещено От Jim C.
Claude V.
Claude V.
User
Автор

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

Читать больше
Размещено От Claude V.