Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

I have used PHP Form Wizard software, its really very good but I don't know why it starts throwing run-time error 91 and not working on my system any more.

I am looking for its alternative:

http://download.cnet.com/PHP-Form-Wizard/3000-10248_4-10585038.html

In this software, we simply select our html form file which we have already created using Notepad, Dreamweaver or any software, it imports all the fields from the form and creates the PHP script for email.

In simple words, I am not looking for software to build forms.

share|improve this question
1  
I'm not aware of any software like that, and if I was I wouldn't trust it to properly sanitize user input before sending the email. Your safest bet would be to hire a developer to create the email script for you, or learn a little bit about PHP so that you can create them yourself. – Josh Mountain Feb 21 at 19:58
I can create scripts to send emails, but the software I am talking about do it quickly and saves me some time. – Fahad Feb 21 at 20:01

1 Answer

As the author of free open source software for sending you email from your website, I have to recommend using my Contact Form.

My software will let you quickly create a form on your website with custom fields that gets emailed to you.

Looking at the feature list of the software that you are trying to replace, my software does not handle

  • File uploads
  • Writing to a database or text file on your server
  • Sending confirmation email (only shows confirmation on the web)
  • A wizard to configure itself from an existing form (configuration is done like this)
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.