i-want-to-visible-whole-form

Support forumCategory: Bugsi-want-to-visible-whole-form
Rohit Mishra asked 5 years ago
By default whole form \"disabled\", I want enable whole form. When user select dropdown services or not but whole form need to be open. Here is my website url: https://www.nakotaspa.com/test/book-online/ Currently when I select service, then it will visible date and time. I need to show all form without select any services. Please help me.   Thanks in advance   Regards, Rohit
1 Answers
Nikola Loncar Staff answered 5 years ago
Hi Rohit, you can do that by adding custom style (in EA Settings > Customize page) :
.ea-bootstrap .disabled .block { display: none; }
Best regards, Nikola