You are not logged in.
Hello,
We're making a website for a client and they'd like to send a mail with a price offering when a customer fills out the form.
In the Bigtree formbuilder template there is a section field called "confirmation email template", this would be the perfect place to do just that.
But when we put the exported html from the mailchimp template inside that area, everything is in plain text after sending the confirmation mail.
Is there a way to change that somehow?
Thanks in advance,
Robin
Offline
Robin,
You'd need to modify the Form Builder template's process calls. It's setup to send mail via PHP's mail() command at the moment so it doesn't support HTML email. You'd need to switch it to using something like BigTreeEmailService to send the emails (or BigTree::sendEmail) as both of them default to HTML rather than text.
Offline
Perfect. That was an easy solution
Thanks very much!
Offline