creativedotdesign / tofino

WordPress boilerplate theme on a modern stack. NPM and Composer.
Other
29 stars 6 forks source link

Update buildEmailBody in AjaxForm to accept variables to replace in html template #182

Closed danimalweb closed 8 years ago

danimalweb commented 8 years ago

Pass in an array and loop through it replacing the key values with the variables found in the email template.

This will allow more dynamic email templates.