Hello
I have 10 fields on the form, 3 are required/mandatory fields to enter the data. And i also kept a button with caption CHECK FIELDS.
I also kept a 2nd button, say the caption is GOOD TO GO (its not a SUBMIT button, both buttons are normalbuttons)
At ths point, GOOD TO GO button is "hidden'
Now, say, user forgot to enter in 2 required fields, and pressed CHECK FIELDS button, user prompted 2 times with popup the respect field captions.
Now, user entered in 1 field and forgot again to enter the data in another field and pressed CHECK FIELDS button, user prompted 1 time with a popup with the respect field caption.
Now, user entered that field also, fine, and pressed CHECK FIELDS button, user DID NOT prompted with any popup.
BUT AT THIS POINT, i need to SHOW/PRESENCE the GOOD TO GO button
Pls. let me know how can get it done in JavaScript?
Thank you