Lance, it's also not clear to me what exactly you need. Are you using
ModelForm? If not, what do you mean by the 'auto generated' form? I
think I have a rough idea what you're looking for, but a few more details
would go a long way.

Adam

On Wed, May 21, 2008 at 3:30 PM, Lance F. Squire <[EMAIL PROTECTED]> wrote:
>
> I'm trying to make a Form where 3 people need to be inputed. All three
> need to have a Title.(EG. Mr. Mrs. etc.)
>
> I tried making the Title fields in the database be a key to a table of
> title selections. The sql generation had no trouble with that, but the
> Form generator doesn't like it at all...
>
> I had them as character fields, but couldn't figure out how to get
> them to become select/choice fields after the form was auto generated
> from the table, before the view...
>
> I'm new to Django. Played with Rails some, but mostly work in Perl/
> Postgres
>
> Also looked at having the people in separate tables, but it didn't
> seem practical either from a filling in data point or a rendering/
> parching the form point.
>
> Thanks for any help and/or pointers.
> Lance
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to