Clear
This method will add a clear float hack to the form:
clear ()
Example:
$this->goodform->clear();
Will produce the following HTML:
<div class="clear"><div/>
GoodForm |
Table of Contents Page |
| GoodForm › User Guide Home |
This method will add a clear float hack to the form:
$this->goodform->clear();
Will produce the following HTML:
<div class="clear"><div/>