2013-10-11 39 views
-2

我有這個HTML表單,我需要以zend格式寫入。 我嘗試,但未能如何將這個表單轉換爲zend格式

< form id="form" method="post" class="form"> 
<fieldset> 
    <div class="widget"> 
     <div class="title"><img src="images/icons/dark/list.png" alt="" class="titleIcon" /><h6>Add new section</h6></div> 
     <div class="formRow"> 
      <label>Section name:</label> 
      <div class="formRight"> 
       <input type="text" name="cat_name" id="cat_name" value="" /> 
       <input name="art_author" id="art_author" type="hidden" value="admin" /> 
      </div> 
      <div class="clear"></div> 
     </div> 
     <div class="formSubmit"> 
      <input type="submit" value="Add" class="redB" /> 
      <input type="reset" value="Reset" class="brownB" /> 
     </div> 
     <div class="clear"></div> 
    </div> 
</fieldset> 

任何機構可以幫助我嗎?

回答

相關問題