PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Using a template tag in the HTML field?

  1. ameeker
    Member

    I'm using WP Table Reloaded to show some information - and would like to display that information conditionally depending on what fields are chosen in the form itself. Can I use this template tag:
    <?php wp_table_reloaded_print_table( "id=1&use_tablesorter=true&print_name=false" ); ?>;

    within, say, an HTML field?

    Posted 13 years ago on Wednesday December 22, 2010 | Permalink
  2. Currently PHP and Shortcodes are not supported in the HTML field. Only static HTML and Javascript. We plan on enhancing this in the future with at least shortcode support, and possibly PHP support.

    Posted 13 years ago on Wednesday December 22, 2010 | Permalink