Answer the question
In order to leave comments, you need to log in
How to insert Contact Form 7 into Slider Revolution, how to make friends?
Good day! There is a Contact Form 7 feedback form and Slider Revolution on the main page. The task was to insert the existing Contact Form 7 into the banner on the main page which is made on Slider Revolution. Tell me how to do it...?
Answer the question
In order to leave comments, you need to log in
Take the contact form shortcode and place it in the text field of the slider.
Just pre-style the contact form and then wrap it in a div ! (see pic)
Form
example: Style example:
.wpcf7 {
padding: 45px 45px 5px 45px !important;
background-color: rgba(0, 0, 0, 0.7);
width: 250px;
}
.wpcf7 p {
padding-bottom: 10px;
}
#formContainer >
h3 {
color: white;
text-align: center;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
display: block;
margin: 0;
width: 100%;
font-family: sans-serif;
font-size: 18px;
appearance: none;
box-shadow: none;
border-radius: none;
padding: 10px;
border: solid 1px #dcdcdc;
transition: box-shadow 0.3s, border 0.3s;
}
.left {
width: 48%;
float: left;
}
.right {
width: 48%;
float: right;
}
.wpcf7-submit {
background-color: rgb(250, 104, 57);
color: white;
margin-top: 30px;
padding: 10px;
font-size: 15px;
border: none;
width: 100%;
}
input[type="submit"] {
border-radius: 25px;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question