Class 'Quform_Element' not found

Home Forums Quform PHP Class 'Quform_Element' not found

This topic is: not resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6618
    sgordons
    Participant

    From you “example-groups.html” file, I am using the “2 Column Group with 2 Rows”.

    In my left column I have 5 rows of text fields, in the right column I have 5 radio buttons running vertically.

    All works OK except for this code in “process-groups.php”:

    for ($i = 1; $i <= 29; $i++) {
    $text_Input{$i} = new Quform_Element(‘text_input’ . $i);
    $text_Input{$i}->addFilter(‘trim’);
    $text_Input{$i}->addValidator(‘required’);
    $form->addElement($text_Input{$i});
    }

    where I get the following error message:

    There was a problem:
    Fatal error: Class ‘Quform_Element’ not found in /home/whynotme/public_html/wm/edge_academy/2013/11/video/quform/process-groups.php on line 197

    “inputtext” is the first top left field. Any suggestions?

    #6641
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy