- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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