From 2c203f3b6d2a59ec7c71a9858678c2daab73e8bd Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Mon, 27 Nov 2023 14:24:44 +0100 Subject: [PATCH] :pencil: Improve WP prefilled var explanation --- apps/docs/docs/embed/wordpress.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/docs/docs/embed/wordpress.md b/apps/docs/docs/embed/wordpress.md index 2d54d4edd..2e7508f7e 100644 --- a/apps/docs/docs/embed/wordpress.md +++ b/apps/docs/docs/embed/wordpress.md @@ -32,7 +32,10 @@ Here are the available variables from WordPress, make sure to create them in you WP predefined variables -You can use these variables anywhere on your typebot. For more informations, check out the [Prefilled variables doc](https://docs.typebot.io/editor/variables#prefilled-variables) +The only thing you need to do to enable this is: + +- Use the [Wordpress Typebot plugin](https://wordpress.com/plugins/typebot) +- Have the variables declared in your Typebot with the exact syntaxes. For the email for example, make sure your variable is spelled `WP Email`. These won't work: `wp Email`, `WP email`. ## Your typebot isn't showing?