Knowledgebase:FAQ:Kontaktformular
Dieser Artikel beschreint die Software Contrexx. Das neue Handbuch zu Cloudrexx wird unter support.cloudrexx.com bereit gestellt.
Allgemeines
- Installation / Update
- Lizenzdiskussionen
- Mehrsprachigkeit
- Übersetzungen
- Verschiedenes
- WYSIWYG-Editor
- Wartung
Design & Navigation
Module
- Neue Module erstellen
- Community
- Directory
- Dokumenten System
- Galerie
- Gästebuch
- Kalender
- Kontaktformular
- Mediamanager
- News
- Newsletter
- News-Syndication
- Podcast
- Seitenempfehlung
- Sitemap
- Voting
Fehlerbehebung
Q: Nach dem Update auf 1.1.3 SP4 werden neu generierte Forumlare komisch dargestellt
A: Die CSS Styles fehlen, verwenden Sie folgende Standard-Definitionen in Ihrem Design:
<HIGHLIGHTSYNTAX language="css">
/* DEFAULT CONTACT FORM */ form.contactForm p { width: 300px; clear: left; margin: 0; padding: 2px 0 3px 0; padding-left: 155px; _padding-left: 165px; height: 1%; }
form.contactForm p label.noCaption { float: left; width: 150px; margin-left: 2px; margin-top: 2px; }
form.contactForm .contactFormGroup { float: left; margin-top: -15px !important; }
form.contactForm p input.contactFormClass_checkbox { float: left; }
form.contactForm p input.contactFormClass_checkboxGroup { clear: left; float: left; }
form.contactForm p input.contactFormClass_radio { clear: left; float: left; }
form.contactForm p label, .contactForm p span { font-weight: bold; float: left; margin-left: -155px; width: 150px; }
form.contactForm input[type="text"] { width: 180px; }
form.contactForm input{ overflow: hidden; }
form.contactForm img.captcha { float: left; }
form.contactForm .is_required { color: red; }
form.contactForm textarea { width: 250px; height: 150px; }
form.contactForm #contactFormCaptcha { margin-left: 147px; }
form.contactForm .contactFormClass_button {
margin-left: 0px;
}
form.contactForm #contactFormCaptcha { margin-left: 3px !important; margin-top: 5px !important; } </HIGHLIGHTSYNTAX>
Q: Wie kann ich eigene Styles für unterschiedliche Kontaktformulare verwenden?
A: Auf der Kontaktformular Bearbeitungsseite können Sie "Eigenen Stil verwenden" aktivieren, danach wird dem Kontaktformular die CSS Klasse "contactForm_" plus die ID des Formulars zugewiesen im Quellcode. Zum Beispiel "contactForm_23", somit können Sie für jedes Formular eigene Styles definieren in Ihren CSS Dateien im Theme.