• Resolved Mezloh

    (@sayno2odor)


    I have tried all of these fixes suggested on the formidable site and nothing worked. I also tried to install the raw html plugin and it did nothing.

    the raw html plugin had no effect on the form shortcode.

    [raw][formidable id=12][/raw]

    it shows up on the published page the exact same way with no form.

    hen i take the raw html shortcode off i get the form with the line breaks and p tags on every line.

    http://wordpress.org/extend/plugins/formidable/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Steve Wells

    (@srwells)

    Have you contacted your theme developer and asked them how to prevent forms from being filtered twice within their theme? If you would like to start a topic in the Formidablepro.com helpdesk with a link to your site, we can take a look and see if there is anything we can do.

    Thread Starter Mezloh

    (@sayno2odor)

    I did contact the developer and I was given an easy fix solution and it worked in my case.

    Here is the solution that worked for me. Just add to theme-name/style.css

    .frm_form_fields br { display: none; }
    .frm_form_fields p { display: none; }

    I hope it helps someone else!

    Don’t forget to clear your cache if you do not see an immediate result.

    Plugin Author Steve Wells

    (@srwells)

    Thanks for sharing this…We will pass it on to others when the [raw] tags don’t work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘output with breaks and paragraph tags’ is closed to new replies.