Does Wisegrid have a form builder like Smartsheet forms?
Yes. You can build a form on any sheet, choose which columns become fields, and publish a public link. Fields cover text (single line or a long-text box), number, date, dropdown, checkbox, contact, multi-select, and symbol columns, and each answer maps back to a real column on the sheet.
Will a Wisegrid form show a "powered by Wisegrid" badge?
No. The footer branding is off by default on every form, and it is not gated behind an upgrade. You can upload your own logo and set the accent and header colors so the form reads as part of your own site.
Can I build a multi-page form with conditional logic in Wisegrid?
Yes. Split a long form into ordered pages with a step or progress-bar indicator, then add rules that show or hide a field, show or hide a page, or jump a visitor to a different page based on an earlier answer. The logic runs live in the browser as the visitor types.
Can visitors bypass a required or hidden field by tampering with the form?
No. The branching that runs in the browser is for user experience only. On submit, the server re-derives the real path from the submitted answers, so a conditionally required field cannot be skipped and a hidden field is never written to your sheet.
Where do Wisegrid form submissions go?
Each submission inserts one new row through the same path as adding a row by hand. Values are validated against your column types, and any key that is not a form field is ignored rather than written to an arbitrary column, so the row lands clean and ready to filter, sort, and report on.
Can I require people to sign in before they submit a form?
Yes. Turn on require-login and anonymous visitors get a sign-in prompt before the form even renders. The row created from their submission records who submitted it, so responses are attributed to a real account.
Does Wisegrid have save-and-resume for long forms?
Yes. Turn on save-and-resume and a visitor answers autosave to a private resume link, with no account needed. They can come back later and pick up where they left off, and each draft has an expiry that slides forward every time they save.
Can one sheet have more than one form?
Yes. A single sheet can have several forms, each with its own public link, branding, logic, and post-submit behavior. That lets you run, for example, an internal intake and an external request off the same sheet.
What can I show someone after they submit a form?
You can display a custom thank-you message, or redirect the visitor to a URL you control. Redirect targets are restricted to http and https and are checked to be open-redirect-safe before they are saved.
How does Wisegrid protect a public form from spam and abuse?
Public forms include a hidden honeypot field that silently drops obvious bots, plus per-IP rate limits that cap how fast one address can submit, both to a single form and across every form. Submissions are also size-capped on the server.
Can people attach files through a Wisegrid form?
Not yet. Form fields today cover text, number, date, dropdown, checkbox, contact, multi-select, and symbol columns. Attachment and formula columns are not exposed as form fields, so a public submission cannot upload a file. We would rather say so plainly than imply a capability that is not there.
Do new rows from a form trigger my automations?
Yes. A submission creates a normal row and emits the same row-created event as any other new row, tagged as coming from a form, so your automations can notify a person, assign an owner, or route it the moment it lands.