How Can I get the Blank Values of Multiple Select, Radio, Checkbox using SerializeArray()?
I want to serialize the blank multiple select, radio, and multiple checkbox if user leave the fileds blank. It seems like it can't be done with current SerializeArray(), is there any way to extend/override the method such that, I could achieve the result?