Welcome Guest, Not a member yet? Register   Sign In
Logic for multi-step form.. not working.
#8

[eluser]smilie[/eluser]
Tom,

Yes I see now what you mean (I am a bit ill and tired so didn't caught it first time).
Is your form config OK (suggest_2)?

Could you place:

Code:
if ($this->form_validation->run('suggest_2') == FALSE)
            {
                 echo "run suggest_2 false"; exit;
            }
            else
            {
                 echo "run suggest_2 true"; exit;
            }

just to make sure you are getting in TRUE statement. Then you can debug the suggest_2 form validation rules / config.

Regards,
Smilie


Messages In This Thread
Logic for multi-step form.. not working. - by El Forum - 09-07-2010, 04:44 PM
Logic for multi-step form.. not working. - by El Forum - 09-08-2010, 04:14 AM
Logic for multi-step form.. not working. - by El Forum - 09-08-2010, 09:34 AM
Logic for multi-step form.. not working. - by El Forum - 09-08-2010, 09:38 AM
Logic for multi-step form.. not working. - by El Forum - 09-08-2010, 10:35 AM
Logic for multi-step form.. not working. - by El Forum - 09-08-2010, 11:50 AM
Logic for multi-step form.. not working. - by El Forum - 09-08-2010, 12:17 PM
Logic for multi-step form.. not working. - by El Forum - 09-08-2010, 12:29 PM
Logic for multi-step form.. not working. - by El Forum - 09-08-2010, 12:34 PM
Logic for multi-step form.. not working. - by El Forum - 09-08-2010, 12:40 PM
Logic for multi-step form.. not working. - by El Forum - 09-08-2010, 01:07 PM
Logic for multi-step form.. not working. - by El Forum - 09-08-2010, 01:18 PM
Logic for multi-step form.. not working. - by El Forum - 09-08-2010, 01:26 PM



Theme © iAndrew 2016 - Forum software by © MyBB