Price Filtering
I was wondering how I would ensure that when posting an ad, the price is filtered so it is only a valid number. As it stands, people can write an unlimited amount of random non-numeric characters into the box.
I'm considering client-side javascript validation to prevent this but this is not ideal and before I do so, is there an easier/more comprehensive way to do this in a child theme without editing the core theme files?