J
|
Jane 9/26/2007 |
Hi, global $data; $value = "<a target=_blank href=\"http://maps.google.com/?ie=UTF8&hl=en&q=".$data["Street_address"]." ".$data["City"]." ".$data["State"]." ".$data["Zip"]."\">google map</a>"; |
R
|
runnerPHP2008 author 9/29/2007 |
Ok, and what if I wanted to make a anything entered into a particular field, like "Store_Name" become a clickable link in the listview that goes to that records website address. Website address is collected in a field called "website_address" Hi, you can do it using Custom format on the "View as" settings dialog on the Visual Editor tab. Here is a sample code: |