Skip Navigation

[Resolved] Radio button not showing in the Post Form

This support ticket is created 2 years, 7 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 1 reply, has 2 voices.

Last updated by Christian Cox 2 years, 7 months ago.

Assisted by: Christian Cox.

Author
Posts
#2155607

I have a post form that was working fine.
But I am not sure since when, the radio button are not showing anymore.
I looked around and didn't find anything similar to this issue.
Here is the temp login: hidden link
Here is the Post Form:hidden link
There is only one radio button question, should be easy to find.

Thanks!

Erin

#2155611
Screen Shot 2021-08-30 at 12.49.23 PM.png

Hello, the problem I see is some custom CSS added in Appearance > Customize > Additional CSS. Please see the attached screenshot. This CSS is hiding default radio input buttons. You should remove or more appropriately scope this CSS so it does not impact the display of radio input fields in Toolset Forms on your site.

input {
    -webkit-appearance: none; 
    -moz-appearance: none;     
    appearance: none;
	box-sizing: border-box; 
}
This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.