Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #881940

    Hi Guys,
    I’ve just migrated my website to the Enfold theme and it looks great. I really like the theme, but I have a problem with how my Formidable Forms Pro views are displayed. It appears that nearly all the HTML tags are stripped out, so every table is displayed as just a long string of characters. There is something wierd going on because it does display the header of the table, but at the bottom of the content.
    The view has 3 sections that control formatting – Before Content, Content and After Content. My view has the following specification:

    Before Content:
    <table class=”tablesorter”>
    <thead>
    <tr>
    <th>RaceNum</th>
    <th>Owner</th>
    <th>Team</th>
    <th>Registration</th>
    <th>Link</th>
    </tr>
    </thead>
    <tbody>

    Content:
    [1301][1302][1303][1304][editlink label=”Edit” page_id=1992]

    After Content:
    </tbody>
    </table>

    Formidable Forms support have checked the page source and have confirmed that the HTML tags are being removed.

    Any ideas how to fix this?

    #881976
    This reply has been marked as private.
    #881978

    Hey carylwills,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #881981

    Hi Victoria,
    Did you get the previous private reply I posted with the link in?

    • This reply was modified 6 years, 12 months ago by carylwills.
    #882110

    Hi,

    Thank you for the info. Please post the login details in the private field so that we can check it. Have you tried using the code block element?
    Best regards,
    Ismael

    #882202

    Hi Ismael,
    I’ve sent you login credentials.
    Yes, I’ve just tried using a Code Block element and that didn’t make any difference.

    #882519

    Hi,

    Please post the code on pastebin.com. I can’t find the login credentials anywhere. Please post it again in the private field.

    Best regards,
    Ismael

    #882622

    Hi Ismael,
    The login credentials are in the private content.

    #883418

    Hi,

    Thank you for the update. We will also need the code. Please post it on pastebin.com.

    Best regards,
    Ismael

    #883429

    What code do you need? There isn’t any special code – just this shortcode: [display-frm-data id=2618 filter=limited]. You have admin rights so you’ll be able to see everything.

    #884490

    Hi,

    I see. Looks like the shortcode is being rendered outside the table. Is it working correctly if you switch to a default theme?

    Best regards,
    Ismael

    #884577

    Hi Ismael,
    Yes, it works fine in the default theme.

    #885063

    Hi,

    Thank you for the update. The shortcode is not working even on the default editor. Unfortunately, we are not sure why. Did you contact the plugin author?

    Best regards,
    Ismael

    #885107

    Hi Ismael,
    I have discovered that the plugin corrupted the view when it was last edited. For Formidable users, the issue is that if you use the Visual editor when constructing the ‘Content’ section, it strips out the table html and makes the line look like this:

    [1301][1302][1303][1304][editlink label=”Edit” page_id=1992]

    when it should look like this:

    <tr>
    <td>[1301]</td>
    <td>[1302]</td>
    <td>[1303]</td>
    <td>[1304]</td>
    <td>[editlink label=”Edit” page_id=1992]</td>
    </tr>

    There is a flag to the right and above the ‘Content’ editor that says ‘Disable visual editor for this view’. Make sure you tick this because the Visual editor screws up the Content’ code and your data won’t be shown in a table.

    This is all working OK now.

    Thanks for all your help.

    Caryl

    #885411

    Hi,

    Awesome! Glad that you found the issue. And thank you for the info. I’m sure it will help other users. :)

    Best regards,
    Ismael

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.