Import value from HTML page to dash function

Hi everyone,

I want to get a value named ‘Wells’ from a selected dropdown list on my HTML page.

this value is not rendered by the dash and I am using Django.

is there a way to callback this value to the dash function or now is not possible?

I want to use a button as a trigger.

many thanks