1: 2: 3: 4: 5:
<input type="radio" name="donationAmount" value=25 /> $25 <input type="radio" name="donationAmount" value=50 /> $50 <input type="radio" name="donationAmount" value=100 />$100 <input type="radio" name="donationAmount" value=250 /> 250 <input type="radio" name="otherAmount" value="Other" /> Other <input name="amount" type="text" />
Use this in your conditional where costcenter is the name of the field
SUBSTRING(LOWER(costcenter),1,1) BETWEEN '0' AND '9'