Jump to content

Google Map Mashup Create a Link Back to the Record from the Map or a Reverse "Map It" Button


Recommended Posts

I have a search and report datapage.

It provides a list of a records as a tabular report and a google map mashup is displayed above the results. I have the "map it" button enabled to send the user to the map to view the location on the map.  Is there a way to then send the user back to the record in the tabular report below the map using a link in the info card?

View the live datapage here:2.0 The Bright App • WIM Tracking

map.png

Link to comment
Share on other sites

So basically, once you click "Go to Record" It will scroll down to the record in the Reports DataPage?

If so, you can do this by adding a <a> in your Results Page, for example in an HTML Block
 

<a href="#" id="[@field:Unique_ID]" ></a>

The ID MUST be a unique field. You can't set the display of this to none because it will not work, just don't put any display text

 

Go to you HTML block that stores the description of the Pin, find the div with the ID 'description' and create another <a> whose href is the ID of the first <a>, make sure there's '#' before the Unique Field in the href because that means "id" in HTML. <br/> is for line break

 

image.png.6e8288995777afba3f673ab46e6fb62a.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...