Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions contents/docs/experiments/no-code-web-experiments.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ Once on your site with the toolbar active:
4. Select the variant of the experiment you want to modify. In our case, we select the **test** variant.
5. Click **Add element** and select the element you want to modify. For example, you can select the main signup button on your page.
6. Use the toolbar to modify the element's text, CSS, or HTML. We'll change the button's text to say "Sign up for free". Importantly, the **Text** field modifies the text of the element. The **CSS** field lets you change the styling of the element. The **HTML** field will override the entire element.

<CalloutBox icon="IconInfo" title="HTML content restrictions" type="fyi">

For security reasons, certain HTML tags and patterns are not allowed in the **Text** and **HTML** fields. Using them will result in a validation error. Restricted content includes `<script>`, `<iframe>`, `<object>`, and `<embed>` tags, as well as `javascript:` protocols and `data:text/html` content.

</CalloutBox>

7. If you'd like to change multiple parts of the page for this version of the experiment, click **Add element** to modify a second, third, or fourth element.
8. Once done modifying elements for your variants, click **Save experiment**.

Expand Down