Hi,I am currently working on adobe campaign input forms which will store
user data such as First Name, email, ID, Groups. All the fields are of
type="String" For validation, I use in input form Mandatory field,
Please Enter your First Name!
Mandatory field, Please Enter your First Name!
But with this I am able to validate null entry but if the user
enter white space it is stored. I need to get the same alert for white
space also. I tried to achieve this through javascript also.javaScript
Code...