Contents |
ValidForm→valuesAsHtml
ValidForm→valuesAsHtml — Generate a HTML table of all the form elements
Description
valuesAsHtml ([bool $hideEmpty]);
Generate a HTML table of all the form elements.
Parameters
- hideEmpty
Show empty fields in the table or not. Default value: false.
Return values
Returns HTML table as a string.
Examples
Check out the Simple contact form tutorial

