groundhogg/form/fields/init
This action hook is used to add form controls via hook. This hook is executed when all the controls of the form loaded.
do_action( 'groundhogg/form/fields/init', $this );
This hook returns the object of the Form class this code is useful to stick a custom form control for Groundhogg form builder.