+ Reply to Thread
Results 1 to 3 of 3

Thread: Quick Form Tabs & Zip Code

  1. #1
    Senior Member
    Join Date
    Mar 2019
    Location
    Philadelphia, PA, USA
    Posts
    120

    Quick Form Tabs & Zip Code

    Hi, on the 2nd tab of the Quick Form, the zip code field does not pull the geo location. See here: https://auto.demoflynax.com/#listings_tab1_tab

    Thanks,

    Jason

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,168
    Hello,

    I've fixed it on your end

    the solution is following:

    go to ftp > plugins > search_by_distance > field.tpl

    change text from

    id="location_search"

    to

    id="location_search_{$group.Form_key}"



    and input#location_search

    to

    input#location_search_{/literal}{$group.Form_key}{literal}
    Last edited by Rudi; March 28, 2019 at 05:03 AM.

  3. #3
    Senior Member
    Join Date
    Mar 2019
    Location
    Philadelphia, PA, USA
    Posts
    120
    Works great. Thank you!

+ Reply to Thread