WPGetAPI
Forum Replies Created
-
Marking as resolved for now.
No we don’t have any docs for this as we have not done this before.
But I think you would basically need to create an AJAX function, calling the API (which you can do using the template tag method: https://wpgetapi.com/docs/using-the-template-function) and then populating the form fields using javascript and the response that is returned from the API.
Hi,
Unfortunately our plugins can’t do this ‘out of the box’ – it would require custom code to be able to populate form fields from an API.
Hi Ali,
I have sent you 2 replies now. Can you please check your spam/junk folders and confirm if you have received these?
Hi,
I am only marking it resolved on this forum.
This forum is only for the free version of the plugin, whereas you are asking about a paid plugin.
I replied to your original question via our support desk emails around 4.5 hours ago. Please check your emails for the response.
Hi,
As it was a Sunday, we have nobody answering support then. We have now replied to your ticket so I will mark this here as resolved and we can get this working via our support.
Marking this as resolved.
Hi @nicolai42,
We have made an update to the plugin. Please try version 2.2.0 and the issue should be resolved.
Forum: Plugins
In reply to: [WPGet API - Connect to any external REST API] Post Contact Form 7Closing this now as we haven’t heard back in a week.
Forum: Plugins
In reply to: [WPGet API - Connect to any external REST API] Post Contact Form 7Hello,
Yes, to send Contact Form 7 data to an API requires our PRO plugin. There are some docs here on sending contact form 7 data to API
You would just need to select your form from the Actions dropdown and then add the fields that you want to send data for.
Forum: Plugins
In reply to: [WPGet API - Connect to any external REST API] Basic authHello,
As per the www.remarpro.com forum rules, we are not allowed to provide support for paid plugins on here.
Can you please contact us via a support ticket on our website and we can follow this up with you.
Apologies for the hassle.
Hi @samtech456,
Our plugin can integrate with Elementor Forms to send form data to an external REST API, if that would help?
Forum: Plugins
In reply to: [WPGet API - Connect to any external REST API] UnauthorizedClosing this as we haven’t received a response. We’ll assume it was resolved.
Hi there,
The returned results are a multidimensional array so you need to step down through each of the levels. In your case you need to include the ‘data’ key like shown below:
echo $bcqueue['data']['beaconchain_entering'];
That should solve the issue.
Forum: Plugins
In reply to: [WPGet API - Connect to any external REST API] UnauthorizedHi,
Sorry for the slow reply, we normally do support directly from our website.
Headers require a name and a value. I’ve not come across a situation that requires a name of Authorization with no value in it.
Can I ask which API you are using?