Form Component Generated HTML


Revision as of 10:20, 12 October 2010 by Dinsley (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 site, this is the html that is dynamically generated.