You are viewing limited content. For full access, please sign in.

Question

Question

Preferred field entry for Geolocation?

asked on July 20, 2016 Show version history

We use the Geolocation field within a number of our forms, is there a way I can have the participant enter in the Long & Lat 'Specify Coordinates' only ?

 

If this classifies as a Feature Request please take it as one. Much like in a signature field you can;

  • Use Default...
  • Prompt to Draw...

 

Could we have a Ge-location rule 'Make participant specify'..

 

Thanks

Geolocation.JPG
Geolocation.JPG (11.25 KB)
0 0

Replies

replied on July 20, 2016

Hi Christian,

Not really a 'proper' solution, more of a workaround, but it seems that if you set the "Default Value" of the geolocation field to "0, 0" it automatically displays the manual input for lat & long. You could probably then hide the "Use current location instead" button using CSS.

Hope this helps!

Cheers, Dan

0 0
replied on July 21, 2016

Daniel,

 

That is great - I will try this today.

 

How would I target the 'Use current location instead' specifically using CSS?

 

Thanks

 

Christian

0 0
replied on July 21, 2016

Hi Christian,

Probably using something like this - seemed to work on my Form.

.cf-geolocation div.geo-specify-rtn a {
  display:none;
}

Cheers! Dan

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.