Amazing Ray, that was it. Thanks.
I do have another small issue adding the values though. All text fields work now, but my textarea field doesn't hold the value in the session. Is there something special I need to do. This text area is a 200 word description and it is the most important field to not have disappear on them after typing it in.
Here is my attempt at adding a value.
<textarea name="description" value="<?php echo(ValidatedField("vendorsform","description")); ?>" cols="50" rows="3" id="description" ></textarea>
I see that Validation tool kit calls it a "Dynamic Attribute". And if I double click on it in the Server Behaviors list and set it VTK removes the ";" after )). But I tried that and it didn't make any difference. And it does that with all of them anyway. Any thoughts?
Thanks,
Troy