• Resolved mikei2004

    (@mikei2004)


    Hi, I am trying to get my head round how to do this and if/how it can be done with this plugin.

    I have a directory where users can upload and edit listings/posts.

    I wish to have a contact form on their listing which users can submit too, going to the author of that page.

    The page is made up already using ACF fields, however I want to use some of these field data for the form being set up, such as the person the form is emailed too.

    I would also like to save the form data against that listing, so the author can review all the forms sent to them.

    Is this all possible and how is the best way to do it?

    Thanks Mike

Viewing 1 replies (of 1 total)
  • Plugin Author fabianlindfors

    (@fabianlindfors)

    Hi, Mike! I’m sorry about the late reply, been pretty busy. ??

    This is definitely possible and a perfect use case for Advanced Forms. You can set up a form with email notifications and select which field to get the recipient address from.

    For saving the form data you could either write some code to create a new custom post type and save the data on a form submission or you could use the pro version which comes with this feature built-in.

    To let the authors review the forms you could write a tiny bit of code to fetch all generated posts associated with them (my plugin only handles form related functionality).

    Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Contact form for listings’ is closed to new replies.