{% extends 'noEventBase.html.twig' %} {% block body %}

Let's Get You Started!

Please provide your details below to access your free demo.

{# Render the Symfony Form #} {{ form_start(form, {'attr': {'id': 'demoRequestForm'}}) }}
{{ form_widget(form.name) }} {{ form_errors(form.name) }}
{{ form_widget(form.email) }} {{ form_errors(form.email) }}
{{ form_widget(form.companyName) }} {{ form_errors(form.companyName) }}
{{ form_widget(form.phoneNumber) }} {{ form_errors(form.phoneNumber) }}
{{ form_end(form) }}

By accessing the demo, you agree to the Terms of Service.

{% endblock %}