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
- Delete WordPress plugin Repository
- List all sidebar names?
- Load plugin selectively for pages or posts, etc
- Multiple plugins vs combined one
- Using add_filter inside another class
- WordPress plugin installation error
- How long does it take for a new plugin to be approved?
- Good tools for locating hooks in a wordpress page/admin interface/blog post?
- How to make my plugin GDPR compatible?
- Why is the Settings API is not saving my array of options
- Override comments.php template with plugin
- Why is an action callback function from an instance of a class always invoking the same function from an instance?
- Register Page Template from Plugin
- Making a plugin only available on the front-end for the logged in super admin
- How to delete custom taxonomy terms in plugin’s uninstall.php?
- Creating Admin Plugin – Content of a page is displayed at global scope as well
- How to change the name of the “edit my profile” link in the WordPress admin backend
- Can a Plugin Override New User Default Role Type
- Add action to fire when a published post is updated
- Great blogs site resources/tutorial for WordPress Developers? [closed]
- Create custom pages with a plugin
- Is it possible for a plugin to force reading and writing of uploaded images to a database instead of to a filesystem?
- $wpdb update query in plugin only updating one column
- Amazon.com intergration with WordPress?
- Change letters for day name
- (WordPress 5.8.3) Function.php or a plugin for better performance? [duplicate]
- How can I add IP address to my post?
- Set Multiple Meta Values as an Array Using dispatch( ‘core/editor’ ).editPost() Call in Gutenberg/JS
- Elementor Custom Control: How to get input value?
- add seperate suffix for low price and high price in woocommerce
- Minimize and Uglify WordPress Plugin Files
- How to add/change (woocommerce) product tab icon
- Comment “like” problem – “users who like this” avatar linking to current user profile instead of “liker’s” profile
- I want to generate the pdf and save it in library?
- How do I make sure that my plugin only runs on article detail pages?
- Best way to retrieve data in custom api extended from wp-api
- WordPress API functions not working at AJAX functions.php call
- How do I show content from a plugin using the template the site is currently working with?
- How to check homepage contain blog post?
- More gentle way to hook WordPress custom url
- auto activate plugin when theme is active
- Is it possible to pin a post in second position from top
- Elementor pro page editing gives error There has been a critical error on this website. Please check your site admin email inbox for instructions
- Activate Plugin Automatically After Set Time
- Using sessions or an alternative in a plugin
- How to call function in WordPress on button click?
- Hide content for specific users with id
- adding dynamic/multiple slug values in ‘option_none_value’