• Resolved 2020media

    (@2020media)


    Could you make it possible to add section titles everywhere, and not just when a row is collapsible?
    I really like the layout when it’s enabled but see this is only possible when a row is designated as collapsible.
    It might also be nice to designate whether a row is collapsed or open by default.

    Thankyou

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    Could you make it possible to add section titles everywhere, and not just when a row is collapsible?

    why not simply insert title tags (h1/h2/h3…) into your html text where you want to have a section title? you can also wrap a set of div.container (rows) with an xtra div element and style it to have a border box around it to make it look like a section.

    It might also be nice to designate whether a row is collapsed or open by default.

    this is already possible…although I realised I should have put it in the docs. I just reviewed this and realised that it was only working with toggled sections due to a small bug in the non-toggled js. This is fixed in v2.5.3 I just released, and documented in FAQ #14.

    Are you also aware that you can group collapsible sections, so that they can be either/or (FAQ #10).

    Furthermore, toggled sections can be used as optional parts with required fields. A toggle section title can be set as a question with the toggled being yes/no. If unused the fields are never submitted, if used the required fields are validated.

    Thread Starter 2020media

    (@2020media)

    Thank you, that’s really helpful.

    I think the argument against adding title tags (h1/h2/h3…) into your html text where you want to have a section title is that if you switch out of Grid mode in the WordPress editor you get amount a million <div> tags and it all gets rather scary!

    Plugin Author Aurovrata Venet

    (@aurovrata)

    Thank you, that’s really helpful.

    welcome. Please do leave a review of the plugin.

    Its a good practice to remember that CF7 is a very flexible way to build forms because you have direct access to the html text and what should be the default way to customise your form. The grid is a tool to help you repeat html coding templates, and as such was not designed for customisation.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Section Titles’ is closed to new replies.