Advanced Search

Search by Keyword
Search by User Name
   

Search Options

Find Posts from
Sort Results by
Jump to Result Number
Search in Categories

Search Results

Searched for: google maps
31 Aug 2018 13:09

tom_vanbrabant

Hi.. Were you able to get this to work?
I would also like to have searches in only 1 country.
Category: RSForm! Pro
06 Aug 2018 12:38

peter52

So far OS solution is the first developer who is working a a Google maps alternative for their component "Event Booking"
Hopefully RS Joomla will not wait too long doing the same.
Category: RSForm! Pro
21 Jul 2018 16:41

peter52

there definately should be an alternative to google maps!
Category: RSForm! Pro
25 Jun 2018 13:34

webscom

Hello,

As you know, Google has changed a lot of things for the Google Maps API, now we must associate a credit card to its developer account (this changes from July 16).
Have you planned to integrate an open source solution like OpenStreetMap, finally I think it would be a good idea.

Thank you for your excellent component Rsform.

cordially
Category: RSForm! Pro
17 Mar 2018 20:15

p30yaran

hello,
please help me to resolved problem
problem is :
I have enabled Google Map Search Address
How can I restrict search to a specific city? Example: California
thanks
Category: RSForm! Pro
12 Jan 2018 15:00

paul.stassen

On the topic of showing the rest of the form after autocomplete.

Just create a multipage (pagebrake) form and add the onFocus="geolocate()" on that too. (attributes Tab > Additional Attributes)
The form gets filled if the visitor clicks "next"
Category: RSForm! Pro
20 Sep 2017 19:22

migors

HI Roberts, have you managed to do this? Does it work?
Category: RSForm! Pro
08 Jun 2017 14:21

leandromarzullo

Hi.

I'm using the google map in rsform and i'd like to allow the user to search only on Brazil's address.

If he types the addres, it shouldn't show the address of other contries.

Is it possible?

Thanks!
Category: RSForm! Pro
07 Apr 2017 16:37

alirezalashkari

I'm Trying to change location map by selecting dropdown with following code:
<script type="text/javascript">
function initialize() {
 var map = new google.maps.Map(document.getElementById('rsform-map1213'));
  var geocoder = new google.maps.Geocoder();
  $('#Building').change(function() {
    var address = $('#Building').find(':selected').text();
    geocodeAddress(address, geocoder, map);
  });
  var address = $('#Building').find(':selected').text();
  geocodeAddress(address,...

but the...
Category: RSForm! Pro
31 Mar 2017 10:59

Roberts

Further to this useful post about Google Maps auto address filler I'm wondering if anyone else has a problem with Google's example code here..

I have followed the instructions to the letter and found that the display in my form was a complete mess.

Did anyone else find this with Google's code, and if so, did you fix it?

How did you fix it?
Category: RSForm! Pro
28 Mar 2017 15:53

Roberts

Just to confirm, that's -

Street address
City
State
Zip code
Country

5 text fields ?
Category: RSForm! Pro
28 Mar 2017 10:22

stephen.holland2

Use text fields and name them exactly the same as the example.
Category: RSForm! Pro
28 Mar 2017 07:20

Roberts

Thanks for the info @ stephen.holland2

Got the API key installed okay and autocomplete returns the address but I am not sure what to name the 6 address fields which will be auto-filled. For example, should there be something in the Attributes boxes for these 6 fields?

I tried naming the fields according to the labels on Google's address block, to no avail.

I am creating text box fields, is that correct?
Category: RSForm! Pro
05 Mar 2017 15:48

patrick403

Couldn't you just do this:

<a id="myLink" href="maps.google.com/?daddr={fieldname:value}"></a>
Category: RSForm! Pro
05 Mar 2017 13:05

fretsmaster

Hi there

I require some assistance.

I have a form which inserts a value into a free text/hidden field upon a click event.

The process:

1. User clicks on "Coordinates" text box.
2. A google map popup appears.
3. User chooses location.
4. Coordinates are automatically added into "Coordinate" textbox.
5. The coordinates in the "Coordinate" text box is not a link, simply text. To convert it into an href link with the coordinates as the text, I had to add some javascript and use a hidden or...
Category: RSForm! Pro
Displaying 16 - 30 out of 66 results.