Draft
Conversation
Replaces the HubSpot hs-form-frame with a native React form that mirrors the arcade-ui contact-sales-form structure: First/Last Name, Work Email, Company, Message, honeypot spam protection, and n8n/Attio webhook submission.
- Use react-hook-form to manage isSubmitting/validation state - Add sr-only <label> elements for each input (htmlFor/id paired) - Replace max-[767px]:flex-col with max-md:flex-col (Tailwind standard) - Extract collectFields/fireHoneypot helpers to reduce cognitive complexity
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| <Callout> | ||
| Want to quickly get started with Canva in your agent or AI app? The pre-built | ||
| [Arcade Canva MCP Server](/resources/integrations/development/canva) is what you | ||
| want! |
Contributor
There was a problem hiding this comment.
Google.Exclamation: Removed exclamation point as per style guide
Suggested change
| want! | |
| want. |
|
|
||
| In a production environment, you will most likely want to use your own Canva app credentials. This way, your users will see your application's name requesting permission. | ||
|
|
||
| Before showing how to configure your Canva app credentials, let's go through the steps to create a Canva app. |
Contributor
There was a problem hiding this comment.
Google.We: Replaced 'let's' with 'we'll' to avoid first-person plural addressing the reader
Suggested change
| Before showing how to configure your Canva app credentials, let's go through the steps to create a Canva app. | |
| Before showing how to configure your Canva app credentials, we'll go through the steps to create a Canva app. |
|
|
||
| #### Enter the provider details | ||
|
|
||
| - Choose a unique **ID** for your provider (e.g. "canva"). |
Contributor
There was a problem hiding this comment.
Google.Latin: Replaced 'e.g.' with 'for example' as specified
Suggested change
| - Choose a unique **ID** for your provider (e.g. "canva"). | |
| - Choose a unique **ID** for your provider (for example "canva"). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.