Hi,If you're adding the field type to each field name, you might also
want to consider adding the field length to each field as that is even
more crucial when populating forms. If the field expects special
formatting as well, in order to avoid the form rejecting mal-formed
data.So eventually you'll end up with field names like
num_ZipCode_6_XXX_XX, and what I'm really trying to say is: do not to
mix in any meta data at all into the field name. The meta data, such as
field type, field length or f...