04-11-2011, 11:48 AM
[eluser]louisl[/eluser]
[quote author="TWP Marketing" date="1302557401"]@osci, I'll try the quoted string and report back.
To all, I've got a medium size site that I wrote without using the CI form_validation library. I discovered this problem while testing the validation library on that site and I don't see an easy (quick) solution.
Yes, I can re-write the site to use only the CI validation library and it will work, but the time factor is too large for this job.
Again, thanks to all for your feedback, it was an immense help and I hope to return the favor, here, as opportunity arises.[/quote]
Is the site actually written in CodeIgniter?
form_helper.php is basically a string generator to create form html stuff. Form_validator.php is what you're trying to use and if it's loaded it's functions will be used instead of the ones in form_helper.php
Maybe if you posted some code it would help.
[quote author="TWP Marketing" date="1302557401"]@osci, I'll try the quoted string and report back.
To all, I've got a medium size site that I wrote without using the CI form_validation library. I discovered this problem while testing the validation library on that site and I don't see an easy (quick) solution.
Yes, I can re-write the site to use only the CI validation library and it will work, but the time factor is too large for this job.
Again, thanks to all for your feedback, it was an immense help and I hope to return the favor, here, as opportunity arises.[/quote]
Is the site actually written in CodeIgniter?
form_helper.php is basically a string generator to create form html stuff. Form_validator.php is what you're trying to use and if it's loaded it's functions will be used instead of the ones in form_helper.php
Maybe if you posted some code it would help.