Tiago SerafimT
Windmill3y ago
3 replies
Tiago Serafim

You can use its default id (which starts

You can use its default id (which starts with
a
,
b
, etc, or change its ID to a better name by clicking on the the
pencil
on the left panel (inside
Components
). On a button, you can click on
Create an inline script
, choose
JavaScript
and you can use the input value using its id dot result, e.g:
txtNumber.result
.
Was this page helpful?