skydiver / october-plugin-forms

Create easy (and almost magic) AJAX forms
https://octobercms.com/plugin/martin-forms
MIT License
60 stars 41 forks source link

Allowing sanitize to work recursively #168

Closed multiwebinc closed 5 years ago

multiwebinc commented 5 years ago

Fixes #167

skydiver commented 5 years ago

Hello @multiwebinc

Thanks a lot for your contribution.

Can you paste an example form to test this new change?

Thank you.

multiwebinc commented 5 years ago

@skydiver Any form that has array elements, like

<input type="checkbox" name="condiments[]" value="ketchup">
<input type="checkbox" name="condiments[]" value="mustard">
<input type="checkbox" name="condiments[]" value="relish">
skydiver commented 5 years ago

Thanks @multiwebinc 💪