Hi,
I'm using CURL to send form data to an API. The API response is (found using debug):
How do I insert this password value (other information is not important) in a hidden field to be able to process this in a Zapier webhook? (If the hidden field suggestion is not necessary, please let me know).
Short: I need the password value only in Zapier using the Zapier webhook. How to do this?
I'm using Chronoforms 6, Zapier webhook, Joomla
Thank you in advance!
I'm using CURL to send form data to an API. The API response is (found using debug):
[var] => HTTP/1.1 200 OK Date: Sun, 05 Aug 2018 22:48:52 GMT Content-Type: application/json; charset=utf-8 ... Server: cloudflare {"account":"xxxx","username":"xxxx","password":"xxxx","result_output":"json"}The debug shows the accountname, username and password. That's great!
How do I insert this password value (other information is not important) in a hidden field to be able to process this in a Zapier webhook? (If the hidden field suggestion is not necessary, please let me know).
Short: I need the password value only in Zapier using the Zapier webhook. How to do this?
I'm using Chronoforms 6, Zapier webhook, Joomla
Thank you in advance!