Quote:
i was wondering if i have a question where someone has to put there postcode in, can i have the answer link to a URL to a map showing the postcode?
its for my classified section.
other than that excellent script. clicked install..
also is it possible to highlight answers to 2x questions red and BOLD? (for example both answers should be a price!)
thank you.
|
You can use the Custom Form Output for both of these if I am reading the question right
A1.
Code:
[HTML]http://www.yourmap.com/{q_*}[/HTML ]
Replacing * with your field number.
Or to have text linking:
Code:
[URL="http://www.yourmap.com/{q_*}"]Click here for map[/URL ]
Remove spaces out of closing [/URL ]
A2.
To have your answers in bold, use Custom Form Output:
Code:
[B][COLOR="Red"]{q_*}[/COLOR ][/B ]
Again, replacing * with your field number. Remove spaces out of closing [/B ] and [/COLOR ]