The name you’ll use on promotional material.
<div id="name" class="govuk-form-group">
<label
for="name-input"
class="govuk-label"
aria-hidden="false"
>
<h1 class="govuk-heading-l">
What is the name of the event?
</h1>
</label>
<div
id="name-hint"
class="govuk-hint"
aria-hidden="false"
>
The name you’ll use on promotional material.
</div>
<input
aria-describedby="name-hint"
id="name-input"
class="govuk-input"
type="text"
name="name"
/>
</div>
<FormField
hint="The name you’ll use on promotional material."
label={
<h1 className="govuk-heading-l">
What is the name of the event?
</h1>
}
name="name"
/>