I need copy more text lines when user required and click something like "add more " or "+".
If they don't click the button then just HIDE.
[list]
I follow the Q&A (How can I have a button to add more form inputs in CFv5?),
And I try the new 'Container multiplier' function on CFV5[/list]
Both of these two are displayed correctly on the page as picture I was attached.
HOWEVER, once i finish the form in different added line and finally submit and send the email.
The email doesn't display these information at all, [all other text box information, date pick , radio buttons are NO problem], only miss out all these added line information.
I just want to know how to send all these [added line] information to email.
Do I need to add some code somewhere or what?
Currently the email code generated is like this only:
"
<table>
<tr><td>姓名</td><td>{text4}</td></tr>
<tr><td>新加坡手机号码</td><td>{text5}</td></tr>
<tr><td>您的邮箱</td><td>{text6}</td></tr>
<tr><td>新加坡地址</td><td>{text7}</td></tr>
<tr><td>您一共转运几件包裹来新加坡?</td><td>{dropdown5}</td></tr>
<tr><td>Datepicker Label</td><td>{datepicker24}</td></tr>
<tr><td></td><td>{custom}</td></tr> //the custom code copy from [How can I have a button to add more form inputs in CFv5?]
<tr><td></td><td>{captcha}</td></tr>
<tr><td></td><td>{captcha}</td></tr>
<tr><td>Container #26</td><td>{container}</td></tr> [the container selected as a multiplier]
<tr><td>name1</td><td>{text32}</td></tr>
<tr><td>address1</td><td>{text33}</td></tr>
</table>"
Your answer is appreciated!
If they don't click the button then just HIDE.
[list]
I follow the Q&A (How can I have a button to add more form inputs in CFv5?),
And I try the new 'Container multiplier' function on CFV5[/list]
Both of these two are displayed correctly on the page as picture I was attached.
HOWEVER, once i finish the form in different added line and finally submit and send the email.
The email doesn't display these information at all, [all other text box information, date pick , radio buttons are NO problem], only miss out all these added line information.
I just want to know how to send all these [added line] information to email.
Do I need to add some code somewhere or what?
Currently the email code generated is like this only:
"
<table>
<tr><td>姓名</td><td>{text4}</td></tr>
<tr><td>新加坡手机号码</td><td>{text5}</td></tr>
<tr><td>您的邮箱</td><td>{text6}</td></tr>
<tr><td>新加坡地址</td><td>{text7}</td></tr>
<tr><td>您一共转运几件包裹来新加坡?</td><td>{dropdown5}</td></tr>
<tr><td>Datepicker Label</td><td>{datepicker24}</td></tr>
<tr><td></td><td>{custom}</td></tr> //the custom code copy from [How can I have a button to add more form inputs in CFv5?]
<tr><td></td><td>{captcha}</td></tr>
<tr><td></td><td>{captcha}</td></tr>
<tr><td>Container #26</td><td>{container}</td></tr> [the container selected as a multiplier]
<tr><td>name1</td><td>{text32}</td></tr>
<tr><td>address1</td><td>{text33}</td></tr>
</table>"
Your answer is appreciated!