Prefilling Forms
Specific input elements (DOM nodes) can be marked to be prefilled by the widget
To not overwrite potential changes the member makes to the prefilled values, filling of these inputs will only be done once, immediately after they are rendered, or after a member logs in. If a member logs out, and another member logs in, the values will not be updated!
Examples
Text inputs (input type="text", type="email", type="hidden", textarea)
Radio buttons (input type="radio")
Dropdown (select)
Checkbox (input type="checkbox")
Last updated
Was this helpful?