Hi,
I like to create a web form with displayHTML in a notebook cell and when the users presses the post button, i like to write the content of my text area of my form back in to the code cell of the notebook.
Example:
displayHTML ("""
<form>
<textarea> user will inot somethig here
</textarea>
<button onClick="post it back to a notebook cell"/>
""")
I can't use the dbutils.widgets because it doesn't have a button.
any suggestion is greatly appreciated.
Thanks,
Afshin