Vicky Makwana
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form to Any API] “Forbidden” error thrown when modifying headerGreetings!
Thank you for using our pluginWe would love to assist you. We have tested our plugin in different ways but in any case, we did not get any such error
So there must be some conflict or error in your site causing this problem.
either
Please share your API and all settings and configuration details at [email protected]Thank you
Forum: Plugins
In reply to: [Contact Form to Any API] CF7 to API throws errorHello @rwk2019
Thanks for using our pluginWe don’t have custom JSON input in our plugin. we used a predefined JSON format.
When You select the form using the dropdown, all the fields created in that form are displayed below in the “Map your Fields” with your form field name.
In the text field, you have to map your API key parameter with the form field name.
Then we programmatically created JSON format, like the below format.
{"Your API Key Parameter":"Your Form Field Data when user submit ","Your API Key Parameter":"Your Form Field Data when user submit"}
Example –
{"firstname":"your-first-name","lastname":"your-last-name", "email":"your-email"}
And the “Header Request” Field you have to set your API Platform needed all your header parameters over there.
Example –
Authorization: MY_API_KEY
Authorization : Bearer xxxxxxx
Authorization : Basic xxxxxx
Content-Type: application/jsonfor more information, you can check the documentation link of our plugin.
Let us know if that helps you.
ThanksForum: Plugins
In reply to: [Contact Form to Any API] CF7 to API throws errorHello @rwk2019
Thank you for using our plugin we would love to assist you.
Can you please describe more? Like, when you are getting errors? It would be great if you provide a video or screenshot.
or
Try our latest version hopefully it will fix your issue.Thanks