wimtracking2 Posted August 8, 2021 Report Share Posted August 8, 2021 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 Quote Link to comment Share on other sites More sharing options...
TellMeWhy Posted August 9, 2021 Report Share Posted August 9, 2021 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 wimtracking2 1 Quote Link to comment Share on other sites More sharing options...
wimtracking2 Posted August 12, 2021 Author Report Share Posted August 12, 2021 @TellMeWhy This is exactly what I needed and it worked without a hitch, thank you! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.