Hi
I tried this code in email template and thanks message
but i get the output after submit as
Your Registration number is
data['chronoform_data']['cf_id']; ?>
can any resolve this
thanks,
prashant.
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.
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
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
Thank you Bob
I am not using Joomla Registration, as i dont need it.
It is working now with
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.
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.
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
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
Thank you Bob for the reply.
You didn't reply my question below
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.
You didn't reply my question below
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.
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
This topic is locked and no more replies can be posted.