Hello Finsweet team! I integrated the Custom Form Select attribute (Custom Form Select Field for Webflow) to customize the selectors.
They are required fields.
Everything is working perfectly, except that if the user doesn’t choose an option, the error message indicating that the field is required doesn’t appear.
hey @andressentis! sorry for the late response, I have just tested one of your forms and it seems to be preventing submission if any required field is left empty.
Paste select inside of dropdown-toggle and make it visible, but opacity 0. This will help to make error tooltip visible if field does not have any value.
Also you can add pointer-event:none (so it is not clickable)