How to reset the Template Email on front end submit

junior_duda 19 Mar, 2009
I did a form with a javascript that creates a new line on one table, and when users insert some data in one line and click on the button + it creates a new line below, but when they submit the form, the result email just appears just the fist one line, from the original code without the new lines inserted by the user,

I need help to make it send all lines created by the user, One ideia, but I don't know how to make, is to reset the field Email template when the user click on the submit making it generate a new template with the complete table and after send the email!!!

Sorrry for the bad english;
GreyHead 19 Mar, 2009
Hi junior_duda,

You can probably do this by using array names like field_name[] There are several examples of expanding forms in the forums here.

Bob
junior_duda 20 Mar, 2009
Thanks GreyHead,

I'll try your idea, later I post the result 😀 lightbulb
This topic is locked and no more replies can be posted.