What an amazing survey software. I downloaded it two days ago and am already using it in a production environment. Great work.
I need it to do a couple things that I think shouldn't be too hard, but on one of them I don't even know where to start.
Users have an incentive to fill out our survey - we have a drawing among all survey respondents each month for free product. In order to be able to contact them, we obviously need their email address. This is no big deal: The very first question asks for their email address. However, our target audience isn't very web savvy and they often forget to include their domain name, or the @, or whatever. I really need to be able to validate the input on that field and require it to match a regular expression. I'm not even sure where to start on that.
The other thing I need it to do is email each completed survey to me as it is completed. This is a little easier because I can just have a cron job run eveyr ten minutes and check the database for any new surveys and compile the results of any it finds into an email and shoot it over. The challenge is that the text answers are stored separately from the multiple choice answers and the queries I've come up with to make it work have been kludgy at best. Has anybody else already done this so I could just borrow the code?
Thanks,
Wayne