Autocompleted Address Widget: How to map address inputs to Infusionsoft / Keap fields?

  • MaidCrew
    Asked on March 19, 2020 at 4:37 PM

    Hi... I'd like to make AutoComplete Address available to my form user to make it fast and easy for them to provide their address... BUT .... I need to make use of the individual address components for syncing into a Keap/InfusionSoft integration.

    So.. my question has two parts....

    1) Within the AutoComplete Address Widget settings, I wish to keep the address fields checked / active (except for the country field) BUT then use 'Advance Designer -> CSS -> Display : none for the Address Fields & Labels ... how would I do that since I'm not able to click on the fields within Advance Designer CSS in order to determine the individual field details/name? 

    2) Whether visible or display:none, once the form user has selected the correct AutoComplete Address and the data has been copied/populated into the respective address fields, how can I then copy the individual field data into another Short Text Entry Field or Form Calculation ---- since I don't know what the field name is?

    3) If there's an easier way to capture / grab & copy the individual address components within the AutoComplete field, please provide alternative.

    Jotform Thread 2217118 Screenshot
  • VincentJay
    Replied on March 19, 2020 at 5:28 PM

    You can add this custom CSS code to hide the fields of the Autocomplete address widget:

    .grid {

    display: none;

    }

    To add the code to your widget, please follow this guide:

    https://www.jotform.com/help/428-How-to-Inject-CSS-Codes-to-Widgets

    Unfortunately, copying the field data of the Autocomplete address is not possible. You can use basic fields to collect the Address or use the Address field to pass the data to the Short Text Entry field.

    I tried this condition, but I was not able to find any solution. The only field that the condition detects is the Autocomplete address field. 

    https://www.jotform.com/help/286-How-to-Pass-Field-Value-to-Another-Field


  • MaidCrew
    Replied on March 19, 2020 at 6:04 PM

    Thank you VincentJay for the reply... my only follow up question then is....

    Why even make those fields available for viewing / activating if nothing can be done with them... I would assume the widget creator would have made a way make use of the individual components of and address string .... since literally NO address syncing can be done with other 3rd parties, because those 3rd parties are going to want to segment out the street address from the city, from the state, from the postal code.

    If this widget cannot then be utilized for syncing to other 3rd party platforms, what good is it... what's its purpose... I just can't believe that the individual address components are useless.

    Additional insight from others weighing in would be appreciated.

  • Mike
    Replied on March 19, 2020 at 7:41 PM

    The individual address fields are most likely displayed to allow users to make corrections when necessary.

    We have raised a feature request ticket on your behalf to see if the mapping of the individual Autocompleted Address widget fields can be implemented at some point. Unfortunately, there is no ETA on when it will be addressed, but we will let you know if we have any updates on this.