This topic is: not resolved
- This topic has 3 replies, 2 voices, and was last updated 10 years, 2 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Quform WordPress › Custom e-mail recipient
We are having custom post types of accommodation that in every post type there is a a diferent agent hotelowner asigned. We would like to replace the simple contact form with a quform. The problem is that the recipient must be every diferent agent.
We will place the php shortcode to agentcontactform.php file but how can we make the quform to send the e-mail to the diferent agents.
Is there a simple way through settings or we have to place this code <input name=”agent_email” type=”hidden” id=”agent_email” value=”<?php print $agent_email ?>”>
somewhere? and if yes where?
We are using the WPESTATE theme from themeforest.
Here is an example of the custom post types http://www.specialpriceportal.com/properties/accommodation-offer-kala-nera-pelion/?lang=en
Thanks in advance
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
Hello
Thank you for your responce. So I supose I will paste this code at the bottom of functions.php?
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.