Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Form Code broken #5395
    sgtc
    Member

    @ S H Mohanjith NP – thanks for the great addition to the WP community!

    @scartens – I know what theme you are using but I don’t know if their shortcodes have a noformat option — plus their is no ‘code’ needed to wrap that with, unless that was an accident.

    Also make sure you post the [noformat] with the HTML editor on and not Visual and let us know. Thanks ;-)

    in reply to: Form Code broken #5386
    sgtc
    Member

    I had the same issue. This is typically because you are using a theme with shortcodes. You may need to find out what your no formatting option is, and wrap the page like so :

    [noformat]

    All your web template code goes here.

    [/noformat]

    Edit – I looked at your site – and indeed the template you use uses shortcodes. Change your web template to reflect the following and it will work :

    [noformat]<div id="invoice_page" class="clearfix">

    <div class="noprint"><p>%print_message</p></div>%content</div>[/noformat]

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