Title: omitting the =
Last modified: August 21, 2016

---

# omitting the =

 *  [defaultdave](https://wordpress.org/support/users/defaultdave/)
 * (@defaultdave)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/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
    [http://api.servicedomain.ie/vehicle/reg/00d12345/basic?_username=user-name&_api_key=123456789](http://api.servicedomain.ie/vehicle/reg/00d12345/basic?_username=user-name&_api_key=123456789)
 * I have setup the following submission url
    [http://api.servicedomain.ie/vehicle/reg/%5Breg%5D/basic?_username%5Busername%5D/&_api_key%5Bapi-key%5D](http://api.servicedomain.ie/vehicle/reg/%5Breg%5D/basic?_username%5Busername%5D/&_api_key%5Bapi-key%5D)
 * The integration debug mail says
    *** Service *** Array ( [name] => Service Name[
   url] => [http://api.servicedomain.ie/vehicle/reg/%5Breg%5D/basic?_username%5Busername%5D/&_api_key%5Bapi-key%5D](http://api.servicedomain.ie/vehicle/reg/%5Breg%5D/basic?_username%5Busername%5D/&_api_key%5Bapi-key%5D)[
   forms] => Array
 * The 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=123456789
 * So…
    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/.
 * [http://api.servicedomain.ie/vehicle/reg/%5Breg%5D/basic?_username%5Busername%5D/&_api_key%5Bapi-key%5D](http://api.servicedomain.ie/vehicle/reg/%5Breg%5D/basic?_username%5Busername%5D/&_api_key%5Bapi-key%5D)
 * and not
 * [http://api.servicedomain.ie/vehicle/reg=%5Breg%5D/basic?_username%5Busername%5D/&_api_key%5Bapi-key%5D](http://api.servicedomain.ie/vehicle/reg=%5Breg%5D/basic?_username%5Busername%5D/&_api_key%5Bapi-key%5D)
 * Can you tell me what I need to do?
 * [https://wordpress.org/plugins/forms-3rdparty-integration/](https://wordpress.org/plugins/forms-3rdparty-integration/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [zaus](https://wordpress.org/support/users/zaus/)
 * (@zaus)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/omitting-the/#post-5048094)
 * Sorry I didn’t get back to you — did you ever figure it out?
 * If I understand you, you are trying to dynamically generate the URL as well as
   the post/querystring? If so, similar to what I answered for [this question](http://wordpress.org/support/topic/how-to-add-target_blank-to-url?replies=2)
   and [that one](http://wordpress.org/support/topic/method-get?replies=2#post-5996489),
   you’d have to write a bypass hook and create your url there before making your
   own `wp_remote_post` (or `_get`).
 * Or, now that I reread your question, maybe you’re misunderstanding what the debug
   email is saying? The url and the post body are two separate things — if you put
   stuff in the endpoint querystring it won’t show up in the post body, but it’s
   still getting sent. If you still need help, can you send me the full debug email?

Viewing 1 replies (of 1 total)

The topic ‘omitting the =’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/forms-3rdparty-integration.svg)
 * [Forms: 3rd-Party Integration](https://wordpress.org/plugins/forms-3rdparty-integration/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/forms-3rdparty-integration/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/forms-3rdparty-integration/)
 * [Active Topics](https://wordpress.org/support/plugin/forms-3rdparty-integration/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/forms-3rdparty-integration/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/forms-3rdparty-integration/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [zaus](https://wordpress.org/support/users/zaus/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/omitting-the/#post-5048094)
 * Status: not resolved