# Call To Actions

### Horizontal CTA

<figure><img src="https://2221554152-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPCf6vtFuZEPHXJd7JfIe%2Fuploads%2FChQbRnPfZwCF9za60yOB%2FScreenshot%202024-08-27%20at%2011.36.18.png?alt=media&#x26;token=c8b1ff1a-1504-448d-8c00-cf3415c5b5ee" alt=""><figcaption><p>CTA horizontal</p></figcaption></figure>

To add this design to your page, add the following line:

```
<%= render "components/cta_horizontal" %>
```

***

### CTA with form

<figure><img src="https://2221554152-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPCf6vtFuZEPHXJd7JfIe%2Fuploads%2FtTfRAt5s5JFYqSD1czH6%2FScreenshot%202024-08-27%20at%2011.42.06.png?alt=media&#x26;token=29f0f5d1-c31a-4d4f-8891-3dcd224912b8" alt=""><figcaption><p>CTA with form</p></figcaption></figure>

To add this design, copy and paste the following line:

```
<%= render "components/cta_form" %>
```
