LineInputControl
is the Variable Name setting's value.
{{ LineInputControl }}
.$50.00
, the Request variable only saves the value 50
.{{ FirstName }} {{ LastName }}
from which a Request participant entered her first name and last name in separate controls (respectively) earlier in that Request, this control displays the contents of those controls by default during the Request.this.
JavaScript keyword preceding the Screen control reference. Example: this.FullName
when FullName
is the Variable Value setting value for the control to set its default value.
###-##-####
. Then, the Line Input control only allows numeric values with that pattern.
9
.+1 (###) ###-####
. Then, the Line Input control only allows numeric values preceding the US telephone code by default.
AAA ###
. Then, the Line Input control only allows upper case alphabetic characters followed by numeric values.