On my drop down menu under type of customer the first option is apartment and most of
Answered
On the drop-down menu for customer type most customers are not changing the selection. The first one we have it on is apartment. Isthere a way to force them to actually choose one of them instead of it just defaulting to the first option if they don't select one?
In Settings->Pages/Templates, there is the "WP Checkout" page (There's also a "Quote Request" page template to fall back on if the website isn't working via WordPress). Inside this template, we use the template variable *customertype_field* to output the "select" drop down with your list of Customer Types in it. I swapped in the template variable *customertype_field_required* for you just now so that the field is required, otherwise it will give the customer an error message. You should be good to go.
In Settings->Pages/Templates, there is the "WP Checkout" page (There's also a "Quote Request" page template to fall back on if the website isn't working via WordPress). Inside this template, we use the template variable *customertype_field* to output the "select" drop down with your list of Customer Types in it. I swapped in the template variable *customertype_field_required* for you just now so that the field is required, otherwise it will give the customer an error message. You should be good to go.
thank you!
thank you!
Replies have been locked on this page!