Populate text field based on CMS item name from previous page

Alright this one might be a doozy.

I’m looking to take a CMS item name from a page and populate it into a text block (or other element) on another page.

Campaign Page

Application page

I feel like I’m close but I need it set up so that when a user clicks Apply and it takes them to another page, the text block populates with the title from the previous page.


Here is my public share link: Webflow - Influencer Marketplace

Use custom javascript with sessionStorage, to save the value when Apply is clicked, and to retrieve it on your destination page and populate your text block.

Thanks, Michael!

What would that code look like? Assuming it’d just be a one-liner. I’m not knowledgeable in javascript.

Appreciate your help!