The LB Redbridge design system.

Textarea

Standard textarea element for user input
GDS guidelines on using this component (opens in a new window)


Do not include personal or financial information. [hint text]


                    
                      
<div class="govuk-form-group"> <h1 class="govuk-label-wrapper"><label class="govuk-label govuk-label--l" for="more-detail"> Can you provide us with more information? [label] </label> </h1> <div id="more-detail-hint" class="govuk-hint"> Do not include personal or financial information. [hint text] </div> <textarea class="govuk-textarea" id="more-detail" name="more-detail" rows="5" aria-describedby="more-detail-hint"></textarea> </div>