Getting started
This article outlines the basic steps to get started with Aidbox Forms
You can try the Aidbox Forms module, edit test forms, create new ones, see how the data will be saved to the database and extracted, for this you need to run the Aidbox Forms in Aidbox Sandbox. At the same time, you can run the Aidbox Forms locally.
Run Aidbox Forms in Aidbox Sandbox
Create a license on Aidbox portal
- Sign up on Aidbox portal
- Create a license: licence type - production or development, hosting - in Cloud (for free)
Start playing with Aidbox Forms
- Go to Aidbox portal , find your license in the "Personal project licenses" list. Click on your new license and navigate to the "URL" link in the "Hosting" box.
- Press the button
Forms
in the Aidbox console in browser - Play with forms
Run Aidbox Forms locally
Create a license on Aidbox portal
- Sign up on Aidbox portal
- Create a license: licence type - development, hosting - self-hosted
- Copy and save a license key
Configure Aidbox project
- 1.
Follow this guide to start Aidbox locally
- 2.
Press the button
Forms
in the Aidbox console in browser (or by visiting http://localhost:8080/ui/sdc )
Start form designing
See Design form in Aidbox UI Builder
Enable Audit log
Aidbox Forms support Audit logs.
To enable Audit logging follow this guide
Disable SDC operations
In case you have conflicts with your own implementation, you can easily disable SDC operations by setting environment variable:
AIDBOX_SDC_ENABLED=false