On 2/26/06, Atif Khan <[EMAIL PROTECTED]> wrote:
> Hello there, I am having an issue with HTML_QuickForm.
> When I try to send the form to another page, it does not
> seem to validate the form.
>
> Any suggestions.
>
>
>
> // Load the main class
>
> require_once 'HTML/QuickForm.php';
>
> // Instantiate the HTML_QuickForm object
>
> $form = new HTML_QuickForm('firstForm', 'get', './somepage.html');
>
> ---- ELEMENTS / RULES ----
>
> // validate form
>
> if ($form->validate()) {
>
> ??   $form->submitValues();
>
>    exit;
>
> }

I don't have an answer for you but you might be better off asking the pear list:

http://pear.php.net/support/lists.php

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to