ContributionsMost RecentMost LikesSolutionsGeo Locate AppUsing the Geo Locate app, I have this working properly. Wanted to time stamp a date time field as well as a user field with the user who pressed the button. This code is in the JS Code Page: jQuery(document).ready(function getLocation()jQuery(document).ready(function getLocation() { if (navigator.geolocation) { navigator.geolocation.getCurrentPosition(showPosition); } var test = $.ajax({url: url,async:false,success: pushResult}).responseText; return false;}); function showPosition(position){ var editURL = ""; editURL = "xxxxx"; editURL += "?act=API_EditRecord&key=" + QBU_recid; editURL += "&_fid_834=" + position.coords.latitude; editURL += "&_fid_837=" + position.coords.latitude; editURL += "&_fid_835=" + position.coords.longitude; editURL += "&_fid_838=" + position.coords.longitude; $.ajax({url: editURL,async:false}); location.reload(true); This is the code from the buttton: "javascript:" & "var QBU_recid="& [Record ID#] &";" & "void(jQuery.getScript('" & URLRoot() & "db/xxxxx?act=dbpage&pagename=ingeo.js'))" ------------------------------ ProjectsForce ------------------------------ Formula Rich Text / Image / Link To ProjectDrawing a blank on this one. Trying to add this code to formula rich text field, pointing to the record in which the button is pressed. "<a href=\"http://quickbase.com/webinars/\"><img src=\"https://images.quickbase.com/si/32/128-link.png\"></a>" ------------------------------ ProjectsForce ------------------------------ Re: Formula Rich TextThis works perfectly!!! Thank you sir! ------------------------------ ProjectsForce ------------------------------ Re: Formula Rich TextThe button works, but it does not open in a new tab, still opens in same window. ------------------------------ ProjectsForce ------------------------------ Re: Formula Rich TextIt gives an error at the _ part right before the word blank var text URL = [Link To Project]; var text Words = "Words to click"; <a 'target=_blank' class='Vibrant Success'" & " a href=" & $URL & ">" & $Words & "</a>" //"<a class='Vibrant Success'" & " a href=" & $URL & ">" & $Words & "</a>" ------------------------------ ProjectsForce ------------------------------ Re: Formula Rich TextWhat if you needed it to open in a new tab? I know to use Target="_blank", but not sure where to put it. ------------------------------ ProjectsForce ------------------------------ Formula Rich TextHaving an issue with the mobile app on Android. URLs give an error of try again. I want to try a formula rich text field to point to a URL field in the record the button is located. I found this in the Magic Buttons App "<a class=\"Vibrant Success\" href=\"http://quickbase.com/webinars/\">16B. Go to some URL</a>" Trying to point this to the field in the record that contains the URL I need to visit when pressed. ------------------------------ ProjectsForce ------------------------------ Re: Do you want to start a local QB builder community?My name is Chad Thomas and I have been working with Quickbase roughly the same amount of time. I am in the Philadelphia Area and would love to do this as well. Maybe we could try to do something local as well as maybe a web based gathering? ------------------------------ ProjectsForce ------------------------------ PDF Stored in Google Drive / Display In Form In QuickBaseI currently store all PDFs in Google Drive. I have the URL to the PDF in the record that it pertains to. Has anyone had any luck being able to display a PDF in the form without the need to click to open or down the pdf? ------------------------------ ProjectsForce ------------------------------ Convert Text To AddressAnyone happen to have a way to convert text to an address 1234 A Street Fake City, Pa 19999 ------------------------------ ProjectsForce ------------------------------