Skip to content

Instantly share code, notes, and snippets.

@lucaswxp
Created February 3, 2012 16:03
Show Gist options
  • Select an option

  • Save lucaswxp/1730862 to your computer and use it in GitHub Desktop.

Select an option

Save lucaswxp/1730862 to your computer and use it in GitHub Desktop.
<?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