Instantiation
Get a form
Retrieve a form’s metadata, field schema, and rendered HTML/CSS:Paubox::Form object exposes:
| Method / Attribute | Description |
|---|---|
#title | Display name of the form |
#form_json | Parsed field schema |
#form_html | Rendered HTML for embedding |
#form_css | Associated stylesheet |
#active? | Whether the form is accepting submissions |
#submission_count | Number of submissions received |
#signable? | Whether the form supports e-signatures |
#deleted? / #archived? | Form state flags |