Hello, to everyone! with the help of this tutorial: http://www.chronoengine.com/faqs/58-cfv4/cfv4-elements-and-html/2700-how-can-i-have-a-button-to-add-more-form-inputs.html
I crate a button that allow the user to add a new input in another row. Until this point there aren't problems... but now i need to use the datas in the mail and in the database table. How can i do that? i don't understand the last part of the tutorial...
Thank you!
Hi dragolong,
Which part exactly don't you understand?
Bob
Thank you for your reply. I can't understand how to put in the mail the data inserted by user. For example if i have a text input whose alias is "name" in the template mail I write {name} to display the data inserted by user.
How can i display the data of multi row input in the mail?
Thank you!
Hi dragolong,
if i have a text input whose alias is "name" in the template mail I write {name} to display the data inserted by user
Yes that is correct.
How can i display the data of multi row input in the mail?
You do the same, but use the names you have given them. If it is an array then the names may be like {email.1}, {email.2} etc.
If you add a debugger action to your form then you can see what data is available to you.
Bob
The debugger action doesn't display multirow input... I can't understand why....
THIS IS THE FORM: http://www.bionaturaitalia.it/index.php?option=com_chronoforms&chronoform=ordine_wellness
thanks!
ok, now debugger works correctly, but I can't put the data in the mail... i tried cod.1, cod, cod1 but no one of these works.