path property

String path
final

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;