Contact
The contact form submits directly to Dialobox. Create an account, create a form to get a form key, then add it to your environment variables.
Create Dialobox account
Sign up at Dialobox and sign in.
Get form key
In Dialobox, create a new form. Copy the form key from the form setup. This key is used by your app to submit messages to Dialobox.
Add to local env
Add the following to your .env file:
.env
Required
NEXT_PUBLIC_DIALOBOX_FORM_KEY=your-form-key-hereAdd to production env
Add the following to your .env.production file:
.env.production
Required
NEXT_PUBLIC_DIALOBOX_FORM_KEY=your-form-key-here