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

Cannot receive form data unless "Is Value" is selected. #31

Closed jburcsik closed 9 years ago

jburcsik commented 9 years ago

The only way I am able to receive form submissions to my Dynamics CRM is when I map values as well as select "Is Value" which defeats the point of the form. Is this a known bug or issue? I do not believe it is related to #30 since it does receive data when its hard coded via "Is Value".

zaus commented 9 years ago

Without seeing the output from the debug email, I'm going to assume that you're not mapping the correct fields from the form plugin. For example, Gravity Forms makes it somewhat difficult to anticipate the format -- I've seen at least two examples where it was something like "input_5" and then elsewhere something like "input_field_5"; it probably had something to do with differences in their plugin versions.

But regardless, the debug email will tell you exactly what the form is posting, which you can then use to correctly map the fields.

zaus commented 9 years ago

Whoops, didn't mean to close it yet.