Hi all,
I've got an error when trying to export my form submissions from Ninjaforms where it comes up with a 414 error saying the URI is too long. I don't have the usual suspect iThemes Security" plugin so unsure what might be causing this error.
Anyone able to help?
Hi @marciacons,
Does your form use the method GET, rather than POST? If so then a form using the GET method posts the data in a URL.....
SO depending on the amount of data being gathered...
read up on POST and GET methods for forms.....