| hidden_recipient : This is the email address that you want the results to be sent to. Only use this is if the recipient is not a user-entered form field. |
| <input type="hidden" name="hidden_recipient" value="youremail@domain.com"> |
| icons: If you want small icons with messages. |
| <input type="hidden" name="icons" value="yes"> |
| subject: If you want a special subject name for your email results (Default="Form Submission"). |
| <input type="hidden" name="subject" value="subject"> |
| redirect: If you want your page to redirect to a custom thank you/main page, else outputs thank you message & their input values. |
| <input type="hidden" name="redirect" value="redirectpage"> |
| thankyou: If you want a custom thank you message and aren't using a redirect page.(Default="Thank you for your submission."). |
| <input type="hidden" name="thankyou" value="Your Message here!"> |
| req_fields: Put the fields that you want to be required. |
| <input type="hidden" name="req_fields" value="ex. name,email"> |
| auto_respond: Will send an email to user upon submission, requires user's email address. |
| <input type="hidden" name="auto_respond" value="yes"> |
| auto_subject: If auto_respond is used, this will be the subject of their email (Default="Thank you for your submmission"). |
| <input type="hidden" name="auto_subject" value="subject"> |
| auto_content: If auto_respond is used, this will be the message in the body of their email (Default="Thank you for your submmission. We will contact you soon."). |
| <input type="hidden" name="auto_content" value="content"> |
| cc: Allows you to send a carbon copy to another email address. |
| <input type="hidden" name="cc" value="emailaddress@domain.com"> |
| ip_address: Will send the user's IP Address in the email results. |
| <input type="hidden" name="ip_address" value="yes"> |
| browser: Will send the user's browser type in the email results. |
| <input type="hidden" name="browser" value="yes"> |
| getdate: Will send the date & time in the email results. |
| <input type="hidden" name="getdate" value="yes"> |
| htmlemail: Will send the email results as an html page. |
| <input type="hidden" name="htmlemail" value="yes"> |
| htmlemail_page: Location of html page that will be the template for the emails. |
| <input type="hidden" name="htmlemail_page" value="email.html"> |
| Very Important!! In the html page that you use as your email template, make sure that where you want the form results to be display you enter this code: [insert mmex]. (EX: <html><head></head><body><div style="color:red; border:solid green 1px">[insert mmex]</div></body></html>) |
| font_size: Font size of default messages in the html (Default="11pt"). |
| <input type="hidden" name="font_size" value="ex. 11pt"> |
| font_color: Font color of default messages in the html (Default="#000000"). |
| <input type="hidden" name="font_color" value="ex. #f64e4e"> |
| font_weight: Font weight of default messages in the html (Default="none"). |
| <input type="hidden" name="font_weight" value="ex. bold"> |