HtmlTag help
-
I’m trying to load 1 of 4 different iframes with specific url depending on the param value, problem is the first one is always read regardless of the param being passed, i just stacked the shortcode blocks on top of each other but it’s obviously not reaching any below the first.
Better yet, can we nest a html tag shortcode within an ifurlparam ? Any help would be appreciated.[urlparam htmltag=”iframe” src=”https://myurl/front_end/animals” name=”customerportal_shots” id=”iframeshots” width=”100%” height=”800″ style=”border:1px solid #ccc;” param=”dest” is=”shots” default=”https://myurl/front_end/index” /]
[urlparam htmltag=”iframe” src=”https://desertdog.gingrapp.com/front_end/view_invoices” name=”customerportal_invoices” id=”iframeinvoice” width=”100%” height=”800″ style=”border:1px solid #ccc;” param=”dest” is=”invoice” default=”https://www.myurl/front_end/index” /]
- The topic ‘HtmlTag help’ is closed to new replies.