Hi,
I have a URL such as this: http://www.example.com/?broker=JohnSmith. I would like to grab the JohnSmith value and put that into the URL of an Enfold button on the same page. In this example the button URL should be http://www.example.com/application?broker=JohnSmith. If the querystring value was “JaneDoe” then the button URL should be http://www.example.com/application?broker=JaneDoe.
Is there a way to use the Enfold Button element and grab that value to append to the end of that button URL?
Thanks!
Hey CodeSamurai,
No, there is no functionality like that by default in the theme, maybe this could start you off though? https://stackoverflow.com/questions/18944318/how-get-value-from-url
Best regards,
Rikard