You can try the Formbox 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 Formbox in Aidbox Sandbox. At the same time, you can run the Formbox locally.

You can also use the standalone Formbox product — see Getting started with Formbox.

Run Formbox 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 Formbox

  • 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 Formbox 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. 1.

    Follow this guide to start Aidbox locally

  2. 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

Formbox 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

Last updated: