How to Pre fill a text field with Collection Data
It’s not a Webflow feature.
You could do it with custom script.
Or, if you want a nocode solution, you could put a custom attribute on your input element named x-value
, and then CMS bind the field you want to use as the initial default input when the page loads.
Use this SA5 lib to support the dynamic attributes.