• Resolved megamuc

    (@megamuc)


    I have defined a respond form with conditional fields. Works well in website display, but mail output comes without field entries (no data in the E-Mail). Aditionally, “desired field” check does not work anymore, I can send an empty form. Link shows the page, but please refer to the multiform at the bottom of page, not the first (old) form at top of page.

    Here are my codes:

    Form:

    [select* pick-fields “Ich m?chte mich bewerben” “Ich suche eine PR-Agentur” “Ich bin Journalist/Influencer” “Andere Anfrage”]

    [group Bewerbung]

    <label> [text* first-name placeholder “Vorname”] </label>

    <label> [text* last-name placeholder “Nachname”] </label>

    <label> [email* mail placeholder “E-Mail”] </label>

    <label>[tel phone placeholder “Telefon”] </label>

    <label>[text position placeholder "Gewünschte Position"] </label>

    <label>[file upload1 limit:5000000 filetypes:PDF placeholder “Dokument (PDF)”] </label>

    <label>[file upload2 limit:5000000 filetypes:PDF placeholder “Dokument (PDF)”] </label>

    <label>[file upload3 limit:5000000 filetypes:PDF placeholder “Dokument (PDF)”] </label>

    <label> [textarea message placeholder “Nachricht an uns”] </label>

    [/group]

    [group Agentursuche]

    <label> Vorname [text* first-name] </label>

    <label> Nachname [text* last-name] </label>

    <label> Organisation [text* company] </label>

    <label> Position im Unternehmen [text* position] </label>

    <label> E-Mail-Adresse [email* mail] </label>

    <label> Telefon [tel phone] </label>

    <label>Bei welchem Thema kann WORDUP PR Sie unterstützen? [text* topic] </label>

    <label>Ihr ungef?hres PR-Budget pro Jahr oder für das Projekt [text budget] </label>

    <label> Nachricht an uns [textarea message] </label>
    [/group]

    [group Journalist]

    <label> Vorname [text* first-name] </label>

    <label> Nachname [text* last-name] </label>

    <label> Medium [text* company] </label>

    <label> E-Mail-Adresse [email* mail] </label>

    <label> Telefon [tel phone] </label>

    <label>Ihre Themen [text* topic] </label>

    <label> Ihre Anfrage an uns [textarea message] </label>

    [/group]

    [group Anderes]

    Bitte senden Sie uns eine E-Mail mit Ihrem Anliegen an [email protected]
    Vielen Dank!

    [/group]

    [submit “Senden”]

    E-Mail:

    [Bewerbung]
    Vorname [first-name] Nachname [last-name] E-Mail-Adresse [mail] Telefon [phone] Gewünschte Position [position] Nachricht an uns [message]
    [/Bewerbung] [Agentursuche] Vorname [first-name] Nachname [last-name] Organisation [company] Position im Unternehmen [position] E-Mail-Adresse [mail] Telefon [phone] Bei welchem Thema kann WORDUP PR Sie unterstützen?
    [topic] Ihr ungef?hres PR-Budget pro Jahr oder für das Projekt
    [budget] Nachricht an uns
    [message] [/Agentursuche] [Journalist] Vorname [first-name] Nachname [last-name] Medium [company] E-Mail-Adresse [mail] Telefon [phone] Ihre Themen [topic] Ihre Anfrage an uns [message] [/Journalist]

    • This topic was modified 2 years ago by megamuc.
    • This topic was modified 2 years ago by megamuc.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Conditional fields: No E-Mail output’ is closed to new replies.