I am building some models, and I need to collect an address. Thing is, I want the address to be be collected in one model field, yet the fields for the address could span over multiple lines.
For example:
street:
city:
zip:
state:
Mine don't look like these, but you get the idea. The data needs to be stored in one model field.