Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    Not directly, I’m sorry, but you can do the following:

    Insert both shortcodes by separated in the same page, but inserts the shortcode of the “tablepress” into a <div> tag, as follows:

    <div id="mytablepress" style="display:none;">...</div>

    Tip: Inserts the HTML tags with the “Text” tab active in the content’s editor, or the symbols: "<", and ">", are converted in "<" and ">" respectively.

    and then, insert in the form a “HTML Content” field, and assign to it a class name, through the attribute: “Add Css Layout Keywords”, for example: mycontainer

    and finally, as part of one of the equations in your form, use the following code:

    jQuery( '.mycontainer' ).html( jQuery( '#mytablepress' ).html() );

    and that’s all.
    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Adding shortcode from another plugin’ is closed to new replies.