Support » Plugin: Contact Form 7 » Selectable Recipients not working.

  • Dear All,

    Currently I have created the next field to have multiple recipients to a form.

    <p>Selecione o destinatário da sua mensagem
    [select* your-recipient “WebMaster|XXXXXX@gmail.com” “Comitê de Literatura|XXXX@XXXXXXXX.com.br” “Escritório Nacional|XXXXX@XXXXXX.com.br” “Informações p/Criar Grupo Novo|XXXXX@XXXXXX.com.br”]

    In the Mail field I have put the tag: [your-recipient]

    It does though every time when i try to send the e-mail from the site give me an error message that it is not able to send. When I choose only one recipient with its mail e.g. XXXX@gmail.com the form is working fine.

    I would need a reply as soon as possible.

    http://wordpress.org/extend/plugins/contact-form-7/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am not entirely sure but I think you are saying that the form works fine when you select only a single mail recipient from the drop-down list, but not when you select more than one i.e. multiple recipients.

    To send to multiple recipients you would I think need to add the “multiple” option to the tag as follows:

    <p>Selecione o destinatário da sua mensagem
    [select* your-recipient multiple
     "WebMaster|XXXXXX@gmail.com"
     "Comitê de Literatura|XXXX@XXXXXXXX.com.br"
     "Escritório Nacional|XXXXX@XXXXXX.com.br"
     "Informações p/Criar Grupo Novo|XXXXX@XXXXXX.com.br"]</p>
    Thread Starter guidobrasil

    (@guidobrasil)

    Hi Buzztone,

    Thanks for your reply. However this is not what I needed..

    The problem is the next. Let me describe better:

    I have seen in the documentation that we can have in a drop down menu several recipients of a message sent with the contact form. There should be only one email receiving the message. (which is choosen by the user).

    I should be able to achieve that by putting in the “to” field [your-recipient]. As I understand the e-mail then should be sent to the e-mail behind the pipe.

    This is though what is happening: If i write an individual mail in the “to” field the e-mail is send fine. However when I put the tag [your-recipient] it is giving an error and not sending the message to the desired e-mail.

    To clarify better e.g.

    webmaster|somemail@gmail.com –> user selected from the drop down and only the webmastter e-mail receives the message. etc. etc.

    Thanks for having an additional look..

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Selectable Recipients not working.’ is closed to new replies.