Re: Combining form fields into a single MultiWidget and getting all field data returned

2009-01-15 Thread SnappyDjangoUser
So I am heading down the path of creating a MultiWidget with a Select drop down list and a radio field displayed side by side. But the problem that I am currently encountering into is that my compress method in the MultiValueField is not being called. The odd thing is that if I change the Select

Combining form fields into a single MultiWidget and getting all field data returned

2009-01-13 Thread SnappyDjangoUser
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