I'm just checking out this product and I LOVE it! Good job!
I would like to hide the submit button code in the email that is sent. Is that possible?
Currently I get:
submitButton Submit
Also, do you have an example of what a custom email template should look like? I might like to make one but don't know where to start.
Thanks!
I would like to hide the submit button code in the email that is sent. Is that possible?
Currently I get:
submitButton Submit
Also, do you have an example of what a custom email template should look like? I might like to make one but don't know where to start.
Thanks!
Hi marglar,
To omit a field from the results put the field name (or a comma separated list) in the 'Omitted field names' box on the General tab.
A custom email template looks like an ordinary piece of html and you can add field values by including the field names in curly brackets:
Updated to add field name info<br><br>Post edited by: GreyHead, at: 2008/03/20 11:22
To omit a field from the results put the field name (or a comma separated list) in the 'Omitted field names' box on the General tab.
A custom email template looks like an ordinary piece of html and you can add field values by including the field names in curly brackets:
<p>Dear {first_name},</p>
<p>Thank you for submitting our form. We will contact you shortly at your email address {email}.</p>
<p>Best wishes<br />The Webmaster</p>
Bob
Updated to add field name info<br><br>Post edited by: GreyHead, at: 2008/03/20 11:22
This topic is locked and no more replies can be posted.