First thank you to @TomJNowell for helping me to figure this out. There was a few misleading assumptions I made that had me making this harder than it needed to be.
There’s no need to post to admin-post, keeping the action blank to submit to the current page is perfectly fine.
I don’t seem to need to add the url parameter that wordpress automatically adds either.
The url parameters do not get placed in the url bar, leading me to believe it was not getting posted. (Assumption) Upon adding this to the file:
<?php
if(isset($_POST['submit'])){
echo "Submit detected!";
print_r($_POST);
}
?>
I was able to see that the input data was very much getting posted and I just need to take it from this point.
Thanks again !
Related Posts:
- How to Add a Third Level Sub Menu to the WordPress Admin Menu
- Hide Theme options and Customize Admin menu
- How to remove a CPT Menu from the Root Admin only
- Admin menu hilighting wrong item for CPT
- How to stop showing admin notice after close button has been clicked
- Admin menu as submenu from another plugin
- Is There a WordPress Hook to Filter the Edit Posts View?
- Creating a WordPress admin page without a menu for a plugin
- Removing an admin page added by a 3rd party plugin. Gravity forms in this example
- Is there any record of installed plugins in the database?
- Add content to /wp-admin/plugin-install.php admin screens
- Custom admin column disappearing when using Quick Edit [duplicate]
- Plugin development: how to create a form and get custom data?
- Plugin Development: WordPress processes twice on post update. How to skip process on the first?
- how to not show plugin in admin area
- Master menu item for multiple plugins?
- How to make a WP admin button/menu similar to Jetpack Notifications?
- wp_verify_nonce() why return false?
- Detecting when a custom taxonomy has been changed and display alert?
- How could I execute my plugin just in frontend (not in backend)
- Custom height/width for thickbox in WP Backend
- ‘wp_login’ action hook not working with wp-login.php file
- White page on custom plugin option submit
- All Users > User List > Update User Meta Field Inline
- Polylang : Interverting languages after development [closed]
- Suggestions on Approach to New Plugin I’m Stuck On
- Create tabs in admin options page from custom post type loop
- Dynamic admin submenu
- Add menu page issues (permissions & position)
- How to make multiple admin pages for one plugin?
- creating a plug in that would tap into save/update action of posts [closed]
- Display Plugin Panels Outside of Admin Areas
- Why WP_Screeen doesn’t show all options with admin_body_class
- add_submenu_page returns null
- WordPress Site is Broken, Cannot see wp-admin page [closed]
- How do I add an options page at the bottom of the list?
- Is there a better way of handling AJAX requests in WordPress?
- I cannot include a file in my plugin settings page
- force logged in user to stay in the dashboard
- How can we get this dynamically as this folder may not be by the same name always → wp-admin
- How to properly enqueue jQuery knob on WordPress without conflict?
- Is admin section completely customizable in terms of styling?
- Store admin page into variable
- How to add submenu to WordPress plugin in the same Directory of main Plugin?
- How can I pass value to function in add_menu_page?
- Getting 404 page not found error while trying to access add new plugin / themes
- Add custom fields in the new and edit the site forms without touching the WP core
- Ajax in Plugins: returns the whole page
- Gutenberg: Dynamic Block – Show saved data in the editor
- Combining JS files to one script
- The Admin page isn’t showing in the sidebar of the dashboard
- warning wp session
- How do I unlock a post programmatically?
- Customizing subject in comment notification e-mails
- WordPress Admin is displaying Not Available
- How to remove/hide action links cluttering under specific plugins’ names
- Plugin child folder?
- merging an array to an existing array using add_filter
- Questions about brute force attacks on the admin username, coming from amazon IP addresses
- Is it possible to set up multistore in Woocommerce? [closed]
- How to slice an array using posts_per_page? [closed]
- Show an image in my header.php
- woocommerce payment gateway callback not firing [closed]
- White page by using filter template_include
- How to export post 2 posts WordPress plugin data [closed]
- Facebook Messager Plugin
- Customization API for plugin development
- User switching only with specific role and return
- Adding Font Awesome to WP Plugin
- Display custom content using page.php from theme
- WordPress error: Options page Setting_ not found in the allowed options list
- Translations for my plugin don’t show up
- how to add a comment button to be displayed only for the posts in the home page [closed]
- The “Child Pages Shortcode” plugin, block template
- How to data add to table when update post wordpress? when we clicked!
- can’t unzip file
- WooCommerce – I want to add functionality of one plugin to another plugin — best approach?
- Check if theme supports sidebar
- How to display the custom post related blog by category?
- WP Forms not displaying,becomming an fatal error
- How to create a page with the selected template after activating the plugin
- I enabled debugging but I still get the same message: There has been a critical error on your website
- wp_mail function not working in WordPress Plugin Boilerplate
- When/where would want to attach other classes to the base class in a WordPress plugin?
- How to find where an image is used by it’s url
- Use Case: Multiple Shipping Methods per Order
- Showing how many times is plugin activated or deactivated
- Could someone maybe point me in the direction of a decent tutorial on how to create a wordpress plugin that is compatible with another plugin please?
- Custom plugin which downloads updates from custom endpoint, extracts new version zip into a new name
- How to insert variable which contain array value in wp_options table?
- Multiselect value in wp_query
- how to load a file from a plugin when a url is passed
- Is it possible to cancel a post status transition?
- Register additional wp plugin directory
- How to include a custom thumbnail with my WordPress plugin?
- How to display blog posts only authored by the administrator
- Send email notification when meet the condition
- Custom wordpress plugin does not save select element
- I’m getting the following error: Fatal error: Uncaught Error: Call to undefined function oil_paint_regeneration() [closed]
- how to code activate/deactive button of custom plugin within backend?