Update_Email_Validation_and_Error_Handling_in_Form(2) #180
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was recently closed due to changes of the previous PR! #162
Issue_id: NOT CREATED!
Summary: This pull request introduces updates to the form_filling.html file to enhance the email validation functionality. The changes ensure that users can only submit emails from trusted services and provide real-time feedback during form input.
Proof: (Screen recording)! :
https://mega.nz/file/4SUlyRoQ#WQ0Y8FPyRnib9WObm8oZcVXQuHI-UtTS-_K_QtTZnsE
Changes Made:
Email Validation:
Real-time Error Handling:
An error message is displayed dynamically below the email input field when an invalid email is detected.
The error message disappears when the user enters a valid email address.
The form submission is blocked if the email does not belong to a trusted service, ensuring that only valid submissions proceed.
Note: I did not created an issue so. Assign me this PR, and add gssoc-ext with level3, hacktoberfest-accepted labels!
@Harshdev098