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

Missing Info-Output #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm missing a method just to give 
a output as a headline with no input.

$form->addInfoLine("Text Text")

Or maybe like this:

$form->addInfoLine("<h1>Text Text</h1>")

Original issue reported on code.google.com by bernhard...@gmail.com on 10 Feb 2010 at 3:21

GoogleCodeExporter commented 8 years ago
Thanks for your feedback and support of this project.  There are two options 
included for accomplishing what you describe above.

1.  Use the addHTML form element field.  There's an example provided at 
http://www.imavex.com/formbuilder/examples/googlecodeissue_5.php

2.  Use the preHTML/postHTML parameters when adding a form element field.  
There's an example provided at 
http://www.imavex.com/formbuilder/examples/parameters.php.

- Andrew

Original comment by ajporterfield@gmail.com on 10 Feb 2010 at 3:32