2017-03-05 3 views
0

が作成されていますので、Foundationフォームを使用してWebビルド用のフォームを作成しました。ここでZurb Foundation - カスタムフォームを作成しましたが、今投稿すると

はhtmlです:

<div style="padding-bottom: 5px; padding-top: 10px;"> 
<label> 
    <h3><small><font color="black">Post Title</font></small></h3> 
    <input type="text" placeholder="Enter Post Title Here"> 
</label> 
</div> 
<!--Post Content--> 
<div style="padding-bottom: 5px;"> 
<label> 
    <h3><small><font color="black">Post Content</font></small></h3> 
    <textarea placeholder="Enter Post Content Here"></textarea> 
</label> 
<hr> 
</div> 
<!--Post File--> 
<label for="exampleFileUpload" class="button">Upload File</label> 
<input type="file" id="exampleFileUpload" class="show-for-sr"> 
<br> 
<hr> 
<!--Submit Post--> 
<label> 
<input name= "myfiles" type='submit' class='button' value='Create Post'/> 
</label> 
</form> 
</div> 
</div> 

答えて

0

あなたはHTTPポストは、 "投稿" ではありません意味ですか?あなたが開始<form>タグを紛失しているように見えますが、それはZurbの問題ではありません。

関連する問題