Skip to content

Frequently Asked Questions

Here is a list of our most frequently asked questions:

Can I transfer a project from my account to another one?

Yes. You can initiate a project transfer from your Project Settings (the gear icon beside the project name). For more information please refer to the Project Transfer Docs

How do I delete my account?

You can delete your account by navigating to your Account Settings and clicking "Delete Account"

How do I switch my plan?

You can switch your plan by navigating to your Billing Settings and selecting "Change Plan". Then you can select a different plan or downgrade to the free plan.

How do I update my billing settings?

You can update your billing settings, including payment method, billing address, and tax information in your Billing Settings

How do I change my email address?

You can update your email address in your Account Settings. You will need to enter your password in order to change your email address, if you don't have a password or you forgot it you can (re)set your password here

I have Content Security Policy (CSP) defined on my site. How do I enable submissions to Basin?

If you have CSP on your site, you might need to add these fields to your Policy to allow submissions to Basin:

form-action 'self' usebasin.com
connect-src 'self' usebasin.com

If you have more questions about CSP, feel free to contact support.

Can I insert submission data into my redirect URL?

Yes. Basin supports the use of HandlebarsJS in the redirect URL. For example you could insert the submission name parameter using {{name}}:

https://my-site.com/thank-you?name={{name}}

Read more about Redirect URLs