I am using a form [form1] to output the data of a table. At the end of that page I have a link to respond to that information with an email that links to an other form [form2].
Now, how can I include the information from form1 into the email of form2?
Now, how can I include the information from form1 into the email of form2?
Hello faitas,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How do I create an email subject using data from the form?
How can I include files or code in a ChronoForm?
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How do I create an email subject using data from the form?
How can I include files or code in a ChronoForm?
P.S: I'm just an automated service😉
Hi faitas,
Use a Data to Session action in the On Submit event of Form 1 and a Session to Data action in one of the events of Form 2 ( it depends where you want the data). Add a Session Key to both actions to identify the data set.
Bob
Use a Data to Session action in the On Submit event of Form 1 and a Session to Data action in one of the events of Form 2 ( it depends where you want the data). Add a Session Key to both actions to identify the data set.
Bob
there is not a submit session on Form 1. Only a link to a popup Form 2 with an email
<a class='modal' href='index.php?option=com_chronoforms&chronoform=email_form&email=".$form->data['email']."&tmpl=component' >Send and email here</a>
This topic is locked and no more replies can be posted.
