Checkboxes aren't showing up in formData
Answered
Silver Fox posted this in #help-forum
Silver FoxOP
I'm trying to create a list of checkboxes in a form, but in the form action's formData object, i'm not seeing any checkbox values. I understand that checkboxes shouldn't be in the formData if they aren't checked, but none of them are showing up at all.
3 Replies
Madeiran sardinella
Maybe if you add name and value properties?
Answer
Silver FoxOP
I’ll try
@Madeiran sardinella Maybe if you add name and value properties?
Silver FoxOP
that worked, thanks!