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

Sending the form with the October JavaScript API instead of Data attributes gives 406 Not Acceptable #237

Closed StefanGhiban closed 3 years ago

StefanGhiban commented 3 years ago

The generic form comes with data-attributes setup automatically in order to submit the form. I wanted to change this to the JavaScript Api in order to manipulate the form fields before submiting the form. Unfortunately, this give a 406 Not Acceptable error. I did not see anything in your docs about sending the form without the data-attributes. Is this not possible?