Add custom questions to your waiting list form.
Parents can view and answer these questions when adding their child to your wait list form.
@if(isset($initital->wlQuestions) && !empty($initital->wlQuestions))
@foreach($initital->wlQuestions as $key => $question)
@endforeach
@else
@endif
Add notes to your waiting list form
Add any important information that parents need to know when submitting the waiting list form on behalf of their child.
For example, fees or the waitlist process.