Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6423

    yahya_c
    Participant

    Is it possible to send dynamic values through form submission (e.g querystring) to the charts shortcode? When I try to nest a URLPARAM shortcode within the intense shortcodes, it doesn’t seem to work.

    Thanks!
    -Yahya

    #6426

    Intense Visions
    Keymaster

    Yahya,

    To send dynamic value to the chart shortcode, you can create a template that creates the chart shortcode with the dynamic values. Within the template you can either call do_shortcode or use a built-in function intense_run_shortcode to call the chart shortcode. Since the chart shortcode requires more than one shortcode to run, it may be easiest to create a string with the shortcode text and use do_shortcode.

    You can find more information about the template shortcode and creating templates here:

    http://docs.intenseplugin.com/Element_-_Shortcodes/Template.html
    http://docs.intenseplugin.com/Templates.html

    For the template shortcode, you will create a template and place it in an intense_templates/template folder in your theme or child theme.

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

You must be logged in to reply to this topic.