Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi kahunah1 check the following URL and let me know if that is what you are after.

    Regards

    Thread Starter kahunah1

    (@kahunah1)

    Thanks, mbrsolution.

    It’s close, but just misses my problem. On FS Contact Form, you have the ability to have select from multiple recipients. Their name and email address are added to the email settings. When a user opens the contact form page, they are presented with a “select” dropdown menu that shows the recipient’s name.

    What I want to do is have that “select” option pre-selected to a specific recipient. I have tried “contact?1=” with the selected recipients first and last name (the same as it is in the email settings), but no luck. I am still presented with “Select”.

    Thread Starter kahunah1

    (@kahunah1)

    I think this is where I need to be looking. (Viewing the source code for the contact form)

    <select style=”text-align:left;” id=”fscf_mail_to1″ name=”mailto_id” aria-required=”true” >
    <option value=””>Select</option>
    <option value=”1″>Recipient #1</option>
    <option value=”2″>Recipient #2</option>

    I just need to get the correct string to pass along.

    Hi kahunah1 you might like to create a support ticket.

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘shortcode for specific recipient’ is closed to new replies.