I have a registration page that internal users must use to register to use the site. I'm using javascript to make sure all required field are populated.
I just ran into an issue where a users browser has javascript diabled.
Now I want to be able to check if the browser has javascript disabled I want to do the check on the server and if a required field is empty I will send a message back to the user to populate that field.
Thank you