newhck / php-form-builder-class

Automatically exported from code.google.com/p/php-form-builder-class
GNU General Public License v3.0
0 stars 0 forks source link

How to change the attribute action and method of the form #129

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,
I wonder how I can change the attribute action and method with PFBC 5
Thank you

Original issue reported on code.google.com by webmaste...@gmail.com on 29 Apr 2011 at 2:28

GoogleCodeExporter commented 8 years ago
$form = new PFBC\Form("Version2x", 300);
$form->configure(array(
   "action" => "myscript.php",
   "method" => "get"
));

For future reference, please post these types of questions to the project's 
mailing list at http://groups.google.com/group/php-form-builder-class/.  This 
utility is not for how to questions.  Instead, it's for reporting and tracking 
bugs.

Thanks,
Andrew

Original comment by ajporterfield@gmail.com on 29 Apr 2011 at 3:27

GoogleCodeExporter commented 8 years ago
Okay,
Thank

Original comment by webmaste...@gmail.com on 29 Apr 2011 at 5:09