Confirmation Page

Display a confirmation page after form submission in ChronoForms.

Overview

The user placed confirmation text in an HTML field, but it appeared below the form instead of after submission.
Add the HTML view containing your confirmation text to the 'submit' event of your form page. For displaying the label text of selected radio buttons, use the provided variable format available in CF v8.0.16 and later.

Answered
Li LikeStuff 26 Sep, 2023
Hi there,

I am using ChronoForms 8. After the email is sent, how do I display a confirmation page please.

Thanks!
Max_admin Max_admin 27 Sep, 2023
Answer
put whatever text you want to show in an HTML view and it will be displayed, including {data:} tags
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
rb rbock 28 Sep, 2023
And how do you ensure that not the value but the text of the elements is displayed?

Radio Group:

1=Test1
2=Test2
3=Test3

So that Test2, not 2, is displayed?
Li LikeStuff 28 Sep, 2023
Hi,

I add an HTML field and placed the text in it but it's showing on the front-end, below the form. I wanted it to show after the is submitted.

I guess I'm missing a step?

Thanks!
Max_admin Max_admin 30 Sep, 2023
@LikeStuff: add it in the "submit" event of your page.

@rbock, no solution for this at the moment unless you change the radio group values.
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Max_admin Max_admin 23 Oct, 2023
starting at 8.0.16 you can get the text of selected options using:
{var:field_name.selection}
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
rb rbock 23 Oct, 2023
Nice, that works... Thank you, Max...
This topic is locked and no more replies can be posted.