Combining 2 fields in 1 hyperlink |
3/28/2008 1:59:04 PM |
PHPRunner General questions | |
N
nadimo author
Hello, |
|
A
|
alang 3/28/2008 |
Use "View as" Custom field in the visual editor. Assuming you have fields called "ISBN" and "WebLink", set up the WebLink field as the custom field on your list page. In the text box for view as settings: |
N
|
nadimo author 3/29/2008 |
Thanks for the help . greatly appreciated. |
A
|
alang 3/31/2008 |
Thanks - I have done a bit of PHP but it is not really my main line of work. |
N
|
nadimo author 4/1/2008 |
Thanks - I have done a bit of PHP but it is not really my main line of work.
|
N
|
nadimo author 4/1/2008 |
Sorry the 2 links where truncated , here are the good ones. |
A
|
alang 4/1/2008 |
You do need to use the custom field option for this. It depends where you want to store the middle part of the URL - in another database field or hardcoded - it depends whether the values need to be easily changed or not. For example if hardcoding was OK you could do: |
N
|
nadimo author 4/1/2008 |
WOW !!!, |
N
|
nadimo author 4/2/2008 |
Ok, |