Documentation

Carrd integration

  1. 1

    Add the talksprout script to Carrd

    Log in to your Carrd account and open the site you want to edit. Click Add Element → Embed. In the embed properties panel, paste the following code into the HTML section, then close the panel to save.

    <script type="module" src="https://www.static.talksprout.com/js/ts.js"></script>
  2. 2

    Add the widget trigger to a page element

    Select the element (e.g. a button or text link) where you want to trigger the widget. Double-click to edit and add the following attributes, replacing exampleId with your workspace ID. Optionally add data-talksprout-user to pass user information. Close the panel to save.

    data-talksprout data-talksprout-workspace-id="exampleId"

    That's it — clicking the element will open the widget and submissions will appear in your talksprout dashboard.