• Resolved nealims

    (@nealims)


    I am trying to add the email opt out field to my forms. The field is being added correctly on the form but the data is not correctly being added to salesforce

    my field is name emailOptOut with a label and I have set the value to both 1 and 0 while I was testing this feature and with both I have tried having the box checked and unchecked.

    Your help with this would be greatly appreciated

Viewing 1 replies (of 1 total)
  • Plugin Author Nick Ciske

    (@nickciske)

    Salesforce Generate HTML:
    <label for="emailOptOut">Email Opt Out</label><input id="emailOptOut" name="emailOptOut" type="checkbox" value="1" /><br>

    A value of 1 works fine for me:
    Screen Shot

    Form:
    Screen Shot

    Result:
    Screen Shot

Viewing 1 replies (of 1 total)

The topic ‘Email Opt out’ is closed to new replies.