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

Form return pure html for template use #128

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
hello is it possible with version 2.X to get not render form but the pure html 
(like $html = $form->render(false))?
for template uses?

Original issue reported on code.google.com by mcazza...@gmail.com on 28 Apr 2011 at 8:27

GoogleCodeExporter commented 8 years ago
With the latest version of the 2.0 prototype, you're would have to do output 
buffering to accomplish that.

But, I think what you have suggested makes sense and would be a nice addition 
to the project.  I will make sure and include this in the production release of 
2.0.

Thanks,
Andrew

Original comment by ajporterfield@gmail.com on 28 Apr 2011 at 7:56

GoogleCodeExporter commented 8 years ago
Thank's a lot i've made in the past a my form library and i know
common problem and request for the best flexibility.
Now i'm coming to use your library and i think it's good bye!

Original comment by mcazza...@gmail.com on 29 Apr 2011 at 6:43

GoogleCodeExporter commented 8 years ago
r498 committed last night added this functionality.

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

GoogleCodeExporter commented 8 years ago

Original comment by ajporterfield@gmail.com on 6 May 2011 at 2:23