Beiträge von inovelop

    Hallo das ist mein Code im Contact Form 7 Editor

    [COLOR=#ff0000]<p>Ihr Name (Pflichtfeld)<br />[/COLOR]
    [COLOR=#ff0000] [dynamictext* dynamicname "CF7_POST key='yourname'"]</p>[/COLOR]
    [COLOR=#ff0000][/COLOR]
    [COLOR=#ff0000]<p>Ihr Vorname (Pflichtfeld)<br />[/COLOR]
    [COLOR=#ff0000] [dynamictext* vorname]</p>[/COLOR]
    [COLOR=#ff0000][/COLOR]
    [COLOR=#ff0000]<p>Ihre E-Mail-Adresse (Pflichtfeld)<br />[/COLOR]
    [COLOR=#ff0000] [email* your-email] </p>[/COLOR]
    [COLOR=#ff0000][/COLOR]
    [COLOR=#ff0000]<p>Anreise [date anreise id:anreise1 class:anreise] </p>[/COLOR]
    [COLOR=#ff0000]<p>Abreise [date abreise id:2 class:abreise] </p>[/COLOR]
    [COLOR=#ff0000][/COLOR]
    [COLOR=#ff0000]<p><a href="http://www.themepeak.at/lavendel/?page_id=21">ANFRAGEN</a></p>[/COLOR]

    Ich möchte nun die Variable yourname über meinen link übermitteln und anschließend in diesen Formular wieder speichern.

    [COLOR=#ff0000]<table width="100%" border="0" cellspacing="0" cellpadding="0">[/COLOR]
    [COLOR=#ff0000] <tr>[/COLOR]
    [COLOR=#ff0000] <td colspan="2" style="padding-top: 10px;"><h3>An- und Abreise</h3></td>[/COLOR]
    [COLOR=#ff0000] </tr>[/COLOR]
    [COLOR=#ff0000] <tr>[/COLOR]
    [COLOR=#ff0000] <td>Anreise</td>[/COLOR]
    [COLOR=#ff0000] <td>[date anreise id:1 class:anreise]</td>[/COLOR]
    [COLOR=#ff0000] </tr>[/COLOR]
    [COLOR=#ff0000] <tr>[/COLOR]
    [COLOR=#ff0000] <td>Abreise</td>[/COLOR]
    [COLOR=#ff0000] <td>[date abreise id:2 class:abreise]</td>[/COLOR]
    [COLOR=#ff0000] </tr>[/COLOR]
    [COLOR=#ff0000] <tr>[/COLOR]
    [COLOR=#ff0000] <td>Alter der Kinder</td>[/COLOR]
    [COLOR=#ff0000] <td>[text alterkinder]</td>[/COLOR]
    [COLOR=#ff0000] </tr>[/COLOR]
    [COLOR=#ff0000] <tr>[/COLOR]
    [COLOR=#ff0000] <td colspan="2" style="padding-top:10px;"><h3>Ihre persönlichen Daten</h3></td>[/COLOR]
    [COLOR=#ff0000] </tr>[/COLOR]
    [COLOR=#ff0000] <tr>[/COLOR]
    [COLOR=#ff0000] <td>Vorname *</td>[/COLOR]
    [COLOR=#ff0000] <td>[dynamictext* vorname "CF7_get_custom_field key='vorname'"]</td>[/COLOR]
    [COLOR=#ff0000] </tr>[/COLOR]
    [COLOR=#ff0000] <tr>[/COLOR]
    [COLOR=#ff0000] <td>Name *</td>[/COLOR]
    [COLOR=#ff0000] <td>[dynamictext dynamicname "CF7_GET key='yourname'"]</td>[/COLOR]
    [COLOR=#ff0000] </tr>[/COLOR]
    [COLOR=#ff0000] <tr>[/COLOR]
    [COLOR=#ff0000] <td style="padding-top: 10px;">Strasse *</td>[/COLOR]
    [COLOR=#ff0000] <td style="padding-top:15px;">[text* strasse]</td>[/COLOR]
    [COLOR=#ff0000] </tr>[/COLOR]
    [COLOR=#ff0000] <tr>[/COLOR]
    [COLOR=#ff0000] <td>Ort *</td>[/COLOR]
    [COLOR=#ff0000] <td>[text* ort]</td>[/COLOR]
    [COLOR=#ff0000] </tr>[/COLOR]
    [COLOR=#ff0000] <tr>[/COLOR]
    [COLOR=#ff0000] <td>PLZ *</td>[/COLOR]
    [COLOR=#ff0000] <td>[text* plz]</td>[/COLOR]
    [COLOR=#ff0000] </tr>[/COLOR]
    [COLOR=#ff0000] <tr>[/COLOR]
    [COLOR=#ff0000] <td>Land *</td>[/COLOR]
    [COLOR=#ff0000] <td>[text* land]</td>[/COLOR]
    [COLOR=#ff0000] </tr>[/COLOR]
    [COLOR=#ff0000] <tr>[/COLOR]
    [COLOR=#ff0000] <td style="padding-top: 10px;">Telefon *</td>[/COLOR]
    [COLOR=#ff0000] <td style="padding-top:15px;">[text* telefon]</td>[/COLOR]
    [COLOR=#ff0000] </tr>[/COLOR]
    [COLOR=#ff0000] <tr>[/COLOR]
    [COLOR=#ff0000] <td>Fax</td>[/COLOR]
    [COLOR=#ff0000] <td>[text fax]</td>[/COLOR]
    [COLOR=#ff0000] </tr>[/COLOR]
    [COLOR=#ff0000] <tr>[/COLOR]
    [COLOR=#ff0000] <td>E-Mail *</td>[/COLOR]
    [COLOR=#ff0000] <td>[email* your-email]</td>[/COLOR]
    [COLOR=#ff0000] </tr>[/COLOR]
    [COLOR=#ff0000] <tr>[/COLOR]
    [COLOR=#ff0000] <td colspan="2" style="padding-top:10px;"><h3>Anzahl der Personen</h3></td>[/COLOR]
    [COLOR=#ff0000] </tr>[/COLOR]
    [COLOR=#ff0000] <tr>[/COLOR]
    [COLOR=#ff0000] <td width="30%">Erwachsene </td>[/COLOR]
    [COLOR=#ff0000] <td width="20%">[text erwachsene]</td>[/COLOR]
    [COLOR=#ff0000] </tr>[/COLOR]
    [COLOR=#ff0000] <tr>[/COLOR]
    [COLOR=#ff0000] <td>Kinder</td>[/COLOR]
    [COLOR=#ff0000] <td>[text Kinder]</td>[/COLOR]
    [COLOR=#ff0000] </tr>[/COLOR]
    [COLOR=#ff0000] <tr>[/COLOR]
    [COLOR=#ff0000] <td>&nbsp;</td>[/COLOR]
    [COLOR=#ff0000] <td>&nbsp;</td>[/COLOR]
    [COLOR=#ff0000] </tr>[/COLOR]
    [COLOR=#ff0000] <tr>[/COLOR]
    [COLOR=#ff0000] <td colspan="2" style="padding-top: 15px;"><h3>Zusätzliche Angaben</h3></td>[/COLOR]
    [COLOR=#ff0000] </tr>[/COLOR]
    [COLOR=#ff0000] <tr>[/COLOR]
    [COLOR=#ff0000] <td>Zimmerwunsch</td>[/COLOR]
    [COLOR=#ff0000] <td>[text zimmerwunsch]</td>[/COLOR]
    [COLOR=#ff0000] </tr>[/COLOR]
    [COLOR=#ff0000] <tr>[/COLOR]
    [COLOR=#ff0000] <td>Pauschalangebot</td>[/COLOR]
    [COLOR=#ff0000] <td>[text pauschalangebot]</td>[/COLOR]
    [COLOR=#ff0000] </tr>[/COLOR]
    [COLOR=#ff0000] <tr>[/COLOR]
    [COLOR=#ff0000] <td>Betreff</td>[/COLOR]
    [COLOR=#ff0000] <td>[text your-subject]</td>[/COLOR]
    [COLOR=#ff0000] </tr>[/COLOR]
    [COLOR=#ff0000] <tr>[/COLOR]
    [COLOR=#ff0000] <td>Ihre Nachricht</td>[/COLOR]
    [COLOR=#ff0000] <td>[textarea your-message]</td>[/COLOR]
    [COLOR=#ff0000] </tr>[/COLOR]
    [COLOR=#ff0000] <tr>[/COLOR]
    [COLOR=#ff0000] <td style="padding-top:15px;">Ich möchte</td>[/COLOR]
    [COLOR=#ff0000] <td style="padding-top:15px;">[radio ichmoechte "Anfragen" "Buchen"]</td>[/COLOR]
    [COLOR=#ff0000] </tr>[/COLOR]
    [COLOR=#ff0000] <tr>[/COLOR]
    [COLOR=#ff0000] <td>&nbsp;</td>[/COLOR]
    [COLOR=#ff0000] <td style="padding-top: 15px;">[submit Senden]</td>[/COLOR]
    [COLOR=#ff0000] </tr>[/COLOR]
    [COLOR=#ff0000] <tr>[/COLOR]
    [COLOR=#ff0000] <td colspan="2" style="padding-top: 15px; text-align:center">Die mit den * markierten Felder sind Pflichtfelder.</td>[/COLOR]
    [COLOR=#ff0000] </tr>[/COLOR]
    [COLOR=#ff0000]</table>[/COLOR]

    Hallo,

    ich bin da auf der Suche nach einer Lösung vielleicht kann mir einer von euch da helfen.

    Ich möchte gerne auf der Startseite einer Webseite Daten in einen date und einem input field erfassen, unterhalb dieser eingabe Felder soll dann ein Link sein der die Werte in eine zwischen Variable speichert und anschließend ein Formular von contact form 7 öffnet und einen teil dieser Daten dort schon befüllt.

    Vielen Dank schon im voraus für das grübeln

    lg Lukas

    Hallo,

    ich habe ein ähnliches Problem dass ich permanent Kommentare auf English bekomme jedoch meine Seite auf Deutsch ist, ich markiere diese Kommentare immer als SPAM. Mir kommt vor dass die meisten einfach nur einen Backlink haben wollen.

    lg

    Hallo,

    Wir haben für einen Online Shop die Migration von mysql zu postgres gemacht das lief ohne Problem Datenbank und Tabelle Einträge liefen ohne Probleme.

    Jetzt haben wir nur noch das Problem dass keine Bestellungen in WP E-Commerce ausgelöst werden. Es kommt immer die Fehlermeldung "[COLOR=#141414][FONT=Arial]Sorry, Ihre Transaktion wurde nicht akzeptiert. "
    [/FONT][/COLOR]
    Meine Frage: hat jemand schon wp e-commerce auf einer postgres db installiert?

    Unser Online Shop ist hier zum öffnen.

    lg Lukas

    Hallo,

    Wir haben auf unserer Website http://www.computer-administrator.at mehrere Kategorien u. Mehrere Menüs wenn wir einen neuen Artikel erstellen müssen wir ihn manuell in das Vertikale Menü hinzufügen.

    Meine Frage gibt es die Möglichkeit dass der Artikel automatisch in das Vertikale Menü eingefügt wird ohne dass man ihm unter Designs --> Menü in das jeweilige Menü einfügen muss?

    Lg Lukas