jaceituno
Forum Replies Created
-
Forum: Plugins
In reply to: [Forms: 3rd-Party Integration] Send 1 record per submission.Found out what was happening. Another plugin was causing the problem, and it was not removed correctly from WordPress.
Thank you.
Forum: Plugins
In reply to: [Forms: 3rd-Party Integration] Send 1 record per submission.*** Service ***
Array
(
[name] => Service 1
[url] => https://secure.leads360.com/Import.aspx?Provider=SouthCoastSurgeryCenter&Client=SouthCoastSpecialty&CampaignId=1027
[forms] => Array
(
[0] => gf_1
)[success] => Success
[failure] => Failure
[timeout] => 10
[mapping] => Array
(
[0] => Array
(
[lbl] => name
[src] => input_1_3
[3rd] => f_name
)[1] => Array
(
[lbl] => last name
[src] => input_1_6
[3rd] => l_name
)[2] => Array
(
[lbl] => email
[src] => input_2
[3rd] => email
)[3] => Array
(
[lbl] => phone
[src] => input_3
[3rd] => phone
)[4] => Array
(
[lbl] => city
[src] => input_6_3
[3rd] => city
)[5] => Array
(
[lbl] => age
[src] => input_4
[3rd] => age
)[6] => Array
(
[lbl] => notes
[src] => input_5
[3rd] => notes
))
[separator] => ,
)*** Post (Form) ***
https://thelapbandcenter.com/
Array
(
[input_1_3] => test
[input_1_6] => test
[input_2] => [email protected]
[input_3] => (465) 465-4645
[input_4] => 30-45
[input_6_3] => Orlando
[input_6_4] =>
[input_6_6] => United States
[input_5] => Just interested in learning more.
[gform_ajax] => form_id=1&title=1&description=1&tabindex=1
[is_submit_1] => 1
[gform_submit] => 1
[gform_unique_id] =>
[state_1] => WyJbXSIsIjdlZDhjNzYxYjM2YjkwMDkxNjM2NWUwMTk0NWExYjFhIl0=
[gform_target_page_number_1] => 0
[gform_source_page_number_1] => 1
[gform_field_values] =>
[Name] => Array
(
[0] => test
[1] => test
)[Email] => [email protected]
[Phone] => (465) 465-4645
[Age] => 30-45
[Address] => Array
(
[0] => Orlando
[1] =>
[2] => United States
)[I am] => Just interested in learning more.
)*** Post (to Service) ***
Array
(
[timeout] => 10
[body] => Array
(
[f_name] => test
[l_name] => test
[email] => [email protected]
[phone] => (465) 465-4645
[city] => Orlando
[age] => 30-45
[notes] => Just interested in learning more.
))
*** Response ***
Array
(
[headers] => Array
(
[cache-control] => private
[content-type] => text/html; charset=utf-8
[server] => Microsoft-IIS/7.5
[set-cookie] => ASP.NET_SessionId=thnieptqw5fqqp1mbxkgla5h; path=/; HttpOnly
[x-aspnet-version] => 4.0.30319
[x-powered-by] => ASP.NET
[date] => Thu, 18 Feb 2016 18:59:05 GMT
[connection] => close
[content-length] => 8
)[body] => Success
[response] => Array
(
[code] => 200
[message] => OK
)[cookies] => Array
(
[0] => WP_Http_Cookie Object
(
[name] => ASP.NET_SessionId
[value] => thnieptqw5fqqp1mbxkgla5h
[expires] =>
[path] => /
[domain] => secure.leads360.com
[httponly] =>
))
[filename] =>
)