you’re using name="name"
for your first input. That breaks it. Change the name to something else as suggested above, prefix everything. name="my-prefix-name"
Related Posts:
- Front-End Form Submission in Shortcode
- Multi-part form and wp_redirect()
- Plugin Form Submission Best Practice
- PHP error with shortcode handler from a class
- $_POST form request with admin-post
- Add self-closing shortcode button to TinyMCE in WP 4.6
- Handling results from data hooked into admin_post
- What is the real intention for admin-post.php?
- Optimize shortcode callbacks
- What is the recommended way to create plugin administration forms?
- How would I create a plugin for my shortcodes?
- How to prevent newline from appearing in shortcode?
- Shortcode adding p and br tags
- Are shortcodes case-sensitive?
- Enqueue script only when shortcode is used, with WP Plugin Boilerplate
- Allowing for multiple template views on the Gallery Settings page when using the Visual Editor
- How to make WordPress use non-greedy shortcode parsing?
- Multiple Parameters for a Shortcode
- How do I make specific plugin functionality apply to different sites in a network?
- Using AJAX in a plugin to submit form – REALLY confused
- Shortcodes, output buffering, and WordPress functions
- Filter on the_content ignores shortcodes
- Filter to change the content of 404 page
- Post from front-end with post types, categories and taxonomies
- stray elements
- Pass javascript result to shortcode executer function
- Check spam in custom form – akismet
- How to get shortcode to work inside a foreach loop called within a shortcode?
- Get returned variable from a function to add_shortcode function
- Use a PHP file as action for a form in a WordPress plugin, what’s the correct way?
- shortcode doesn’t work
- What is rich_editing?
- Why is my shortcode not working
- Set a specific page as 404 – not found via my own plugin
- Error : “Updating failed: The response is not a valid JSON response” with custom shortcode
- On plugin deactivation hide its shortcode
- Front-End Interfaces Without Shortcodes
- Custom rewrite rule serves content, but returns 404 error code
- Can’t get JS code to work with shortcode
- add_shortcode is not working [duplicate]
- Best Practices for Creating and Handling Forms with Plugins?
- How can I render shortcode so that its not cached by Caching plugins?
- Is it possible to delay execution of shortcode output callback?
- Plugin options page – form with two different submit buttons
- Processing shortcodes in groups (separated by line breaks)?
- How do I write a shortcode that opens and closes?
- How to sanitize user input?
- Using a Shortcode to Replace Themes Stylesheet?
- Gutenberg Block showing invalid content on edit
- Creating a shortcode, but getting tied up with OOP and Classes?
- WooCommerce registration password field not displaying
- wordpress plugin php file processing form
- Storing product price data in the database
- What is the best way to embed an JS App in a WordPress Page?
- How to add custom fields to the all users page
- What is the proper way to include Bootstrap when executing a shortcode
- Error on inserting a form value to database
- Auto gallery from folder contents
- Secure Pages Best Practice
- Adding option to Gallery shortcode
- add_shortcode() not working inside of function
- Show custom data instead of 404
- Multiple options pages validation for a plugin
- Form doesnt save to database
- Asynchronously render shortcodes in TinyMCE visual editor
- Custom login doesn’t work properly
- Is using custom table to suit business needs instead of transients a big hit to page load speed?
- Form action/link to render a plugin in WordPress front-end
- Run Shortcode of post’s custom field in functions.php / Plugin
- Create custom HTML/JS app inside page
- Plugin Development for registered users
- Is there documentation reference for forms in menu and setting pages?
- Input in plugin widget does not allow spaces
- Shortcode returning localized HTML part
- Hide shortcodes “code” when using the “editor” the same as wordpress do with “gallery”
- Enumerating shortcode attributes in JavaScript
- Avoid updating post when sending POST or GET request to post.php
- Wrap text around shortcode
- wp_nonce_field displaying twice
- How to handle shortcodes through plugin
- admin_post equivalent for guest user?
- Using a custom shortcode from within the template of a shortcode plugin
- When echoing my own shortcode, it keeps adding a 1 at the end of my blogpost
- How can I add a simple custom field to my plugin?
- Run JavaScript validation script on form submit in plugin
- Automating the process of shortcode generation in a plugin – how is it done?
- I am unable to save my data from a form
- Create Widget or Enable Shortcodes in Sidebar
- The Correct Way to Use Nonce Field without Settings API
- How to add search form in main page body?
- shortcode executed in the page editor
- Shortcode not appearing when used as post content in wp_insert_post() or possibly, shortcode not being registered at all
- How to make and save custom form in custom plugin page?
- How to make my shortcode load scripts and styles, from within the plugin?
- WordPress shortcode returns the data before
- How to display the categories on page using shortcode?
- Catching Form Submission in WordPress Admin Panel
- Shortcode conflicts
- Form using admin-post.php gives 404 after submission
- How to create ShortCode