Tripetto
Tripetto is a platform for creating conversational forms and chat-style experiences that can be embedded into websites to collect user input.
Key features include:
- Conversational form builder
- Chat-style and logic-driven flows
- Customisable form experiences
- Multiple embed formats
- Data collection and integrations
Tripetto integrates with ShopWired by providing that can be added to website pages so you can display interactive forms and chat widgets.
Account creation
Account creation
Create an account on the website at Tripetto.
After creating your form or chat widget, Tripetto will provide the embed code required to display it on your website.
Adding Tripetto to a page
Adding Tripetto to a page
Tripetto provides embed code similar to the example shown below:
<div id="tripetto-form"></div>
<script src="https://cdn.jsdelivr.net/npm/@tripetto/runner"></script>
<script>
TripettoStudio.form({
element: "tripetto-form"
});
</script>
The code shown above is provided as an example only. You must copy the exact code provided in your own account.
- Navigate to Website > Themes
- Select
customise your themefor the theme you want to edit - Navigate to the page where you want the form or chat widget to display
- Select
add a new section - Select the
custom HTMLsection type - Paste the embed code into the Custom HTML setting
- Position the section as required
- Save your changes
If you want to add it to a website page select the Tick here to enter additional custom HTML/JS/CSS setting to add the code.
Recommendations
Recommendations
- Use landing pages to isolate conversational forms for campaigns
- Choose chat-style or form-style layouts based on user intent
- Avoid placing multiple interactive forms on the same page
- Test form behaviour across devices before publishing
- Keep a record of form IDs and placement locations