url_forward_parameter takes only first paramter
-
We are using free version of Advanced iframe for couple of years. We are using url_forward_parameter=”ALL” and after upgrade to version 2020 it only takes the first parameter. Also if we use url_forward_parameter=”par1,par2,par3″, it always take only the first parameter. Can you fix this?
Example:
[advanced_iframe width="100%" height="900" src="https://subdomain.domain.com" url_forward_parameter="ALL"]
or
[advanced_iframe width="100%" height="900" src="https://subdomain.domain.com" url_forward_parameter="par1,par2,par3"]
This creates iframe with only the first parameter
<iframe id="advanced_iframe" name="advanced_iframe" src="https://subdomain.domain.com?par1=xxxx" width="900px"
- The topic ‘url_forward_parameter takes only first paramter’ is closed to new replies.