• Resolved pikaya

    (@pikaya)


    Hi
    I’ve managed to set the confirmation – so a client receive a copy of the form he / she sent
    problem is with the Checkbox – the result is a cell with all fields one after the other – not in multiple rows or some kind of seperation
    looks something like this :
    Thursday 20th October – A Day of Sightseeing & Fun, Thursday 20th October – Welcome Dinner, Friday 21st October ( and so on )-

    I’ve looked in my gmail page source and saw:
    .aBn {
    position: relative;
    top: -2px;
    z-index: 0;
    border-bottom: 1px dashed rgb(204, 204, 204);
    }
    which by changing a bit could help solve the order of checkbox
    .aBn {
    border-bottom: 1px dashed #ccc;
    /* position: relative; */
    top: -2px;
    z-index: 0;
    display: block;
    clear: both;
    }
    But – could find any reference in the plugin files///

    any idea how to solve it?

    thanks

    https://wordpress.org/plugins/visual-form-builder/

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for the email, I’ll certainly pass this onto our developer for consideration into a future build. You are using our free version right?

    Thanks,
    Joseph
    VFBPro Support

Viewing 1 replies (of 1 total)
  • The topic ‘receiving form style’ is closed to new replies.