> For the complete documentation index, see [llms.txt](https://developers.eventmaker.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.eventmaker.io/liquid-documentation/confirmation-page.md).

# Confirmation Page

Eventmaker comes with a powerful language editor for your custom registration form. It’s derived from the markup language [Liquid](https://github.com/Shopify/liquid/wiki/Liquid-for-Designers). This page shows you how you can use the custom Eventmaker liquid tags and variables to build your registration form. Please note that this form will embed the [Bootstrap CSS](http://twitter.github.com/bootstrap/base-css.html#forms) so that you can use any of the fancy classes on your fields.

## Liquid variables

Here are the variables available to use in [Liquid](https://github.com/Shopify/liquid/wiki/Liquid-for-Designers) for the custom Registration Page :

### {{ standard\_confirmation\_options\_form }}

this tag display :

* donwload badge button if ebadge is enabled
* new registration button
* Twitter share button
* Facebook share button
* **Linkedin share button**

  Each button can be added or removed in the confirmation page configuration.

```
![Result](http://i.imgur.com/hgKa4C7.png)
```
