> 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)
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.eventmaker.io/liquid-documentation/confirmation-page.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
