$policyForms * @var list $accountQuestions Studio-wide questions answered as step two. */ /** * Render one account-signup question's input, named `us_answers[]`. */ $renderQuestionField = static function (Question $question): void { $id = (int) $question->id; $name = 'us_answers[' . $id . ']'; $fieldId = 'us-reg-q-' . $id; $required = $question->isRequired ? ' required' : ''; ?>

fieldType === Question::FIELD_TEXTAREA) : ?> fieldType === Question::FIELD_SELECT) : ?> fieldType === Question::FIELD_CHECKBOX) : ?> > >

>

isGroup()) : ?>

title); ?>

bodyHtml()); ?>