HTBox / allReady

This repo contains the code for allReady, an open-source solution focused on increasing awareness, efficiency and impact of preparedness campaigns as they are delivered by humanitarian and disaster response organizations in local communities.
http://www.htbox.org/projects/allready
MIT License
891 stars 628 forks source link

Sign up page input fields do not validate characters #1306

Open sandygarcia opened 7 years ago

sandygarcia commented 7 years ago

http://www.htbox.org/mailinglist/subscribe?backingcontentid=13

Name and last name fields should throw an error if input is no is a list of non alphabet chars like ()(&&^^%%$

josephcmarty commented 7 years ago

This looks like something that should be moved to the HTBox Website repo. Unless I am mistaken and am overlooking something in the project.

stevejgordon commented 7 years ago

@josephcmarty - Good catch!

@tonysurma - Not sure what you'd like to do with this as it pertains to Htbox specifically as Joseph has spotted.

misael86 commented 6 years ago

Hi! Can't see that any one has solved this one yet so i'm taking it, the example only shows special characters like ()(&&^^%%$ so that's what i've coded for, numerical characters will be allowed, easy to add later on if those are not supposed to be valid.

misael86 commented 6 years ago

Pull request #2106