I’ve gone through most of the issues here regarding the submission of forms. Well, this is just one more, because unfortunately, I cannot get this working.
I’m having issues submitting data into a Netlify form.
I’m using Gridsome (Vue.js) as a static builder, Element UI for the form elements, and Axios to submit the data.
The form appears in the Admin UI, but no data is being passed to it.
I can see the data-netlify and data-netlify-honeypot attributes, have the hidden honeypot field and I’m encoding the data before posting.
Also tried just the example code in both the Gridsome and Netlify documentation without success…
Cannot figure out what I’m doing wrong.
hi there, can you share the code of the html form you are including in your site with us? I know you mentioned you had read through some issues regarding forms, but just to be sure, did you read this guide?
There are many other support guides containing useful information you might find helpful:
I had a look at the guides, but I’m not rendering the form with javascript, just submitting it. As I mentioned, the form displays in the Admin UI, so I’m guessing the data-netlify attribute is being recognised. When submitting, I’m getting a 200, so cannot understand what really is the issue.
One thing I’ve read in one of your replies actually is that it seems to be an issue with arrays.
hi there, just checking in to see if there have been any changes here? I have been thinking about this and I am honestly not sure what to suggest - but maybe you have made some progress?
Hi @perry, unfortunately, I haven’t made any progress on this, as I’m not sure what else to try…
I will probably need a different solution instead of using the Netlify Forms.
Cheers.