• I’m designing a website for a company that sells many products. I would like to create a link on each product page to a form showing all products where customers can select which products they would like more information about and then create a report for each visitor collecting that data so the salesmen can send samples, follow up, etc. Is there a plug in that anyone can recommend?

Viewing 4 replies - 1 through 4 (of 4 total)
  • That’s a pretty specific job for a WordPress plugin, but if I were you, I wound possibly consider hiring a WordPress plugin developer. Depending on how involved this is, what you’re asking for may even be out of the scope of WordPress.

    If you really still want to use WordPress, I would actually just make a product page with HTML and JS with AJAX that calls to a PHP file that links to a product table in your database. That way you don’t need to worry about keeping a plugin up to date.

    Thread Starter KayVol

    (@kayvol)

    Hmmm.. I guess what I’m looking for is a contact and lead form. Basically I just want customers to select which products they are interested in learning more about and then enter their contact information. Is it really that complicated. Maybe I can embed something from a form site?

    Ah. I thought you were looking for something like a shopping cart. All you need to do is make a page with an HTML form, then make a PHP file in the back-end that retrieves the data and sends it via email to the site admin. I did it many times before. If you need help on code, just ask. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Market Data Collection Form’ is closed to new replies.