How can I make a text pop up after a form is submitted | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I make a text pop up after a form is submitted

13th Sep 2022, 1:59 PM
Elijah Adebanwo
Elijah Adebanwo - avatar
2 Answers
+ 2
Learn Backend. - NodeJs - Php - Python - c/c++ ...etc cgi Quite a lot of options :)
13th Sep 2022, 2:10 PM
Prashanth Kumar
Prashanth Kumar - avatar
+ 2
You can for example change with javascript style of a pop up between none and block with the submitting of a form modal.style.display = "block"; as in this example: https://code.sololearn.com/WxbjPA3GaVuJ/?ref=app
13th Sep 2022, 2:27 PM
JaScript
JaScript - avatar