Welcome Guest, Not a member yet? Register   Sign In
Ion Auth - Lightweight Auth System based on Redux Auth 2

[eluser]Andy78[/eluser]
Although I had set the validation rules in form on the page and in the widget to different validation groups It seems that form validation was running on both the form and widget when only the form in the page was submitted. With advice from ben I made sure that the both forms were separated into different variables and that the forms were also uniquely named. I had not named the forms and I think this is what was causing the problem
Code:
<?php
        $attributes = array('name' => 'create_account');
        echo form_open("auth/create_account", $attributes );?>

although I cant be 100% sure as I cant seem to replicate the problem I was having....

Thanks for your help on IRC ben..no doubt Ill probably harass you again sometime Wink


Messages In This Thread
Ion Auth - Lightweight Auth System based on Redux Auth 2 - by El Forum - 11-19-2010, 09:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB