Forum Discussion
RafaelSanchezHe
2 years agoCommunity Member
Field Text for adding user and password in sofware simulations
Hi Everyone,
In my company we are trying to create simulations for the sofware ( Apps that we have developed to served in our industry, these have specific user and passwords for each employee, If...
SamHill
2 years agoSuper Hero
Hi Raf, this kind of logic would need to use JavaScript for the validation. It would need something called a regular expression. These are used to verify strings meet a particular format, for example email addresses.
In your situation, how would you verify that the user has entered the correct data. For example, how does the simulation know the users first name and last name and employee number. Is this data that is entered at some point, which you can then user to verify that the user name meets the requirements?
Related Content
- 2 years ago