HTML form within notebooks

ConfusedZebra
New Contributor III

Hi all,

I'm trying to make a small form in Databricks notebooks. I can't currently use apps so want an interim solution. 

I can successfully make the form using HTML which displays correctly but I cannot extract the values/use them e.g. A form with three text boxes, one for catalog, one for schema, one for table name. Upon submit, I would like it to show me the top ten rows from that table but currently I can't get that information to do the select function with. 

Does anyone have any ideas?