So I have this situation. I have users that register with the application. Prior to registration, they have to choose a pricing plan. So on page 1, there are 3 links that all link to register, but the first one is for a basic pricing plan, the 2nd for a premium and 3rd for enterprise. When they click on that link, they are then sent to the register page. I want to store the plan in the user profile model.
I have implemented the register functionality using django- registration in a pretty standard manner. I have extended the get_form_class() of the SimpleBackend to pass in a custom Form Class. I am also using the user_register signal to create a user profile. The place where I am confused is to figure out how to pass the plan information through to the django-registration framework so that it can then be handed over to my signal hander. Please help!. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.