• Hi there,

    I created a form using PF Forms and the multiple choice section does not align the box with the options and it doesn’t allow you to select the options. Please help.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The form is functional but there is a small CSS issue with it that’s causing the checkmark to not appear in the right place. You can apply the following custom CSS and that should fix the issue:

    
    input[type="checkbox"] {
      position: relative !important;
    }
    
    Thread Starter realequity

    (@realequity)

    Thank you, where do I input this code?

    Thread Starter realequity

    (@realequity)

    I figured out how to add the code and it now allows me to select the options, but they are still not aligned to the text. How can we fix that?

    Thread Starter realequity

    (@realequity)

    Hi there – any update on getting this aligned?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘PF Form multiple choice is not aligned and does not allow you to select options’ is closed to new replies.