I’m having a fight with the Serialize code on the JSFiddle below, it’s not picking up the select options available in the form? It’s picking up the text inputs well enough however the ‘select’ is not appearing. The code excludes empty fields but the select option is never empty?
Share
you have the select blocked rather than including it try this
WORKING DEMO