|
|
|
|
|
by econ
29 days ago
|
|
Stop everyone from reinventing the registration form so that it can be filled out without all the fuzzy business. You specify the fields you need and where it should post. Then have no further control over it. Have the browser bar show it is a standard form for site: example.com which means no [3rd party] js listening in on personal information. Validate and format all countries adresses correctly. Get email addresses and names right https://www.kalzumeus.com/2010/06/17/falsehoods-programmers-... If you let me (or random Joe) design it it will no doubt be wrong in multiple ways. It will probably zoom annoyingly on iphones, I will ask for the state name outside the us and I should really ask for your mum's birthday and maiden name. I will disable right click, mess up tab index and ruin accessibility with a gray on gray font. Should I wrap table rows in labels? Why should everyone have to implement this if 100 million people already tried and mostly got it wrong? |
|
Which fields are allowed?
Which aren't?