Formatting from Table
Brought to you by:
gamaiel
I like the feature of using a table to set values, but have you ever considered using another table for all formatting?
For example, if your primary table contains
ID Name Address Phone Password
1 John 666 dr 555-5555 fkgjjf
You then could have a formatting table that contains
Field Order Label ForceType Hide NormalTable DefaultValue
Name 1 'Full Name' TextArea 0
Password 4 'Password" password
etc.
If you don't have the time, I'm going to try to code this myself, but thought someone who knows the code could probably do it fasted.