This object is in archive! 

Selecting Customer Type in auto booking

Jonathan B. shared this question 8 years ago
Answered

Is there a way to have customers select their customer type or change the default customer type when initiating an auto booking from the auto-booking link that we have on our website?

Comments (1)

photo
1

Yes. We can add the following HTML to the Quote Request form. Where do you want the question to appear in the form? Above "Delivery Type"? And do you want this on both locations?


  1. <div class="control-group"> <label class="control-label" for="firstname">Customer Type</label>
  2. <div class="controls"> *customertype_field*
  3. </div>
  4. </div>

Replies have been locked on this page!