我的网站我使用WordPress Contact Form 7从我的用户那里获取一些信息。该网站使用Bootstrap Framework构建。
现在我想将自定义css样式和Bootstrap样式用于表单。所以我使用以下代码。但它没有造型。
有人告诉我,我该如何设计这种形式?
这是我在联系表单7中使用的内容
<h3>Which Goal You Are Looking To Achieved ?</h3>
<div class="asking-box">
<h4><strong>Select your Goals</strong></h4>
<form class="form-horizontal" role="form">
<div class="form-group">
<label class="control-label col-sm-6" for="question">Lasting happiness </label>
<div class="col-sm-12">
[checkbox checkbox-959 class:"my-check"]
</div>
</div>
<div class="form-group">
<label class="control-label col-sm-6" for="question">Lasting happiness </label>
<div class="col-sm-12">
[checkbox* checkbox-404 class:my-check]
</div>
</div>
</form>
</div>
答案 0 :(得分:0)
在标题中添加此链接
<link href="/css/materialize.min.css" rel="stylesheet" type="text/css">
<link href="/css/material-design-iconic-font.min.css" rel="stylesheet" type="text/css">
<link href="/css/bootstrap.min.css" rel="stylesheet" type="text/css">
,这是在你的页面
<div class="register-box">
<div class="container">
<div class="row">
<div class="inner-srch-pg">
<div class="bnr-srch-box">
<form action="" method="post" >
<div class="rgstr-form-cntnt">
<div class="row">
<?php echo do_shortcode('[contact-form-7 id="286" title="Contact form 1"]'); ?>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
答案 1 :(得分:0)
现在,您可以使用此plugin为cf7表单设计响应式网格布局,从而更轻松地实现这一目标。