Skip to content

Religion

<div class="form__group">  
  <label id="RELIGION" class="form__label" for="c41-RELIGION">What is your religion?</label>  
  <p class="form__error-message"></p>  
  <select class="form__input" id="c41-RELIGION" name="RELIGION" required="">  
    <option value="">Please select …</option>  
    <option value="none">None</option>  
    <option value="christian">Christian</option>  
    <option value="buddhist">Buddhist</option>  
    <option value="hindu">Hindu</option>  
    <option value="jewish">Jewish</option>  
    <option value="muslim">Muslim</option>  
    <option value="sikh">Sikh</option>  
    <option value="other">Other</option>  
    <option value="not to say">Prefer not to say</option>  
  </select>  
</div>

Published 12 December 2024
Last updated 12 December 2024