• Resolved milli11

    (@milli11)


    Hello πŸ™‚

    I love the Plugin! It was really helpful to create what I needed on my page.

    But when I add the form to my page it destroys the layout of the accordeon on the right site. Normally accordeons on my website look like that: https://ombudschaft-jugendhilfe.de/neu/ombudsstellen/

    I hope somebody can help me πŸ™‚

    The page I need help with: [log in to see the link]

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

    (@codepeople)

    Hello @milli11

    The issue is simple, the class names used by your accordion, are the same class names in jquery-ui used by our plugin.

    Please, insert a “HTML Content” field in the form with the following piece of code as its content:

    
    <script>
    jQuery('[href*="calculated-fields-form/css/cupertino"]').remove();
    </script>
    

    and that’s all.
    Best regards.

    Thread Starter milli11

    (@milli11)

    Wow, thank you for your fast and capable help!

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

The topic ‘Calculated Fields destroys my layout’ is closed to new replies.