• Resolved chadtesting

    (@chadtesting)


    Hi I’d like to add a container (fieldset or div) around existing fields, or be able to drag/drop the fields into a new container.

    I’m finding I can’t do this, and I’m left with the option of creating all my fields again if I want to put them into a new container. Can you help?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter chadtesting

    (@chadtesting)

    To clarify, if a field already exists, I can’t put it in a container. I can only put NEW fields into existing containers, not the other way around.

    Plugin Author codepeople

    (@codepeople)

    Hello @chadtesting,

    I’ve detected the possible style conflict that is interfering with the Drag/Drop.

    Please, open the “/wp-content/plugins/calculated-fields-form/css/style.css” file with the text editor of your choice, and paste the following style definition at the end of file’s content:

    #fbuilder .fieldscontainer{min-height:67px; }

    Finally, clear the browser’s cache after edit the online file.

    I’ll include the change in the current distribution of the plugin.

    Best regards.

    Thread Starter chadtesting

    (@chadtesting)

    Man you’re good. Works perfectly. Thank.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Adding fields to a container after the fact’ is closed to new replies.