Hi guys
Here is my form and I've got a checkbox. I want to retreive the value of the checkbox. You've got my config in attachment.
When I test it with a webhook (on webhook.site), here is what I've got :
- When it's check I've got
terms-checkbox="on"
- When it's NOT check I cannot retreive the value (who should be "off" ?)
So I've got 2 questions:
1/ I would prefer to get
true
or
false
when it's check or not. Do you know if it's possible to have theses value rather "on" or "off"?
2/ When the checkbox is NOT fill and I press submit, the checkbox value is not send. Do you know why?
Thanks a lot π