Hi All,

Is there a way to "link" 2 form fields or use a create a MultiWidget
consisting of 2 fields so they are logically displayed together?  I
have a search form which asks the user for a date range to search and
I am trying to figure out the best way to display them.  The obvious
option would be to make two separate form fields, a start_date and
end_date, but I don't like that option. I would much rather have both
selects show up on the same line, which is not the behavior you get
with two separate fields.

I am aware of how to do this with a MultiWidget and a MultiValueField,
but a MultiValueField requires that you compress the data into a
single value.  I want to return both values, the start_date and
end_date of the date range, to the view for searching.

Thanks for your input!

-Brian
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to