APIs on form output
Hook: ipt_fsqm_hook_form_before Triggered right before the output of the actual form. This is triggered only if the form is submitable. Hook Uses Accepts one parameter, a reference to the IPT_FSQM_Form_Elements_Front object. [php] /** * Hooks into fsqm form output (before all elements) * And prints some custom HTML * * @param object $obj Reference to…