• Resolved John

    (@dsl225)


    Hi guys,

    At the end of a form a have 2 conditional fields in 2 columns.
    When visibility conditions are met for both they are set to display in columns that way (at bottom).

    But when only 1 of the conditions is met we get the corresponding field in full width, that way.

    Is there a way to force those conditional fields to always display in columns, even if only 1 is shown?

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hi @dsl225,

    Thank you for contacting us.

    It may be possible by adjusting the layout of the fields with some CSS. We can definitely check this for you if you could please provide us with the page URL where you currently have the form embedded?

    Best,
    Jonathan S

    Thread Starter John

    (@dsl225)

    The site is currently at temp URL, not public.
    May I send this link to WPMU DEV – Contact <[email protected]> as previously?

    Thanks!

    Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hi @dsl225,

    You sure can. Please email us through our secure contact form here https://premium.wpmudev.org/contact/#i-have-a-different-question and make sure that subject is “I have a different question” and:
    – ATTN: Jonathan S
    _ temp URL of form
    – Link back to this thread

    Best,
    Jonathan S

    Thread Starter John

    (@dsl225)

    Done, with thanks!

    Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hi @dsl225,

    Thank you for providing this.

    Please add this CSS to your Custom CSS section(theme options, or appearance > customizer > custom CSS):

    .page-id-18878 #forminator-module-19660 div#text-3 {
        max-width: 45%!important;
    }
    
    .page-id-18878 #forminator-module-19660 div#number-1 {
        max-width: 45%!important;
    }

    Note that the code is set to only target this specific form on this specific page.

    Best,
    Jonathan S

    Thread Starter John

    (@dsl225)

    Works great!
    Added this to the page’s CSS and looks fine.

    As always, you rock and your support is just outstanding!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Forcing conditional fields in columns’ is closed to new replies.