Quote:
Originally Posted by sbryan
hi Tom i want to display the value of a custom form field from the users profile, but then it links to an external source with a variable that is the value entered into the form.
|
The code you should add would be (substitute field5 for the actual name of the profile field):
<if condition="$post[field5]">
<tr class="vbmenu_option"><td><a href="$post[field5]>$post[field5]</a></td></tr>
</if>
I hope I understood correctly what you need...