So, I'm back again :(
My latest issue is not being able to make a field optional. It seems that whatever I do, the form is requiring ALL fields. I want to make the 'workshop' field optional, but when I leave it blank it is still saying "missing value" in spite of setting is_required=False and giving the validator a not_empty=False. Here's the paste link to my code: http://pastebin.com/mcc6a31b I couldn't figure out how to define RsvpField as a class like you were with PasswordForm, and still make it work like I want with the spacers and text labels. I'd like to clean this code up a little (seems a bit repetitive to me), but I simply have not been able to find good examples of complex tw.forms implementations. Thanks again for all your help. Hopefully this thread will serve as a lamppost for others in my position. Seth --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

