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...
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2021 09:09 AM
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
Labels:
- Labels:
-
Notebook
-
Notebook Cell