Dropdown dynamically updating text element

I have a pricing table built for my site. In two of the pricing options, I want the dollar amount to be blank. Below the dollar amount, I have a dropdown where a user can select a number. I want that number to dynamically update the price above (text element). So, basically, the price text element will reflect the number they’ve selected below in the dropdown.

Is there a way to accomplish this in Webflow? Thanks SO MUCH for any help you can give me!

Jeremy


Here is my public share link: LINK
(how to access public share link)

Hi Jeremy, you’d write javascript that detects the select change, and performs the calculation and field updates you want.