Hi,
I am having problems with setting a boolean in CRM to false (No) when a checkbox on my web form is not checked. When the checkbox is checked I am sending the value "checked" which sets the bollean field to true (Yes), but I cannot figure out how I can send the blank value using http post. I tried using a Web Content Form and can see that the value in the posted field is blank and the boolean is set correctly to No, so can you please share how this is done?
I have tried with different url encoding characters like %20 (results in "whitespace" in the posted field value) and %7f (results in no characters in value in the posted field value), but neither work.
Best Regards
Rune