Can anyone tell me how i can associate a loader with this form? And how i can alert not filled for each unfilled input? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anyone tell me how i can associate a loader with this form? And how i can alert not filled for each unfilled input?

https://code.sololearn.com/Wa67bJ79oWb0/?ref=app

3rd Jul 2019, 11:07 AM
Lucky victory
Lucky victory - avatar
2 Answers
0
what do you mean by a loader, and to alert you should use javascript, get the form element and add a function to be called when the form is submitted, and in the function, alert if it doesn't meet your criteria
8th Jun 2020, 11:44 PM
Thomas Bouasli
Thomas Bouasli - avatar
0
thomas bouasli thanks for your answer, but this is an outdated question
9th Jun 2020, 3:20 AM
Lucky victory
Lucky victory - avatar