Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support wayes001

    (@wayes001)

    Hello Rafael Zarro,

    You can align the checkbox at the top using Custom CSS. Bit Form allows you to add custom CSS. To add Custom CSS, go to Builder Settings -> Custom Code -> CSS. Here is the following code:

    .b1-6-cl {
    display: flex;
    align-items: flex-start; /* Align items at the top */
    }

    Here b1-6 is the field ID.

    And you can customize the checkbox shape from styling -> Elements & Layout -> Individual Elements -> Checkbox(field) -> Check Box

    Thread Starter Rafael Zarro

    (@lostarum)

    Thank you, but it hasn’t worked. Check out the attached image https://share.cleanshot.com/P1lrdJ4W also the style of the checkbox appears correct in the backend https://share.cleanshot.com/XtTFHSp0 but in the front end it appears rectangular https://share.cleanshot.com/lqGJWRJ4
    Another thing, is there a way to associate the answers with the user? Maybe creating a special field in WordPress and then after the form is submitted, fill in this field?

    Also, how can I make sure that all the form responses, even if repeated, are treated as one response? So that they don’t accumulate in Responses.

    Great plugin. I just bought it.

    Plugin Support wayes001

    (@wayes001)

    Hello Rafael Zarro,

    Could you please share the link to your form so we can check it and provide the appropriate solutions? Please provide the page link where the form is published.

    Plugin Support wayes001

    (@wayes001)

    Did you solve the problem? If not please use this CSS. Hopefully, it will work.

    .bit-form .bf-bx {
    flex-shrink: 0;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.