Syntax Error for Multiple Fields
-
You select in a drop down menu who you want to contact. The form seems to be working, but I’m trying to integrate it into a marketing automation solution and I think this error might be the cause of my form not mapping correctly.
I’m getting a syntax error in the Mail –> To field.
I’m using [menu-69]
In the Form section I have the following:
<p>Your Name (required)
[text* your-name] </p><p>Your Phone Number (required)
[tel* your-number] </p><p>Your Email (required)
[email* your-email] </p><p>Who would you like to contact
[select menu-69 id:SelectRecipient “The Sales Team|[email protected]” “The Developer|[email protected]”]<p>Subject
[text* your-subject] </p><p>Your Message
[textarea your-message] </p><p>[submit “Send”]</p>
- The topic ‘Syntax Error for Multiple Fields’ is closed to new replies.