How to Enable Users to Interact With Text Box?

Hello,

Was wondering how to code to allow a person to use a text box?

My textbox ID is #commentbox
I would also allow them to click on it to write in it, enabling commentbox_click

Thanks!

All the info about using a textbox can be found here: https://www.wix.com/code/reference/$w.TextBox.html, including how to use the onClick() event.