Hi, how can i strip tags from textboxes?
Strip tags
- Single Page
Posted 20 October 2014 - 04:43 AM
Posted 20 October 2014 - 17:01 PM
well .. yes you surely can...
you can do it with callback_before_insert / callback_before_update
or you can set a javascript to do the same work ..
callbacks are easy to deal with.