pre-populate – multiple recipients


Home Forums Front End PM PRO pre-populate – multiple recipients

This topic is: Resolved

Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #7955
    Dagur Eyjolfsson
    Participant

    I have a function on my site that pre-populates the to field, it works well

    But now I need a function where I pre-populate the to field with multiple recipients.

    How would that structure look like?

    ?fepaction=newmessage&fep_to=someone@domain1.com&someone@domain2.com
    this does not work.
    and I’ve tried a few variations that do not work either.
    What is the correct function to pre-populate with multiple recipients ?

    #7958
    Edi Michael
    Participant

    I’m afraid this feature is not supported yet, asked the same question months before…

    #7971
    Shamim Hasan
    Keymaster

    This feature supports now.
    Use fep_mr_to instead of fep_to and user ids separated by comma. eg fep_mr_to=1,2,5

    #7974
    Edi Michael
    Participant

    Wow, that’s great! Any shortcode or html modifier available for this rather than PHP code?

    #7996
    Shamim Hasan
    Keymaster

    You can use like

    
    <a href="http://example.com/message/?fepaction=newmessage&fep_mr_to=1,2,5">Send Message</a>
    

    Change example.com/message/ with your message page url

    #8002
    Dagur Eyjolfsson
    Participant

    Thank you, this works like a charm.

Viewing 6 posts - 1 through 6 (of 6 total)

You need to purchase ‘Front End PM PRO’ to create topic in this support forum.

If you already purchased ‘Front End PM PRO’ please LOGIN.