• Good Day

    I have multiple pages that each have a contact form on.
    What i want to do is like Contact Form 7 Map Field – user should be able to change location and the location must be send to recipient, then each contact form must send to a different e-mail address.

    Contact Form 1 send to mail1.mail.org
    Contact Form 2 send to mail2.mail.org
    Contact Form 3 send to mail3.mail.org

    This is what I have currently

    <p>Your Name (required)<br />
    [text* your-name] </p>

    <p>Your Email (required)<br />
    [email* your-email] </p>

    <p>Your Contact Number (required)<br />
    [tel* tel-cell]

    <p>Event<br />
    [text your-subject] </p>

    <p>Your Message<br />
    [textarea your-message] </p>

    <p>Your Location<br />
    [textarea your-message] </p>

    <p>[submit “Send”]</p>

    Can anyone help me please?

    Kind Regards

The topic ‘Custom Options’ is closed to new replies.