• Resolved espreson

    (@espreson)


    <p>Select Your Query
    [select query-for “Admission” “Recruitment” “Other”]</p>

    [group Admission]
    <p>Admission
    [select* query-for-AR “Lateral|[email protected]” “Regular|[email protected]”]
    </p>
    [/group]

    [group Recruitment]
    <p>Recruitment
    [select* query-for-AR “Administrative|[email protected]” “Faculty Position|[email protected]”]
    </p>
    [/group]
    <br>
    <p>[text* your-name placeholder “Your name*”]</p>
    <p>[email* your-email placeholder “Your email*”]</p>
    <p>[tel* your-contact placeholder “Contact no*”]</p>
    <p>Your Enquiry*
    [textarea* your-message] </p>
    <p>Verification (required)
    [quiz captcha “23+23|46” “12+23|35”]</p>
    <p>[submit “Send”]</p>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter espreson

    (@espreson)

    I want conditional email in condition field as per user choice of fields.
    Is it possible?
    Then how?

    Plugin Author Jules Colle

    (@jules-colle)

    Yes it is.

    Example: if you want the recruitment fields to be shown, only if the Recruitment group was visible, you can do it like this in the email:

    [Recruitment]
    Recruitment: [query-for-AR]
    [/Recruitment]
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Conditional Email in Conditional Field’ is closed to new replies.