RE:Can I make request form like this one https://www.oddservice.com/Quote through this plugin and how to do it?
Yes. I use the following CSS code to do this:
.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
display: block; /* Sets display of checkboxes vertical */
margin-left: 3px; /* Add minimum margin to all checkbox items */
}
See Styling Contact Form for a general explanation of styling CF7 forms using CSS.
There is a link at the bottom of the page to a comprehensive and detailed article on Styling Contact Form 7 Forms. The article shows people, with suitable HTML & CSS skills, how to change the appearance of their Contact Form 7 Forms to meet their particular requirements.
RE:I am receiving the messages but I am not receiving information of which boxes are checked
Please include a link to your Contact Form 7 form so that I would be able to look into this.