Hi, @dapadonkila!
We are sorry for the inconvenience, but please note, that most of your support topics were questions.
The problem with attachments was occurring because Outlook is blocking attachments. We have contacted Microsoft regarding this problem several times, but they did not get in touch with us or resolve this issue.
This is why we customized your Form Maker to have the attachment links added to the email.
The problem in this topic was, indeed, an issue, and our development team has already fixed this. They added the following code to Appearance > Customize > Additional CSS:
.fm-form input[type='checkbox'],
.fm-form input[type='radio'] {
display:inline-block !important;
margin-right: 5px;
}
.wdform-label-section {
width:165px !important;
}
@media only screen and (max-width: 767px){
.fm-form .radio-div, .fm-form .checkbox-div { min-width:65px;}
}
Please feel free to let us know in case you will need further assistance. We are always happy to help.
Cheers!