bug in version 4

crprashant 25 Apr, 2012
Hi
I tried this code in email template and thanks message
Your Registration number is<br/>
<?php
echo $form->data['chronoform_data']['cf_id']; ?>


but i get the output after submit as
Your Registration number is
data['chronoform_data']['cf_id']; ?>

can any resolve this

thanks,
prashant.
GreyHead 25 Apr, 2012
Hi crprashant,

Are you using the Joomla! Registration plug-in?

I don't' think that you can use PHP with a Thank You message action. Please try {chronoform_data.cf_id} instead.

Bob
crprashant 25 Apr, 2012
Thank you Bob

I am not using Joomla Registration, as i dont need it.

It is working now with
{chronoform_data.cf_id}
. could get the value in Thank you message.

Need one more help.

How to reset the value of cf_id to 1 ?

Rather, I want a unique ID to be generated which people cannot predict. And I want to display this unique ID both in Email and Thank You message.

How to get the submitted form html with user entered values in a POP window to take a print? (after submit)
Here is my form http://bkyouth.org/index.php?option=com_chronoforms&chronoform=YouthWingRegForm
Awaiting your response.

Thanks in Advance!

With Regards,
Prashant.
GreyHead 25 Apr, 2012
Hi Prashant,

I suggest that you try my Unique ID [GH] action to create a unique ID which people cannot predict. This will display in the Email and Thank You message.

Bob
Max_admin 27 Apr, 2012

How to get the submitted form html with user entered values in a POP window to take a print?



You will need to find some JS code online to do this.

Cheers,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.