Getting Started
Execution
- CLI
- Docker
# Select Forms and Email while configuring your modules
npx @conduitplatform/cli deploy --config
Prerequisites
docker run -d --name conduit-forms \
--network-alias forms \
--network "conduit" \
-h conduit-forms \
-e REGISTER_NAME="true" -e CONDUIT_SERVER="conduit-core:55152" \
ghcr.io/conduitplatform/forms:latest
caution
Forms requires a running instance of the Email module.
This module won't activate fully until Email becomes available.
At this point, you should have a functional Forms instance.
You may now register forms through the Admin Panel.
Using the Admin Panel
Lets walk you through some examples on how to utilize the Forms module through Conduit's admin panel.
Start by launching the admin panel and navigating to the Forms page.
On the main screen, you can see a list view of all the available forms.
You may delete individual forms and view their submitted replies.
You can also view a form's specification and edit its fields.