Forums

Confirmation Page

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 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...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
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?
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 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...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
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...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
rbock 23 Oct, 2023
Nice, that works... Thank you, Max...
You need to login to be able to post a reply.