• Resolved mustafa turgut

    (@mustafaturgut)


    I want to make 4-5 column radio buttons field layout my forms.
    But field layout setup can maximum 3 column in radio buttons.
    How can I this? Please help…

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @mustafaturgut,

    You can select the “side by side” option through the attribute: “Field Layout” in the settings of the radio buttons field, or you can create your own styles.

    I’ll try to describe the process with an example.

    Assuming you want distribute the radio buttons in 4 columns:

    1. Assign a custom class name to the field, for example: my-custom-class

    Note: The class names are assigned to the fields through their attributes “Add CSS Layout Keywords”.

    2. Enter the following style definition through the “Customize Form Design” attribute in the “Form Settings” tab (https://cff.dwbooster.com/images/documentation/form-settings-tab.png)

    
    #fbuilder .my-custom-class .dfield>div{float:left !important;width:25% !important;}
    

    and that’s all.
    Best regards.

    Thread Starter mustafa turgut

    (@mustafaturgut)

    thank you…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how can I make 4-5 columns radio buttons’ is closed to new replies.