in our Shopping cart screen, we have a shipping option for "Prepaid". then on the Checkout Screen we ask for prepaid information ( Account Number, Carrier, and Service ). However customers are filling out the prepaid information incorrectly. These 3 fields are custom fields Field02, Field03, and Field04, respectively.
Is there a way for the Checkout screen to detect what shipping option was selected?
If the system knows Prepaid was selected, we need to flag "enter prepaid info"?
and vice versa, (customer choose something other than "prepaid"). how do prevent entry to the prepaid section?
I assume Javascript, but I'm to familiar with Javascript. if someone could point me into a direction (java script with Shopsite) that'd be great.
Thanks.