Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

Select text_input on form execution

I have a form page with a label and a text input box below, created with python script. I would like for the text input box to be automatically selected when the form appears so that the participant will only have to type the response and press enter without having to use the mouse.

I tried using textbox.on_mouse_click, which automatically allows the participant to begin typing in the box, but does not register when the 'enter' key is pressed (I still have to click on the text box again and then press enter).

Does anyone know how to solve this problem? Sorry if this question has been asked before. Thank you for your help!

Comments

Sign In or Register to comment.