You can use the "Validated Entry" values from the bindings. If you need to use both, then add a url parameter to the failed validation in the server validations server behavior like: mypage.php?fail=1Then you can use a conditional statement to show one value or the other like:
<?php echo((isset($_GET['fail']))?[ValidatedEntryFromBindings]:[PersistentValue]); ?>
Hi Ray,
I cannot understand you reply completely.
So, I bind the validated entry to the file field and then?
What do you mean by "if you need to use both"?
TIA
tony


