惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

aimingoo的专栏
aimingoo的专栏
宝玉的分享
宝玉的分享
博客园 - 【当耐特】
博客园 - 司徒正美
L
LangChain Blog
有赞技术团队
有赞技术团队
大猫的无限游戏
大猫的无限游戏
Stack Overflow Blog
Stack Overflow Blog
Engineering at Meta
Engineering at Meta
U
Unit 42
Microsoft Azure Blog
Microsoft Azure Blog
I
InfoQ
博客园 - 叶小钗
H
Hackread – Cybersecurity News, Data Breaches, AI and More
J
Java Code Geeks
月光博客
月光博客
量子位
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园_首页
Last Week in AI
Last Week in AI
人人都是产品经理
人人都是产品经理
Google DeepMind News
Google DeepMind News
云风的 BLOG
云风的 BLOG
D
DataBreaches.Net

CloudCannon Blog

Building with AI: Git-based vs headless vs traditional CMS CloudCannon + Astro: performance meets powerful content management Introducing the Astro Component Starter Introducing Jetstream — built on the Astro Component Starter Why we switched to the system font stack Redesigning CloudCannon’s docs with Diátaxis, Lume, and Pagefind Make content editing more visual: upgraded Editable Regions How Configuration Mode makes building editing interfaces easy Your hosting just got an upgrade (and a price cut) Custom testing domains for professional branding Keep your content consistent with input validation Managing multilingual content in CloudCannon Simplify team publishing with conflict resolution and domain tools Open Beta: Publishing Conflict Resolution Getting started with CloudCannon and Astro: Bookshop, components, and live editing Welcome to the CloudCannon Community! Omnichannel delivery is just marketing spin from API-based CMS companies Getting started with CloudCannon and Astro: Snippets and Collections Managing digital assets in CloudCannon: a guide to smart asset storage Understanding CloudCannon's branching workflows and Projects: a complete guide What is a static website? CloudCannon’s 2024 wrapped Getting started with CloudCannon and Astro: WYSIWYG blogging Jamstack vs. WordPress: reasons to make the change The top five static site generators for 2025 (and when to use them!) Free Jekyll themes for 2025: ten great community options Eleventy (11ty) vs. Hugo How to set up WYSIWYG editing with MkDocs Material The rise of static-first websites: why major brands are making the switch Watching your Core Web Vitals on Jamstack
Richer Forms with file uploads, Slack integrations, and more
2022-03-25 · via CloudCannon Blog

A good form is a must-have for any website. Whether someone wants to ask your team a question or register interest in your services, your contact form is the first place visitors will look to get the conversation started. Ask any modern content team, and they'll tell you forms are vital to engage with leads through gated content. However you use forms, you’ll want to keep your visitors connected because your clients are essential to you.

We know forms play a huge role in modern businesses. As part of a good workflow, they not only collect data but send it where you need it most. Our forms feature has always done that, and now we've improved on it.

Fewer steps, more speed, and security Direct link to this section

The significant change in our forms comes in the workflow to set them up. We've pulled most of the configuration steps into the app, and set your Inbox up to belong to your Organization. This means you can link multiple forms to the same Inbox, which is helpful both for managing customer queries from multiple live sites and when testing forms on a staging site.

We have also added vital security steps, including support for hCAPTCHA and a mailer to validate target email addresses, further preventing malicious forwarding.

Finally, we removed the post-build processing step to encrypt your form details, improve build times on your site, and save you precious editing seconds. This change has a direct impact on your editing experience.

JavaScript friendly Direct link to this section

In removing the post-build processing, we've also opened the door to newer JavaScript-based SSGs like Gatsby and Next.js, which don't have their forms in HTML. We've provided a starter snippet to help you configure these JavaScript forms.

Slack and webhook integrations Direct link to this section

Collecting submissions on your site is only the first part of the journey. The data has to be put to use. To give you a workflow that suits your team, we have integrations with some of the most popular automated webhook platforms: Automate.io, IFTTT, Make, and Zapier. And now, your submissions can be shared with Slack. With these targets on hand, you can ensure your data plays nice wherever your team needs it.

Upload more than just text Direct link to this section

The last nugget of goodness we added is actually a big one — you can now support having files attached to your forms. Extending the range of uses for your Forms to include receiving job applications, support documentation and more. We're excited about this, as it means your forms can be more dynamic. (If you're wondering how much your users can upload, find out more about the current file size limits to uploads over in our documentation.)

How to set up your form Direct link to this section

Let’s take a quick look at how to set up these new Forms.

1. Set up an Inbox

Create an Inbox by heading to Organization settings > Hosting > Forms. Here you can set your Inbox key, customize your submissions and add a CAPTCHA provider.

2. Link it to your site

Once set up, link your Inbox to the site by heading to Site Settings > Hosting > Forms and following the steps.

3. Configure your form

The next step is to point your form at the Inbox. For HTML, add an input element with the {inbox_key} of your form. These keys allow you to connect multiple forms to the same Inbox, or to different Inboxes. For JavaScript, start with this snippet here.

Your form will be ready to receive submissions, which you can view in CloudCannon. You'll find your Inbox in the site navigation.

4. Forward your submissions to targets:

Here’s where the real magic starts to happen. You can forward your submissions by setting at least one target. We've documented the process for connecting email, Automate.io, IFTTT, Make, Slack, and Zapier. And depending on your plan, you can select multiple targets per Inbox.

What about existing forms? Direct link to this section

Don't worry; CloudCannon users with legacy forms don't need to run and update their setup. We have created new Inboxes for all your sites that had form submissions and have automatically attached these to the sites. Your existing sites will continue to work with the legacy forms format.

Read our guide on migrating from legacy to new forms.

Though we will continue to support legacy forms set up on existing sites, users will not be able to create new legacy forms. For new forms, we highly recommend that you move over to the new flow and get the benefits of added speed and security!