notStartsWith('robot', '
You are human, you came here ' . strtolower($_SESSION['form-step-2']['how-did-you-come-here']) . '.
'); $form->addRadio('are-informations-correct', 'Yes, Excellent', 1); $form->addRadio('are-informations-correct', 'Absolutely not', 0); $form->printRadioGroup('are-informations-correct', 'Are these informations correct ?', false, 'required'); $form->addHelper('Enter your real e-mail if you want to receive results', 'user-email'); $form->addInput('email', 'user-email', '', 'E-mail', 'required'); $form->addBtn('submit', 'back-btn', 2, ' Back', 'class=btn btn-sm btn-warning', 'btns'); $form->addBtn('submit', 'submit-btn', 3, 'Submit ', 'class=btn btn-sm btn-success ladda-button, data-style=zoom-in', 'btns'); $form->printBtnGroup('btns'); } $form->addPlugin('icheck', 'input', 'default', array('%theme%' => 'square', '%color%' => 'green')); // jQuery validation $form->addPlugin('formvalidation', '#' . $form_id); ?>