gpt4 book ai didi

html - Zurb Foundation - 创建自定义表单但现在不会创建帖子

转载 作者:行者123 更新时间:2023-11-28 04:13:20 24 4
gpt4 key购买 nike

所以我为我使用 Foundation Forms 构建的网站创建了一个表单,现在它不会创建帖子。

这是 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>

最佳答案

你的意思是 HTTP post 不是“posting”?看起来您缺少起始 <form>标记,这不是 Zurb 问题。

关于html - Zurb Foundation - 创建自定义表单但现在不会创建帖子,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42607056/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com