omitting the =
-
Hi there,
Coming to terms with this plugin and Im getting there,I have one field coming from contact form 7 [reg]
Thats fine.The api post request I am trying to build states
https://api.servicedomain.ie/vehicle/reg/00d12345/basic?_username=user-name&_api_key=123456789I have setup the following submission url
https://api.servicedomain.ie/vehicle/reg/%5Breg%5D/basic?_username%5Busername%5D/&_api_key%5Bapi-key%5DThe integration debug mail says
*** Service ***
Array
(
[name] => Service Name
[url] => https://api.servicedomain.ie/vehicle/reg/%5Breg%5D/basic?_username%5Busername%5D/&_api_key%5Bapi-key%5D
[forms] => ArrayThe mapping array values further down is perfect.
the POST TO SERVICE field further down the debug mail says
*** Post (to Service) ***
Array
(
[timeout] => 10
[body] => reg=00d12345&username=user-name&api-key=123456789So…
There are two things here,
The POST TO SERVICE body seems to be omitting parts of the url I want (/basic?_username)and the main question is,
the post request needs to leave out the = symbol before the /reg/.and not
Can you tell me what I need to do?
https://www.ads-software.com/plugins/forms-3rdparty-integration/
- The topic ‘omitting the =’ is closed to new replies.