• IanM.ax485
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

Hi,

 

I'm trying to send information so that Leads can be created.  All the other fields (phone, email, first_name, etc.) are going through, but i can't seem to get HasOptedOutOfEmail working properly.

 

This is how the code is at the moment, inside the <form> tag:
<input name="HasOptedOutOfEmail" id="HasOptedOutOfEmail" type="hidden" value="<%=send_update_checkboxSF%>">

 

send_update_checkboxSF either has "true" or "false".

 

I even tried adding the following code, but still no luck:

<input name="HasOptedOutOfEmailSpecified" id="HasOptedOutOfEmailSpecified" type="hidden" value="true">

 

Please help~

 

Thank you.

Hi,

 

I'm trying to send information so that Leads can be created.  All the other fields (phone, email, first_name, etc.) are going through, but i can't seem to get HasOptedOutOfEmail working properly.

 

This is how the code is at the moment, inside the <form> tag:
<input name="HasOptedOutOfEmail" id="HasOptedOutOfEmail" type="hidden" value="<%=send_update_checkboxSF%>">

 

send_update_checkboxSF either has "true" or "false".

 

I even tried adding the following code, but still no luck:

<input name="HasOptedOutOfEmailSpecified" id="HasOptedOutOfEmailSpecified" type="hidden" value="true">

 

Please help~

 

Thank you.