Description Usage Arguments Examples
Marks an input field as required appends an asterix to the label und a message unter the label
1 | markRequiredInput(inputId, message = "")
|
inputId |
the id of an input field |
message |
a messaged showed under the input field label |
1 2 3 4 | ## Not run:
markRequiredInput("surename", "field is mandatory")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.