zaus / forms-3rdparty-integration

Wordpress Plugin - Forms 3rdparty Integration - a plugin to help integrate 3rdparty services with common WP Forms plugins like Contact Form 7 and Gravity Forms
http://wordpress.org/plugins/forms-3rdparty-integration/
47 stars 14 forks source link

Multiple Mapped Fields Separator - Referencing Array #90

Open bullyrai opened 7 years ago

bullyrai commented 7 years ago

I have successfully mapped fields from GF to a 3rd party CRM but I am pulling my hair out trying to reference the contents of an array when mapping.

I have tried all of the separators and the result is the same. I have a Field named "Your Name" and it has Title, First Name and Last Name values.

When mapping I add the "Your Name" field to the Form Submission Field Mapping and for the destination field I have appended # and also % followed by a variety of attempts to reference the elements of the array: "[0]" and "#1" etc but only the last element in the array, the Last Name field is being sent across.

I think I must be missing something blindly obvious! I just need to know the syntax for referencing elements of the array to map to the 3rd party destination, I have attached a screenshot of my last attempt using Array referencing to no avail. The only thing that works is adding "#" or "%" to the end of the destination field but as mentioned above this only results in the last element of the array being fed.

screen shot 2017-09-12 at 22 40 37

Hope someone can help!

Cheers