This is not getting any better. Please respond with the same numbers/letters I use, otherwise I don't know what you are referring to.
- CHECKBOXES: As advised I put a "name" to the field:
<div class="form-group row">
<div class="col-sm-10">
<div class="form-check" style="float: left">
<input class="form-check-input" type="checkbox" id="gridCheck1" name="quick-contact-from-Fachübersetzung">
<label class="form-check-label" for="gridCheck1">
Fachübersetzung
</label>
</div>
The message I receive looks like this now, so this doesn't seem to be right. Would you please directly edit my code snippet?
Quick-Contact-From-Fachübersetzung: on
Quick-Contact-From-Beglaubigung: on
Name: testmail2
Email: carsten_rath@yahoo.com
Telefon: 3323
Sprachkombination: eeee
Nachricht: eeee
FILE SIZE: By chance I found out that there is no problem with the TYPE but only with the SIZE (one problem less). So, there is obviously a limit for uploads in your code - but where? If you don't know, please show me the exact line which I have to put to allow 10mb/file.
An old problem came back and this is annoying. The confirmation message appears again with opacity although the code you mentioned is put to custom.css. Please check.
#toast-container > div {
opacity: 0.8;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
filter: alpha(opacity=80);
}
Thank you for you patience. I am working on mine:)