I hope what I need is possible ...
Our Wordpress site is called from another page with an URL that contains a parameter (zip code).
I need to hand over this parameter to an iframe-URL on my site.
To make it a bit more clearly:
An external website contains a form field where a zip code has to be entered.
If the URL matches, our WP website is opened in a new tab.
Our website gets called with an URL like this http://www.example.de/?zipcode=47800
So the zip code entered on the other website is handed over to us.
Our website contains a small iframe that starts some kind of order process.
The page inside the iframe contains a form, which first field is the zip code.
And the URL parameter has to be integrated into the iframe-URL, so this field inside the iframe can be prefilled with the zip code.
The "prefill" is not my problem - I just need to integrate the zip code URL parameter into the iframe URL.
For this iframe I didn't use the advance iframe license/plugin till now, cause I implemented it a long time ago and it just works fine so far
That's why the actual shortcode looks like this:
[iframe src="https://www.example.de/index.php?action=step1&calculator=gas" width="100%" height="237" scrolling="no"]
You see there are already 2 parameters in the iframe URL ("action" & "calculator").
The zip-code would be the third parameter.
How can I add this zip code URL parameter to the AIP iframe URL ?
How do I need to modify the shortcode ?
Any ideas ???
Thanks in advance!
Tom