I am using gravity forms for collecting user details. I also want to collect the user’s state name and country without asking them to manually enter it. This data i want to capture in hidden fields and send it to salesforce.
As per the resources online I went ahead and installed these plugins-
Geolocation IP Detection
Geolocation Detector for Gravity Forms
after installing i am facing issues. I can now see “geolocation” in advanced fields but when dragged it in the form, I can not see any field settings for it. Nothing happens when I click on that field. Contacted author, no response.
Has anybody used this plugin ? or developed the feature from scratch using code?
Note: Since Gravity forms collects IP address i also looked if its possible to send it to SF directly and then SF can get the state and country name from it. But i have no knowledge in salesforce.
let me know which method is better here.
So, I have implemented a solution as when I was looking for something similar, I couldn’t find a plugin that seemed up to date. It’s a code snippet that fires after a entry has been saved, but before it gets sent to your CRM (in my case ActiveCampaign). I did it this way so that I wouldn’t have to pay for IP lookups every time someone went to a form… only when the form is saved.
Basically, I add “Administrative Only” fields to a form and then have them populated after making an API call.