> For the complete documentation index, see [llms.txt](https://docs.lightningrails.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lightningrails.com/ui-components/call-to-actions.md).

# Call To Actions

### Horizontal CTA

<figure><img src="/files/RFIV8Wa3LkDAYYislPZA" 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="/files/ndsHt8X0kASd9HxKGhns" alt=""><figcaption><p>CTA with form</p></figcaption></figure>

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

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