Get started

Get the tools and building blocks to design and develop consistent and accessible experiences.

Start developing Start designing

Online service initiation

Create a call to action for starting an online service that explains other ways to access it.

Guidance

Prioritizing an online service while providing users other ways to apply. The other ways are ordered by how analog they are: email, fax, mail, in person.


Apply now

The application will take about 5 minutes, but may take longer if you’re using a mobile device on cellular data.

Start now

  1. Other ways you can apply

    You can download the Program name application form (PDF 1 MB) and send it to us by:

    Email

    Email your completed application form to: ProgramName@gnb.ca

    Fax

    Fax your completed application form to: 506-555-5555.

    Mail

    Print your completed application form and send it by mail to:

    123 Street name
    Fredericton, NB
    E3B 9R9

    In person

    Bring your completed application form to a Service New Brunswick location near you.

HTML

<!--  -->
<h2>Apply now</h2>
<p>
	The application will take about 5 minutes, but may take longer if you’re using a mobile device on
	cellular data.
</p>
<p>
	<a class="gnb-btn-success">Start now <i class="fa-solid fa-circle-arrow-right"></i></a>
</p>
<div class="gnb-accordion-pane">
	<ol class="gnb-accordion-cards" data-aria-accordion data-multi>
		<li class="gnb-accordion-container">
			<div class="gnb-accordion-heading">
				<h3>Other ways you can apply</h3>
			</div>
			<div class="gnb-accordion-panel">
				<p>
					You can download the <a href="#">Program name application form (PDF 1 MB)</a> and
					send it to us by:
				</p>

				<h4>Email</h4>
				<p>
					Email your completed application form to: <a
						href="mailto:ProgramName@gnb.ca">ProgramName@gnb.ca</a>
				</p>
				<h4>Fax</h4>
				<p>
					Fax your completed application form to: 506-555-5555.
				</p>
				<h4>Mail</h4>
				<p>
					Print your completed application form and send it by mail to:
				</p>
				<p>
					123 Street name<br />Fredericton, NB<br />E3B 9R9
				</p>

				<h4>In person</h4>
				<p>
					Bring your completed application form to a <a
						href="https://www2.snb.ca/content/snb/en/location.html">Service New Brunswick
						location</a> near you.
				</p>
			</div>
		</li>
	</ol>
</div>