Welcome Guest, Not a member yet? Register   Sign In
How to redirect on form validation succes?
#5

[eluser]123wesweat[/eluser]
hmm, the validation part in combo with jquery works fine. And like i said if i put some text in both fields. It will validate and i see the save data with firebug.

- But the http request or CI redirect function isn't being executed.
- With firebug i do see the success.php source code as a post request
- I also see a get request but this doesn't load any response??

Maybe the way i am using the load->view is incorrect??

welcome/register: loads the form in a container, with
Code:
$this->data = array(
               'page'              => "form-test"
        );
$this->load->view('container',$this->data);

welcome/process: process the form and on success should load welcome/success

btw: i use libraries/validition and not libraries/Form_validation


Messages In This Thread
How to redirect on form validation succes? - by El Forum - 01-09-2010, 12:21 PM
How to redirect on form validation succes? - by El Forum - 01-09-2010, 12:57 PM
How to redirect on form validation succes? - by El Forum - 01-09-2010, 01:10 PM
How to redirect on form validation succes? - by El Forum - 01-09-2010, 01:14 PM
How to redirect on form validation succes? - by El Forum - 01-09-2010, 01:22 PM
How to redirect on form validation succes? - by El Forum - 01-09-2010, 04:31 PM
How to redirect on form validation succes? - by El Forum - 01-09-2010, 07:59 PM
How to redirect on form validation succes? - by El Forum - 01-09-2010, 08:29 PM
How to redirect on form validation succes? - by El Forum - 01-09-2010, 08:32 PM
How to redirect on form validation succes? - by El Forum - 01-10-2010, 02:55 AM
How to redirect on form validation succes? - by El Forum - 01-10-2010, 01:24 PM
How to redirect on form validation succes? - by El Forum - 01-10-2010, 03:04 PM
How to redirect on form validation succes? - by El Forum - 01-11-2010, 05:37 AM
How to redirect on form validation succes? - by El Forum - 01-11-2010, 12:00 PM



Theme © iAndrew 2016 - Forum software by © MyBB