How to validate many fields combined in Codeigniter?

后端 未结 3 951
终归单人心
终归单人心 2021-01-25 13:47

Is there a creative and easy way to check many form fields at once.

I have a form with generated fields on the fly, each has a unique id.

The thing is submittin

3条回答
  •  醉话见心
    2021-01-25 14:38

    Not entirely sure what you mean, as the fields would have to be checked individually whichever way you do it. Unless you're concatenating all the inputs and checking that? Maybe I've missed something there though.

    Just go for client side: http://flowplayer.org/tools/demos/validator/index.html

    Serverside: http://formigniter.org/

    Hope this helps...

提交回复
热议问题