Posts by pedro manoel • 13 points
2 posts
-
1
votes1
answer132
viewsQ: Form inside form with input problems
I am with a project and I am developing a questionnaire. Each question has five alternatives and these questions are on the same page, within divs, and within it form. Follows the code: <form…
-
0
votes1
answer673
viewsQ: Send PHP message on the same HTML page
I am developing a registration page and I am validating it with PHP. I would like to notify the user on the same registration page when there is an error. Below is the form code (you have a…