---
title: "Salesforce Integration - EngageBox"
description: "A SalesForce lead form has great potential within your website. Here's the step-by-step guide. Before everything you have to follow all the steps as"
url: "https://www.tassos.gr/docs/engagebox/integrations/salesforce"
date: "2026-04-04T23:03:50+00:00"
language: "en-GB"
---

[ Home ](https://www.tassos.gr/index.php?option=com_content&view=category&layout=blog&id=24&Itemid=1088) / [ EngageBox ](https://www.tassos.gr/index.php?option=com_content&view=category&id=35) / [ Integrations ](https://www.tassos.gr/index.php?option=com_content&view=category&id=55)

#  Salesforce Integration

 Salesforce Integration is available in Pro  Unlock this and dozens of other powerful features by upgrading to EngageBox Pro.

 [ Unlock this feature ](https://www.tassos.gr/joomla-extensions/engagebox/subscribe)

A SalesForce lead form has great potential within your website. Here's the step-by-step guide.

Before everything you have to follow all the steps as they are described in [SalesForce's Help Document](https://help.salesforce.com/apex/HTViewHelpDoc?id=setting_up_web-to-lead.htm) all the way to *step 9* where you will end up with the needed generated HTML.

## [How to use the generated HTML](#how-to-use-the-generated-html)

[![SalesForce Web-to-Lead HTML](https://www.tassos.gr/images/salesforce-html-generated-web-to-lead.png)](https://www.tassos.gr/images/salesforce-html-generated-web-to-lead.png)

Once you are finished with SalesForce's steps you'll end up on a screen like the screenshot above from which you can copy the generated HTML.

Now, let's follow the steps below to create our Engage Box

- Go to Components &gt; Engage Box
- Create new box by clicking on the *New* button from the top bar
- Write a title in the *Title* field
- Click on the *Toggle editor* button at the bottom of your editor
- Paste in the textarea the generated HTML code from beforehand
- Click again on the *Toggle editor* button at the bottom of your editor
- Save your box now or set some of its other settings first and then save!

 Salesforce Integration is available in Pro  Unlock this and dozens of other powerful features by upgrading to EngageBox Pro.

 [ Unlock this feature ](https://www.tassos.gr/joomla-extensions/engagebox/subscribe)

 Last updated on Jul 7th 2025 09:07

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.tassos.gr"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Home",
            "item": "https://www.tassos.gr/docs"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "EngageBox",
            "item": "https://www.tassos.gr/docs/engagebox"
        },
        {
            "@type": "ListItem",
            "position": 4,
            "name": "Integrations",
            "item": "https://www.tassos.gr/docs/engagebox/integrations"
        },
        {
            "@type": "ListItem",
            "position": 5,
            "name": "Create a SalesForce Optin Box",
            "item": "https://www.tassos.gr/docs/engagebox/integrations/salesforce"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/docs/engagebox/integrations/salesforce"
    },
    "headline": "Create a SalesForce Optin Box",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/"
    },
    "publisher": {
        "@type": "Organization",
        "name": "Tassos",
        "logo": {
            "@type": "ImageObject",
            "url": "https://www.tassos.gr/https://www.tassos.gr/media/brand/logo-text.png"
        }
    },
    "author": {
        "@type": "Person",
        "name": "Tassos Marinos",
        "url": "https://www.tassos.gr/docs/engagebox/integrations/salesforce"
    },
    "datePublished": "2016-09-15T13:21:08+03:00",
    "dateCreated": "2016-09-15T13:21:08+03:00",
    "dateModified": "2025-07-07T09:53:47+03:00"
}
```
