Skip to main navigation Skip to main content Skip to page footer

Usage without Bootstrap

If you're using this extension without Bootstrap you might need some own CSS for display and hide the error feedback. This could look like:

.form-control.is-invalid {
    border-color: #dc3545;
}

.is-invalid~.invalid-feedback {
    display: block;
}
.invalid-feedback {
    display: none;
    color: #dc3545;
}
Documentation

TYPO3 Double-OptIn-Download by coding.ms

Double-Optin-Download for TYPO3 lets you provide downloads through a request form and sends the download link by email after submission. Each link can be used exactly once. Required fields, forms, texts, and recipients can be configured per download collection, while backend management, logging, and email reports help organize and track download requests.

Menu