What is the address of Lincoln Financial Field?

In creating an address form on a website, how do the experiences compare if a) each field is separated (i.e. one field for street, one field for city, etc.) or b) if there is one larger field box where the user writes the address any way they wish?

  • The information written in the address does not need to be separated for the purpose of a database, it will simply be added to a digital document.

  • Answer:

    Some advantages of using separate inputs for each line: Convention. Most websites do this. Users will be used too it. Autocorrect. If you keep your form similar to other address forms, any user with autocorrect can have the browser fill in the form for them. (Not filling in a form is the ultimate experience!) Furthermore, in many browsers, autocorrect doesn't work in <textarea> -- only <input> -- another reason to consider single lines. Validation. This is easier with single fields. Validation can be a pain but it can actually save more hassle down the line if the address is wrong!

James Offer at Quora Visit the source

Was this solution helpful to you?

Other answers

Seriously? You'll never, ever, really never need that address as actual data? What's the point of filling it in then? There are other ways of making data entry easy for an address (for example, filling city and state from zip code) that might accomplish both goals (make it easy for the user and not paint yourself into a corner with "data" that can't be used later). Personally, as a user, I'd find a completely free-form field confusing for entering an address unless you're calling it an address, but what you really mean is "give this location a name" (like "grandma's house").

Bekki Kenlan Matthews

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.