Hi, I created a property management listings website that has the custom post types "listings," "agents," "locations" and "messages." I successfully discovered how to form a relationship between "listings" and "agents" so that listings can belong to agents.
I now need to know how to create a CRED inquiry email form that will display for every listing so that non-users can inquire about listings. When a non-user submits a form inquiry, I need an email with the inquiry results to be emailed to the listing's agent.
Hello. Thank you for contacting the Toolset support.
Well - do you know Toolset form supports email notifications.
When a non-user submits a form inquiry, I need an email with the inquiry results to be emailed to the listing's agent.
==> You should create a new post type "inquiry" and create a form for that and add it to your every listing.
I've taken a look at the tutorials and I don't believe you understood what I need to accomplish.
I have real estate listings. I created a single listing view that displays a listing and the listing's agent (listing-agent relationship).
I need to create a listing inquiry form that displays on the single listing post. The form will include three fields: name, email, phone number. A site visitor who is interested in a listing can submit the form. The form responses will be emailed to the listing's agent.