Despite the lovely form_init hook, it appears that it's not possible
to seamlessly add additional fields to the PaymentContactInfoForm --
why not?  form_init does not pass the request or **kwargs, so if for
any reason the form does not validate, it's not possible to repopulate
the extra fields with the data the user entered.

I could repopulate them by using a separate form and displaying it
with a template tag, but then there's no way to force validation of
that form before saving the PaymentContactInfoForm.

Right now I'm looking at replacing payment.views.contact.contact_info
as the only way to work around this.  Is there something I'm missing?

-- 
You received this message because you are subscribed to the Google Groups 
"Satchmo users" 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/satchmo-users?hl=en.

Reply via email to