Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
Remove need to replace client-id placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
michellechu77 committed Dec 5, 2023
1 parent f956aa8 commit e2250b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_embed/quick-account-creation.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This video demonstrates how to implement Quick Account Creation using the Zap te
1. Go to the [generator tool](https://zapier.com/partner/solutions/plug-and-play) for either the [Full Zapier Experience]((https://platform.zapier.com/embed/full-zapier-experience)) or [Zap templates element](https://platform.zapier.com/embed/zap-templates).
2. Customize the visual design and features of the embed solution of choice.
3. Generate the embed code in HTML, Vanilla JS, React, Angular, or Vue.js.
4. Replace the placeholder values set to `client-id`, `sign-up-email`, `sign-up-first-name`, and `sign-up-last-name` in the code **Body**. All four values are required for Quick Account Creation.
4. Replace the placeholder values set to `sign-up-email`, `sign-up-first-name`, and `sign-up-last-name` in the code **Body**. All three values and the client ID are required for Quick Account Creation.
5. Embed both the **Head** and **Body** code on your product's page.

You can still embed the Full Zapier Experience and Zap templates element, or utilize the Partner API without support for Quick Account Creation. If the four required fields aren’t provided, the embed will use the default behaviour redirecting users to Zapier's signup page from your product's page.
Expand Down

0 comments on commit e2250b0

Please sign in to comment.