Hi kwoychesko,
Ah! Thanks, now I see what you want to do!
This can be done in 2 basic steps.
1. Set up your Site Form (Book) to receive a variable.
- Then in the Live Link (option #2) select variable.
- Configure the variable Type: String, Variable: authorname
2. Set up your Link on Author Name in either the Search & List, or Content Type - depending how the user is viewing the Content.
- Then in the Live Link (option #2) select the Typography and HTML:
- Add: <a href="/URLToForm?authorname=$cck->getValue('author_name');">$cck->getValue('author_name');</a>
So you are basiclly setting up the form with a variable and setting the value using an HTML string with the values that you get from $cck->geValue
Hope that helps,
Randy