Love Mautic. Was able to throw it on my vps and send app promotion emails en masse perfectly. I’ve created a couple of forms for my website but when I receive form confirmation via email I get this in the email body instead of the info filled out in the form =
{formfield=submission result}
Love Mautic. Was able to throw it on my vps and send app promotion emails en masse perfectly. I’ve created a couple of forms for my website but when I receive form confirmation via email I get this in the email body instead of the info filled out in the form =
{formfield=submission result}
Mautic wouldn’t it be an idea if there was a dynamic cheat sheet with all these short codes for ones application.
I would also like to know how to do this
Hi,
The syntax is {formfield=fieldalias}. So let’s say I have three inputs: Full name with an alias of name, Email with an alias of email, and then Number of attendees with an alias of attendees. I would have something like this in the email:
Form results:
Name: {formfield=name}
Email: {formfield=email}
# attendees: {formfield=attendees}
Let me know if that doesn’t work for you.
We do need to get together a cheatsheet. I’ve added it to our list but you can always see the available tokens via the builders.
Thanks!
Alan
Thank you! Love this platform. Will try to get the shortcodes right.