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

    (@warkior)

    Hi ChorleyPS,

    Very sorry about the issues you’re having with the recent version of FormBuilder. It looks like your theme is configured to hide anything on the page with the “.controls” class. You can fix this by adding the following code to the bottom of your theme’s style.css file or another .css file used by your theme.

    .formBuilderForm .controls{
    display: block;
    position: inherit;
    }

    All the best,
    James W.

    Thread Starter ChorleyPS

    (@chorleyps)

    That worked! Excellent!
    Thank you very much, James, for your prompt and effective reply.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Form Fields no longer visible’ is closed to new replies.