Avatar

Level 10

You can use FormCalc syntax as below.. This will exclude any spaces in the field value.

if(hasValue(TextField1)) then

//Do your processing

endif

If you want to use Java Script, then trim the field for any spaces and then check for the value..

Thanks

Srini