Custom Form Fields are not visible when selected

Support forumCategory: QuestionsCustom Form Fields are not visible when selected
Matt asked 3 years ago
Hi Nikola, There are a couple of custom form fields that are not showing the content of the box after the option is selected, can you tell me how to make these visible? When you select the field, options appear, but when you select an option the form field remains empty showing a small amount of random marks like broken text. Also I can't place the 'agree to terms and conditions' option to my form because there is no check box visible, and the form cannot be completed. Hoping you can help, or maybe you can give me the code for the CSS elements to fix these? Cheers Matt  
3 Answers
Nikola Loncar Staff answered 3 years ago
Hi Matt can you please provide a link to that page so I can take a look. It is CSS issue for sure. Best regards, Nikola
Matt IPG replied 3 years ago

Hi Nikola, Please take a look at the form on the website: https://harlings.co.uk/bookings/ You will see the fields Duration and Arriving by… which are options to select, don\’t show the text within. Also, I have removed the Agree to terms & conditions option because we also have that in our shopping cart, so it doesn\’t need to be on the booking page 🙂 Many thanks, and best regards, Matt

Matt IPG answered 3 years ago
Hi Nikola,  Please take a look at the form on the website: https://harlings.co.uk/bookings/ You will see the fields Duration and Arriving by... which are options to select, don\'t show the text within. Also, I have removed the Agree to terms & conditions option because we  also have that in our shopping cart, so it doesn\'t need to be on the booking page :-) Many thanks, and best regards, Matt
Nikola Loncar Staff answered 3 years ago
Hi Matt please add this to custom styles inside EA Settings page:
.ea-bootstrap select { padding-top: 5px!important; padding-bottom: 5px!important; }
save and clear cache if there is any. Best regards, Nikola
Matt IPG replied 3 years ago

Hey Nikola, Thanks v much, that has fixed it! You are a star and have saved me loads of time. Cheers, Matt