When a form is loaded, the plugin looks for a DOM-element with the given selector and retrieves their values automatically.
The retrieved values depend on the target elements’ tags:
- Input: input value
- Textarea: textarea value
- Radio / Checkbox / Dropdown: selected value(s)
- Other: Text
Option values can be any valid DOM selector:
- #beer-amount
- .coffee-classes .with-milk