Plugin Author
zaus
(@zaus)
Are you asking if you can do the following:
- Submit Form A on your website
- Send submission from Form A to Endpoint X
- Put response from Endpoint X into Form B on your website
- User updates the response in Form B and submits
- Send submission from Form B to Endpoint Y
Take a look at “Forms 3rdparty Post Again” (https://wordpress.org/plugins/forms-3rdparty-post-again/) which lets you chain submissions, including the response. So you might be able to set up a “regular” service to Endpoint X, then add another service pointing at Form B on your website which would take the response from Endpoint X. You’d need to set up Form B to allow fields to be pre-populated, configuration depending on which form plugin you’re using.
You might also be able to use “Forms 3rdparty Inject Results” (https://wordpress.org/plugins/forms-3rd-party-inject-results/) to put the response into the original Form A submission with a Gravity Forms 2-part form, but maybe not…
Hi Zaus,
Thanks for the help,another thing is there a way making the submission URL dynamic using the 3rdpart-post-again?
Hi,
The endpoint send a
*** Response ***
WP_HTTP_Requests_Response Object
(
[response:protected] => Requests_Response Object
(
[body] => {“status”:”success”,”result”:”112″,”code”:200}
I was trying to get the “result:”112”
Is there a way I can retrieve it?
Thank you. 🙂