The ability to pull a value from the query and ave the vale placed into text 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

1 Like

Greetings @Jeff_Goldstein and welcome to the Elfsight family :wave:

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?