Custom form, shortcode, and submit handler

Does your form have an input with the name “name”? For example:

<input type="text" name="name">

If so, that will cause trouble. Change the name value.

Also see: Form ‘name’ breaks and goes to 404 page.

Leave a Comment