When trying to link to an internal page/post with URL parameters that contain dynamic data, the fields don’t populate the values.
Here is the url parameter: ?prop={mb_property_community} lot {mb_property_lot_id}&link={post_url}
If I use an internal link, it produces the following link on the front-end: https://roatan-new.fizzpop.dev/property-inquiry/?prop=mb_property_community%20lot%20mb_property_lot_id&link=post_url
It seems to populate the label and not the actual value
However, if I change the link to be custom URL and append the URL parameters, it works correctly by filling in the values correctly.
thank you for your reports.
We are aware of it and we already have a fix for this. Should be available in the next version. We will update this thread once this will be implemented.
I’m on 1.11 and still doesn’t work for me ! To be more precise, I tried some dynamic data inside URL parameter and they work but “{echo:my-function}” doesn’t work.
but If I set internal page with "?formule=9.99&redirect_to={echo:url_actuelle}” as parameter, the final URL is “https://website/creation-compte/” (without any parameter)
Hi,
since I can not replicate the issue locally, can you send temporary login credentials to your test/staging website and a link to this thread to help@bricksbuilder.io using the email address you used during the purchase, so we can take a look?
I’ll also reply here, in case anyone has a similar problem. Seems that we remove the URL if there is a protocol inside. That’s why ?formule=9.99&redirect_to=DEMO works, but ?formule=9.99&redirect_to=https://google.com does not