The ability to pull a value from the query string and place the value into text on the page
An an example if the string is ?fn=joe&ls=smith I would like to be able to output Joe Smith on the page
The ability to pull a value from the query string and place the value into text on the page
An an example if the string is ?fn=joe&ls=smith I would like to be able to output Joe Smith on the page
Greetings @Jeff_Goldstein and welcome to the Elfsight family
Thanks for adding your idea to the Wishlist!
We would appreciate it if you could describe your use case in more detail.
Do you have a specific part of the webpage where the output should be displayed (e.g., a specific div, paragraph, etc.)?
Should the function only pull the values when the page is loaded, or do you want it to react to changes in the URL while the page is displayed?
Are there any special formatting requirements for the output text?