Forums

ChronoForms v4 RC1.7 for J1.6 bug fixes

GreyHead 04 Apr, 2011
[list=a]
  • Plain text emails show a JInputFilter error. Please see this post.

  • Problem with the Joomla! Registration action. Please see this post.

  • To add the form data to the Debugger output. Change the run function in form_actions/debugger/debugger.php to
    function run($form, $actiondata){
      foreach ( $form->data as $k => $v ) {
        $form->debug['Form data'][] = "[{$k}] = ".print_r($v, true);
      }
    }


  • Problem with Forms linked from a menu not submitting. Please see this post.
  • [/list:o]

    Bob
    This topic is locked and no more replies can be posted.