I’m using the following code to add a “how did you hear about us” drop down at checkout but I’d like for it not to be required. Does anyone know how to do this?
#how-did-you-hear-about-us--label, #how-did-you-hear-about-us-other--label { font-weight: none; } select#how-did-you-hear-about-us, input#how-did-you-hear-about-us-other { width: 100%; padding: 8px 10px 8px 10px; line-height: 1.2; } #how-did-you-hear-about-us, #how-did-you-hear-about-us-other, #how-did-you-hear-about-us--label, #how-did-you-hear-about-us--error, #how-did-you-hear-about-us-other--label, #how-did-you-hear-about-us-other--error { display:block; margin-bottom: 5px; } #how-did-you-hear-about-us-other.error, #how-did-you-hear-about-us.error { border: 2px solid {{ settings.hau_error_color }}; } #how-did-you-hear-about-us--error, #how-did-you-hear-about-us-other--error { color: {{ settings.hau_error_color }}; }how did you hear about us? {{ settings.hau_error_message }}
other {{ settings.hau_error_message_other }}