Skip to content

Instantly share code, notes, and snippets.

@dirkkelly
Created January 13, 2011 00:06
Show Gist options
  • Save dirkkelly/777146 to your computer and use it in GitHub Desktop.
Save dirkkelly/777146 to your computer and use it in GitHub Desktop.
setting up dynamic form fields in the radiant-forms-extension
something_awesome:
extension: mail
field:
from: contact[email]
recipients: info@company.com
<form>
<input name="contact[email]" />
</form>
# This will take the contact[email] value and set it as the from for the email.
This can be done with most fields.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment