Passer la navigation

[Résolu] display google address field without map on form

This support ticket is created Il y a 4 years, 8 months. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Fuseau horaire du supporter : America/Jamaica (GMT-05:00)

Ce sujet contient 2 réponses, a 2 voix.

Dernière mise à jour par janeC-2 Il y a 4 years, 8 months.

Assisté par: Shane.

Auteur
Publications
#2184387
toolset entry.jpg

Hi,
I would like to display the google address field on my form.
It automatically also loads the map
Is it possible to just have the autofill field without the map?

#2184683

Shane
Supporter

Les langues: Anglais (English )

Fuseau horaire: America/Jamaica (GMT-05:00)

Hi Jane,

Thank you for getting in touch.

Unfortunately the only way to hide this is by using CSS. Add the following css to your form and let me know if it helps.

.toolset-google-map-preview{
display: none;
}

Thanks,
Shane

#2186427

My issue is resolved now. Thank you!