Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter Forms - Multipart Forms
#1

[eluser]myjeep_2003[/eluser]
I have a need for two part registration process where user will be asked few questions to verify if they are eligible to register and then redirect them to the registration form. I also need to protect the register() method that does the registration. So the scenarios would be in pre-registration form, I will validate 4 question and will get a true or false using a Db query. If db query is true redirect to register method or false redirect back to preregister form.

I was thinking if preregister questions is true then save a variable in session. Then to check for the session variable before loading the register form. IS this a preferred method or there are other technique that are more efficient.




Theme © iAndrew 2016 - Forum software by © MyBB