ryan.zahra
Forum Replies Created
-
Forum: Plugins
In reply to: [Forms: 3rd-Party Integration] Can't save a new serviceSure, I will keep you updated 🙂 Thanks a lot for your help!
Forum: Plugins
In reply to: [Forms: 3rd-Party Integration] Can't save a new serviceThanks for clearing that up, you gave me a number of ways in order to overcome this issue. Having the lead source as a mapped value is the way to go for me.
For now, I will be working with this setup. Do you have any idea if there’s a limit to how many forms could be used across different services? What I mean is, is there a limit to have one service that maps to many forms?
Thanks again!
Forum: Plugins
In reply to: [Forms: 3rd-Party Integration] Can't save a new serviceYes, I have 36 configured other 3rd party services and they’re fully working correctly.
Thanks for clearing up the length limit. Makes more sense now.
I can’t really reuse services across forms since all forms are unique and I need a unique lead_source for each form. Apart from that, not all forms have the same textboxes to be sent over to salesforces so that would create other issues of values not found.
Do you have any other alternatives please?
How did you solve this problem? I’m using WorPress Version 4.1. I’ve posted a similar question here.
Forum: Plugins
In reply to: [Contact Form 7] CF7 Sending only "Is Value" dataAnother thing, this is the debug that I get when I only have is value set to true for oid and lead_source:
*** Post (to Service) *** Array ( [oid] => 123 [lead_source] => mySource )When I have is value set to true for oid, lead_source and first_name, this is the debug that I get:
*** Post (to Service) *** Array ( [oid] => 123 [lead_source] => mySource [first_name] => your-name )