Default value for Unselected checkbox in Web to Lead forms
Hello!
I've got a web to lead form that I'm modifying. I'd like a checkbox/toggle that when checked it sets "Lead Status"= "I like tacos", but if it's not checked it defaults to "Lead Status" = "I hate tacos".
This can be done in the front end with JavaScript, but the web form may be ran using a mobile browser so I can't rely on JavaScript being available.
I understand there's a "hack" that can be done using type hidden field directly before the checkbox field using the same name as the checkbox set to the default value. PHP servers will default to the second passed name value, however zoho will just get confused into simply not accepting the form data at all if the checkbox is checked.
Is there another way that I can do this, or am I out of luck?
Thanks!