path property
The submission path of the form (used in POST/GET requests).
For example, a form with path "contact" is accessed at /contact and
submissions are sent to /contact/submission.
Implementation
final String path;
The submission path of the form (used in POST/GET requests).
For example, a form with path "contact" is accessed at /contact and
submissions are sent to /contact/submission.
final String path;