Quote (DiabloPago @ Mar 9 2015 11:31am)
For example.
Name input, should be only string --> akuuz is correct
If i type akuuz678 and send it, 678 should be displayed red because it is wrong
not possible in that sense, the input forms are going to make everything a string, also because php doesnt have strong datatypes.
if you want to strip out numbers i suggest you looking into regular expressions.
This post was edited by AkuuZ on Mar 9 2015 06:34pm