Input so user can save notes in dashboard

So I have a dashboard where it would be helpful that the users can put some notes on it, I’ve tried MARKDOWN using HTML and inputs, like this so they can put notes and date, but I can’t store their input data.

f685bc46-2be7-49af-ac0d-e5fae3de5bd9.png
<html>
<head>
<title> </title>
</head>
<body>
<form action="" method="GET">
<input type="text" class="form-control" name="note_field" access="false" id="note_field">
<input type="date" class="form-control" name="date_field" access="false" id="date_field">
<input type="submit"/>
</form>
</body>
</html>

I would like to know how to provide with text area or anything so my users can do notations within the dashboard

0 0 85
0 REPLIES 0
Top Labels in this Space
Top Solution Authors