This guide covers installing the solution, provisioning site artefacts, and day-to-day use of the BiznextApp SharePoint Forms web part (SPFx). For product marketing and tutorials, see BiznextApp Forms for SharePoint.
.sppkg) for BiznextApp Forms.Before forms can be stored and listed, the web part creates hidden SharePoint lists on the site (if they do not already exist):
| List | Purpose (summary) |
|---|---|
| BiznextAppFormSettings | App/settings storage |
| BiznextAppForms | One item per form definition (configuration) |
| BiznextAppFormData | Form submission data references |
Who can provision
Users with Manage Web permission on the site (typically site owners) see Install necessary form artefacts on first run. Select it once to create or verify these lists.
After installation
Help on the setup screen
The web part distinguishes capabilities using SharePoint permissions:
| Role | How it is determined | Typical capabilities |
|---|---|---|
| Admin | User has Manage Web on the site | Install artefacts, Design New Form, open Permissions, use Settings (links to underlying lists) |
| Contributor | User has contribute-level access to the BiznextAppForms list | Same action bar as admin except strict admin-only actions depend on Manage Web where the UI checks isAdmin |
Users without these permissions can still open forms they are allowed to use if you share the right links or pages; they may not see the full toolbar.
If your organization uses the license service, an unlicensed or invalid site may show a License banner with a short explanation and a link to purchase or resolve licensing. Until the license is valid, the main experience may be blocked or dimmed according to your deployment.
After artefacts are installed, the Available Forms grid lists form definitions from BiznextAppForms. From each row you can typically:
Forms can target both generic lists and document libraries; libraries may use document-specific behavior in the viewer.
The web part can read query parameters on the page:
| Parameter | Meaning |
|---|---|
formId |
ID of the form item in BiznextAppForms |
itemId |
Optional. When set, opens that list item in the form viewer |
Example pattern:
https://your-site/pages/your-page.aspx?formId=12&itemId=45
Use these links in emails or navigation to deep-link open item or open form’s list view depending on which parameters you include.
| Control | Purpose |
|---|---|
| Install necessary form artefacts | One-time (or repair) provisioning of hidden lists |
| Design New Form | Create a new form definition |
| Permissions | Manage permissions for the solution’s lists (admin) |
| Settings | Quick links to open BiznextAppForms, BiznextAppFormData, and BiznextAppFormSettings in SharePoint |
| Collapse / expand | Toggles the action strip for a cleaner page |
The toolbar can hide when the page URL contains a formId query (focused “form-only” view).
For each form you may open:
Context menus may include copy link actions for sharing the current view or item. Exact labels depend on your version.
If the UI crashes inside the web part, you may see Something went wrong with a short explanation and:
Note anything you were doing and whether the problem happens on one browser or for one user only; your administrator may need to check list permissions, app deployment, or network policies (for example CORS for custom API endpoints).
| Topic | Contact / link |
|---|---|
| Product help | https://biznextapp.com/forms-for-sharepoint.html |
| apps@devwals.com | |
| Developer / publisher | BiznextApp (devwals.com) — see App Catalog and package metadata for privacy and terms |
| Term | Meaning |
|---|---|
| Artefacts | The hidden lists and fields the app needs on the site |
| BiznextAppForms | Catalog of form definitions (titles, list wiring, JSON config) |
| Form viewer | Read/write UI for filling or editing an item through the configured form |
| SPFx | SharePoint Framework — how this web part is packaged and hosted |
This manual describes behavior intended by the product. Minor differences can occur by version or tenant policy; refer to release notes and your internal IT team for organization-specific rules.