Can CMS integrate with email forms?

6 posts by 4 authors in: Forums > CMS Builder
Last Post: July 27, 2012   (RSS)

By meg - July 25, 2012

I have a couple clients who are looking to have the CMS integrate with custom email (survey) forms that are php. Do you have a plugin for this? If not, how would you suggest I integrate? Has anyone else already done this with a working email form? I'm in need of this integration sooner than later...

Re: [meg] Can CMS integrate with email forms?

By Jason - July 25, 2012

Hi Meg,

Do you mean you want to save the contents of an email form to the database?

If so, you can do this by writing a custom SQL INSERT statement. For an example of this, see here:

http://www.interactivetools.com/forum/gforum.cgi?post=91178#91178

Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] Can CMS integrate with email forms?

By meg - July 26, 2012

Well, I'm looking to create email forms or survey email forms within the CMS, whether it's a text field, text box, checkbox, drop-down, etc. I know other CMS's (WP, etc) has plugins that can make this more simple, but I much prefer your CMS to others, so can this be done? Has this been done by anyone who's used your CMS?

Re: [meg] Can CMS integrate with email forms?

By gkornbluth - July 27, 2012 - edited: July 27, 2012

Hi Meg,

Don't know if this idea works for you, but my approach has always been to link to an on-line survey form in the email and not to try to handle the survey directly from the email.

It's pretty easy to set up forms that automatically populate records in the database, (like in the post Jason mentioned), you can even do some math and tabulate results that feed back to the email recipients.

My concern is always the security issues surrounding anyone being able to send/update data in the on-line database.

I've used CAPTCHA, but this too is not a perfect solution, so I've usually restricted form submission to registered users only, using the membership plugin, and that worked for my situations.

Once you've resolved these issues, there are some recipes in my CMSB Cookbook thecmsbcookbook.com, mostly in the "USING THE WEBSITE MEMBERSHIP PLUGIN" section that should give you some ideas. Many of them can be used outside of the membership environment.

Good Luck, and please share any solutions that you come up with.

Jerry Kornbluth
The first CMS Builder reference book is now available on-line!







Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php

Re: [rconring] Can CMS integrate with email forms?

By meg - July 27, 2012

Thanks, rconring. This is more of what I'm looking for. I would be stoked if CMS Builder had a plugin that did the same, but this may be my solution for now.