{% extends "withnav_template.html" %} {% from "components/textbox.html" import textbox %} {% from "components/radios.html" import radios %} {% from "components/page-footer.html" import page_footer %} {% from "components/banner.html" import banner_wrapper %} {% block service_page_title %} Request to go live {% endblock %} {% block maincolumn_content %}

Request to go live

Before you request to go live, make sure you’ve:

We need permission to process your data before we can make your service live.

{{ radios(form.mou, option_hints={ 'no': 'We’ll send you a copy', 'don’t know': 'We’ll check for you', }) }}
{{ radios(form.channel) }} {{ textbox(form.start_date, width='1-1') }} {{ textbox(form.start_volume, width='1-1', hint='For example, ‘1000 a month’.') }} {{ textbox(form.peak_volume, width='1-1', hint='For example, ‘Messages will increase to 20,000 a month in January’.') }} {{ radios(form.upload_or_api) }}

Once you’ve completed the tasks needed to set up, we’ll make your service live. We’ll do this within one working day.

By requesting to go live you’re agreeing to our terms of use.

{{ page_footer('Request to go live') }}
{% endblock %}