Bruno Rocha, This is a very nice plugin ! ... very useful, thanks for sharing !
I have to create 2 registrations methods ( one short and one long method to register ) I have one problem, how would you suggest to user the wizard when there are 3 tables involved in the long signup method ?? for example in my db I have many tables ... but the full registration for the app affects 3 tables, while the short one which is already done only affects 1 table ( the auth-user table) ! I need to manipulate the powerformwizard for all 3 tables in the complete registration approach table1 is the auth-user table with first and lastname, password and email, birthdate and user type. table2 is the coordinates of the user ( with street adress, city, Zip or postal code, Country of residence, Origin and language spoken ) table3 is the profile informations ( like picture upload, description, story, bio, ..) Any suggestions ? ... thanks Don --