How can i verify if a form element exists before render ? does somthing like this exists ? :
if ($form->title){ $form->render('title') }
According to the API Docs for Phalcon\Forms\Form you can call
$forms->has('title');
https://docs.phalcon.io/en/latest/api/Phalcon_Forms_Form.html