Reply To: New message form autopopulated specific to user


Home Forums Front End PM PRO New message form autopopulated specific to user Reply To: New message form autopopulated specific to user

#9788
David
Participant

If I use the first link:

href=”https://mysite.com/offer/?fepaction=newmessage&to=$adcontact_name&message_title=Re: $title

everything works great.

But if I use the shortcode:

echo do_shortcode(“[fep_shortcode_new_message_form to=$adcontact_name subject=Re: $title]”);

the form does not show.