Created
February 3, 2012 16:03
-
-
Save lucaswxp/1730862 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php /* do not remove this line */exit;?> | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <form> | |
| <!-- FORM SETTINGS --> | |
| <form_settings> | |
| <id>my-form</id> | |
| <style>default</style> | |
| <send_text>Send message</send_text> | |
| <recaptcha public_key="" private_key="" theme="white" /> | |
| </form_settings> | |
| <!-- FEEDBACK SETTINGS --> | |
| <feedback_settings> | |
| <error>Oops! Something went wrong! Please, check the messages below the fields.</error> | |
| <unknow_error>Oops! Something went wrong!</unknow_error> | |
| <success>Message sent! Thank you for contacting us!</success> | |
| </feedback_settings> | |
| <!-- EMAIL CONFIG --> | |
| <email_settings> | |
| <recipients to="" cc="" bcc="" /> | |
| <smtp auth="yes" host="" username="" password="" secure_type="tls" port="587" /> | |
| <subject>Someone is getting in touch with you!</subject> | |
| </email_settings> | |
| <!-- FIELDS SETTINGS --> | |
| <fields> | |
| </fields> | |
| </form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment