Jump to content

Recommended Posts

Posted

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?

Posted

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>

 

Posted

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>

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...