Quote:
Originally Posted by Dave
Code:
<vb:if condition="$userinfo['field9'] == '' || $userinfo['field9'] == NULL">
A condition like that should work to check if the field is an empty string or NULL.
|
When I use this condition around my code it shows the following code if the field is empty, I want it to only show the corresponding code if the field isn't empty - any idea?