I have multiple buttons which are Order 1 and a contact form below it with a field with multiple options (Order 1, Order2, etc...)
When I click on the "Order 1" button , I want the field to select Order 1. And if I click on the "Order 2" button, I want the field to select Order 2 for example. Is there a way to do that with javascript?
I've seen this done in some websites but can't remember exactly where.