Welcome Guest, Not a member yet? Register   Sign In
Two forms on one view, but with different controllers
#1

[eluser]duffy0[/eluser]
I have two forms I want to run through the form_validation on different controllers, but is there a way to put both html forms in the same view and still be able to retrieve the error messages?
#2

[eluser]Dam1an[/eluser]
If you want to display each error seperatly (eg alongside the input) and each one has a differant name, then probably yes

If you just want to display the error block at the top, then I doubt it, as there's only one instance of the form_validation class, so it will track all the errors




Theme © iAndrew 2016 - Forum software by © MyBB