Jump to content

AdB

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

AdB's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. well... trying again to see if someone has some idea today ^^; Actually it seems I have a lot of troubles with validation. Aside from the fact that it validates an empty form, I also observed this : the validate() function is not done (neither for filter nor for clients rules) when I give a file name as target to the form. I can only do it if I call a function after the form. So... How can I validate my form with all the rules and filters I asked before sending data and going to another page ?? Thanks
  2. Hi, I'm just trying my hand at using Pear and Quickform package tools. Unfortunatly it seems I've a major problem with the validation. If for example I try this simple example from a tutorial : "<?php require_once "HTML/QuickForm.php"; $form = new HTML_QuickForm('frmTest', 'get'); $form->addElement('header', 'hdrQuickformtest', 'QuickForm Example 2'); $form->addElement('text', 'txtName', 'What is your name?'); $form->addElement('reset', 'btnClear', 'Clear'); $form->addElement('submit', 'btnSubmit', 'Submit'); if ($form->validate()) { # If the form validates then freeze the data $form->freeze(); } $form->display(); ?> " The form validate even if I don't submit any data. How comes ? I'm working on WinXP or 2000, with Wamp, PHP5 and Quickform 3[1].2.4pl1. Could that be a configuration problem ? What else could be wrong ?? Other "POST" forms, more complex ones too, also fail. Thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.