CSS to show Divi style form
Try adding this custom CSS to the Form template CSS box....
.wprevform-field>input {
color: #999;
padding: 16px;
background-color: #eee;
border: unset;
}
.wprevpro_form textarea {
height: 11em;
color: #999;
padding: 16px;
background-color: #eee;
border: unset;
}
input#wprevpro_submit_review {
background-color: #eee;
border: none;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
font-size: 16px;
color: #999;
padding: 16px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
Thanks,
Josh
Customer support service by UserEcho