Validate Frontend Textfield
Viewing 2 Posts - 1 through 2 (of 2 total)
Author | Posts |
---|---|
May 15, 2013 at 2:29 pm 3674 | |
Daniel | I need to validate a textfield. Only numbers. Better I can Validate every Field with Regular Expression. Does anyone have an example or a good link. Danke.Thx. |
May 15, 2013 at 2:52 pm 3677 | |
Tareq Hasan | You can use JavaScript/jQuery to validate the field. Also if you need server side validation, there is validation filters: Example: return ”; add_filter( ‘wpuf_add_post_validate’, ‘my_example_validation’ ); |
January 10, 2014 at 11:28 pm 14293 | |
Daniel | Neither |
Viewing 2 Posts - 1 through 2 (of 2 total)