• Resolved ChorleyPS

    (@chorleyps)


    Forms on http://www.chorleyps.org have stopped working – for example: our New Member signup page
    The fields do not display, although their titles do. Also neither the “Submit” or “Reset” buttons display. This membership form has worked perfectly for several years, until 16th May. I know that several people have tried and failed to use the membership form since.
    It’s time for Annual Club subscriptions: any help much appreciated!

    https://ww.wp.xz.cn/plugins/formbuilder/

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.