I am trying to create a custom email notification. I followed your instructions but I cannot seem to get the unique IDs working. Here is the code I am currently using:
<b>Name:</b> {iphorm_1_1} <br/> <b>Email:</b> {iphorm_1_2} <br/> <b>Message:</b> {iphorm_1_3} <br/> <br/> --<br/> <i>Submitted via the contact form on RobBessette.com</i>
If you are trying to customize the Email Content , all you have to do is Select from the dropdown on the right (when you click Customize email content) and add any Variable you wish and it will add it correctly , do not add manually .
your content should look like this <b>Name:</b> {Name|1} <br/> <b>Email:</b> {Email|2} <br/> <b>Message:</b> {Message|3} <br/> <br/> --<br/> <i>Submitted via the contact form on RobBessette.com</i>