I want to use this code to extend the form helper class, can someone explain where I need to save the code and how to make sure it gets included when I create my forms.
Currently I've saved it to extensions/helper/Forms.php
and then calling it with
<?php
use app\extensions\helper\Form;
?>
inside my controller.