CUSTOM DOMAIN
If you’re using our embedded forms, there is no need to set up a custom domain.
Setting a Subdomain For Your Form URL
All published forms have a unique URL for access. By default, these begin with https://forms.formcan.com,
but you may want to use your own custom domain; you can do this with the domain masking configuration.
To set up a custom domain, you must have permission to access your domain DNS records.
- Step 1: Login to your dashboard, and access the Team Settings page—you can find this by clicking your team name in the left column.
- Step 2: Click the Custom Domain tab in the settings menu
- Step 3: In the domain name field, type the subdomain you want to use. For example, if your domain is foo.com, you might use the subdomain form.foo.com, myform.foo.com, or any subdomain name you desire.
- Step 4: Click Update; you’ll then receive a CNAME value. You’ll need this later.
Changing Your DNS details
- Step 1: Log into your domain registrar
- Step 2: Locate their DNS management
- Step 3: Add your CNAME to point it to FormCan
Please Note: DNS management can vary between registrars, we recommend you find information about CNAME forwarding on your registrar’s website or ask their support team for help.
CNAME changes can take between 24- and 48-hours to take effect.
As soon as your CNAME record is working, your published forms will have a sharing URL specific to your custom domain name. For example, https://myform.foo.com/form/fr1srsswes. Remember, the CNAME process can take 24- to 48-hours to start working.
Security
In many cases, your forms contain sensitive data and require HTTPS/SSL protection. We keep you secure with Let’sEncrypt protection—it even covers your custom domain.
We install SSL certificates as soon as your CNAME starts working. Once the installation has begun, it may take up to four hours before you have HTTPS protection working on your domain.
API
Once the custom domain is set up successfully, the form URL returned by our API will be your domain URL.
Convention URL
Even after your custom domain is working, you can still open the form with our original FormCan URL. To do this, replace your custom URL (https://myform.yourdomainhere.com/form/) with our FormCan URL (https://form.formcan.com). Make sure you remove the /form
from your URL—you don’t need this when you use our native domain.
CNAME Value
The CNAME value always follows the same format:
[subdomain].dns.formcan.com.
This allows you to setup CNAME before the custom domain is set.
FAQ
My website is www.foo.com. Is my CNAME www.foo.com.dns.formcan.com
?
In most cases, no. The CNAME you use for FormCan must be unoccupied. If your root domain (www.foo.com) is already pointing to your website, it cannot be used for your forms, too. We suggest you create a subdomain that is unique to your forms; for example, myforms.foo.com. Your website host can help you with this.
However, if your root URL (www.foo.com) is being used solely for forms, then, yes, you can use it for FormCan.