hi,

is it possible to add/remove certain fields of a forms.Form depending on the 
tenant?

what i would like to do is to show 3 more fields on a form for a specific 
tenant and i would really prefer to do it in python and not in the template.
the problem im having right now is that the form with the fields gets defined 
when i import it the first time and does not modify the fields when i 
instanciate the form itself.

is there a way to do this in a smart and dynamic way so the form fields are 
definded everytime i call MyForm()?
or do i really have to define a new form for this single tenant?

thank you.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to