Whether you use a plugin to handle to creation and management of your forms or whether you create and maintain your forms manually, its pretty safe to say that any interaction with external APIs will require some custom coding in order to inter-operate with those APIs.
We’re also totally in the dark on this question too because you haven’t said what these APIs are/or who they belong to and what kind of data is being submitted and in what formats you are required to work with.
There is always a chance someone has created a plugin that makes interfacing with your external APIs but that’s usually for the more popular ones.
…so, we need more info!
Related Posts:
- Using AJAX to submit and return data inside the WordPress Plugin Boiler Plate framework
- Difference Between Filter and Action Hooks?
- How can you check if you are in a particular page in the WP Admin section? For example how can I check if I am in the Users > Your Profile page?
- How to create an API for my plugin?
- How to store username and password to API in wordpress option DB?
- Plugin Form Submission Best Practice
- $_POST form request with admin-post
- Is there a limit on making calls to WordPress.org API’s?
- Handling results from data hooked into admin_post
- What is the real intention for admin-post.php?
- Using filters and actions for plugin API?
- What is the recommended way to create plugin administration forms?
- WordPress and multithreading
- permalinks with get variables
- Using AJAX in a plugin to submit form – REALLY confused
- Post from front-end with post types, categories and taxonomies
- Front-End Form Submission in Shortcode
- Check spam in custom form – akismet
- Use a PHP file as action for a form in a WordPress plugin, what’s the correct way?
- Build dynamic page from cURL (HTML page) response with plugin
- How to override a function call in functions.php?
- wp_enqueue_style built in styles
- Front-End Interfaces Without Shortcodes
- Best Practices for Creating and Handling Forms with Plugins?
- Should I ask my Twitter plugin users to create their own Twitter App and API Keys to use my plugin?
- Plugin options page – form with two different submit buttons
- Does WordPress’s HTTP API use any caching?
- How to sanitize user input?
- WooCommerce registration password field not displaying
- wordpress plugin php file processing form
- How to add custom fields to the all users page
- Example Dashboard Widget, Cancel not working
- Error on inserting a form value to database
- Multiple options pages validation for a plugin
- Amending REST API function without deactivate/activate plugin every time changes is made
- Why does wp_remote_post returns an empty body response on certain endpoints?
- Form doesnt save to database
- Adding custom end points, No error line
- Sending post request with wp_remote_post not working correctly
- woocommerce_checkout_order_processed hook executing function twice
- 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
- Avoid updating post when sending POST or GET request to post.php
- What to hook into to check a value before a post is published?
- admin_post equivalent for guest user?
- How can I add a simple custom field to my plugin?
- Run JavaScript validation script on form submit in plugin
- I am unable to save my data from a form
- WordPress: redirecting to the form page after form submission to admin-post.php
- Allow REST API Endpoint to specific user and hide from public
- Custom Endpoint – Does it possible to use PUT method with WP API Rest?
- Get API auth_token token to renew weekly
- How to create a custom post-new.php page for plugin , no wp menu
- Information and Page from WordPress Plugin
- How to query a nested field in wordpress api using _fields param
- call funcution when clicking submit
- Why is that only the first row getting inserted into Mysql table when i import csv file on backend custom plugin?
- Adding Amchart Interface to WordPress API
- How do I make secure API calls from my WordPress plugin?
- Generate Static Page to Show Search Results/Detail for API
- Use admin-post to submit form data to external database
- Hiding WordPress REST endpoints from public viewing using Basic Authentication
- add pagination to wp_remote_get
- Multisite and the JSON REST API: How to?
- How to Maintain url on form submit
- How do WordPress plugins work with oAuth2 APIs?
- How to retrieve custom profile fields associated with different users
- form does not generate $_POST request
- API WordPress is Limited? Return False
- Acessing WP functions in form submission handler
- Form and database, plugin development
- Tie specific functions to options-update for limiting API requests
- Do you see any problems (mainly security-related) with how I’ve used wp_ajax_* actions?
- Can I use a hook other than ‘init’ to handle form submissions?
- Is there a way to tell if a shorcode’s handler is being run before or after the content formatting filter?
- Can a plugin differentiate syndication feeds from actual site views?
- wp_mail links are dead
- Developing a plugin, ran it through P3 Profiler, shows up slow, but I don’t know why
- Best way to handle a form post in plugin
- add_rewrite_rule not working
- Tracing dashboard publish settings from input form in WordPress
- Post data in wp-admin to external database
- Multi-part form and wp_redirect()
- Page reload occurs before request finishes
- How do I query posts and have their related taxonomies returned in the results?
- modify buddpress adminbar only in admin pages
- Submitting a plugin form to database in admin page
- How to update WordPress Plugins in your own maintance application?
- Programmatically creating posts based on external JSON feed (asynchronously)
- External api call using wordpress
- Hook a search form anywhere on the site, using a custom plugin
- Plugin forms overwrite each other’s options
- Can’t save Image from external API into Database
- WordPress getting data from external API
- how to send csv file to other server using wp_remote_post?
- Create a zip code form
- How do I return XML to an API post request
- Show Image in Plugin Development