Hi, we have a multi vendors site and we’re going to implement the Front End PM Pro to our site.
Here is the scenario :
1. When a user looking at a product, they will be able to click “Contact Seller” button and it will bring them to “New Message” section on Front End PM Pro.
2. There will be three fields on the form : To, Subject, Email.
3. I need to set the “To” field automatically based on the seller of the selected product.
Is there a way to do that?
I’m thinking to post the value with $_GET like :
https://domain.com/private-message/?fepaction=newmessage&to=username
Then it will post the $_GET[‘to’] into “To” field on the form.
Please give me some clue/advice.
Thank you!