QAZIMAAZARSHAD / Voters-Registration-Portal

An online form for the registration of voters in the electoral roll.
https://qazimaazarshad.github.io/Voters-Registration-Portal/
MIT License
49 stars 132 forks source link

Update feedbackform.html #450

Closed Junyi314 closed 2 years ago

Junyi314 commented 2 years ago

I have done the validation for the feedback form(issue #368). Please check I add the validation function for the button. And change the href link to inside the else in the validate function. The href is the reason that cannot validate the form.

Fixes #(issue number)

Describe the changes you've made

A clear and concise description of what you have done to successfully close your assigned issue. Any new files? or anything you feel to let us know!

Describe if there is any unusual behaviour of your code(Write NA if there isn't)

A clear and concise description of it.

Deploy your changes to github page or netlify and mention deployment link:

Add the deployment link here.

Additional context (OPTIONAL)

Add any other context or screenshots about the feature request here.

Test plan (OPTIONAL)

A good test plan should give instructions that someone else can easily follow. How someone can test your code?

Checklist

QAZIMAAZARSHAD commented 2 years ago

@Junyi314 please share a live demo link of your website so I can review the changes.

Junyi314 commented 2 years ago

@Junyi314 please share a live demo link of your website so I can review the changes.

how do i share a live demo link

Junyi314 commented 2 years ago

@Junyi314 please share a live demo link of your website so I can review the changes.

https://junyi314.github.io/Voters-Registration-Portal/feedbackform.html

QAZIMAAZARSHAD commented 2 years ago

Great.

image

But the first name and last name accept numbers and special characters. This should be restricted. If you wish you can work on this issue.