Sue Busher Posted March 16, 2021 Posted March 16, 2021 Hi We would like to use Frog forms to create a matrix answer (as well as a star rating), and also have the answers in two columns. Has anyone managed to achieve any of this?
Graham Quince Posted March 16, 2021 Posted March 16, 2021 Hi Sue, That sounds like a new field type to me. But it is possible to list the radio button horizontally with this CSS in an html widget: <style> .radio .input-pair { float:left !important; width:30% !important; } </style>
Sue Busher Posted March 19, 2021 Author Posted March 19, 2021 Thanks Graham. Do you have something similar for check boxes?
Graham Quince Posted March 19, 2021 Posted March 19, 2021 Hi Sue, When we rolled out the newer form features, I "retired" the Form Styling widget. It still works as far as I know, but at the time, I thought it would create confusion: https://bit.ly/2fnBfQ2 As it happens, to get the radio button code, I opened up the form styling one. Here's the checkbox one: <style> .checkbox-pair { float:left !important; width: 25% !important; } </style>
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now