Please ensure that all CM Payments related information has been entered in the Personal Details section of your Registration.
By clicking on the Pay now button, AS LONG VALIDATION PASSES, you will get redirected to the CM Payments site in order to complete your transaction.

Fields required to be entered on Registration:
* Title
* First Name
* Last Name
* Email Address
* Address Line 1
* City
* Country
* Postal Code
** Your VAT Number - If required to be displayed on Invoice
** Your Reference - If required to be displayed on Invoice

If you select 'Pay Now' but validation fails, and email will be sent to the registered account holder, and you will redirected back to the registration page. {#
{% trans %}First name{% endtrans %}
{{ registration.first_name }}
{% trans %}Last name{% endtrans %}
{{ registration.last_name }}
{% trans %}Total amount{% endtrans %}
{{ format_currency(amount, currency, locale=session.lang) }}
#}

Pay now Return to Registration

{#
#} {#
{% trans %}First name{% endtrans %}
{{ registration.first_name }}
{% trans %}Last name{% endtrans %}
{{ registration.last_name }}
{% trans %}Total amount{% endtrans %}
{{ format_currency(amount, currency, locale=session.lang) }}
#} {#
#}