vestman / Select-or-Die

Yet another jQuery plugin to style select elements. Demo at http://vst.mn/selectordie/
MIT License
524 stars 133 forks source link

Get results from selection through $_POST #9

Closed adammesa closed 9 years ago

adammesa commented 9 years ago

Hello,

How do I go about getting the result from SoD when submitting it through an HTML form? I have printed out the $_POST data, and the selection data is nowhere to be found. How do I go about getting this information?

adammesa commented 9 years ago

Awkward, I was using id="" on my selects, but didn't realise that SoD requires that you use "data-custom-id" to get started. This should probably be added to the docs that this works in conjunction with html forms.