Form Component Generated HTML: Difference between revisions
(New page: ====Form component dynamically generated html:==== <br> <source lang="html4strict"> <div class="component form_component"> <h2><span>form component title</span></h2> <div class="compo...) |
mNo edit summary |
||
Line 16: | Line 16: | ||
When a user adds a Form component to their Viviti site, this is the html that is dynamically generated. | When a user adds a [[FormComponent | Form component]] to their Viviti site, this is the html that is dynamically generated. | ||
[[Category:Dynamically Generated HTML]] | [[Category:Dynamically Generated HTML]] |
Revision as of 17:03, 18 May 2009
Form component dynamically generated html:
<div class="component form_component">
<h2><span>form component title</span></h2>
<div class="component_content">
<div>
<form class="" method="post" action="/">
</div>
</div>
</div>
When a user adds a Form component to their Viviti site, this is the html that is dynamically generated.