Dagon Design Form Mailer Plugin – Version 4!
-
Version 4.0 of my secure form mailer plugin for WordPress has been released! For those of you who have used previous versions, this is a massive update.
Link: https://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/
(I also have a non-plugin version of this script available for those of you who want a highly customizable PHP form mailer for your non-WordPress sites.)
What’s New:
I have completely revised the form creation system. You can now customize your form any way you like, with any number of text fields, textareas, checkboxes, radio buttons, drop-downs, fieldsets, custom text boxes, and more. You can assign everything it’s own class for easy customization, setup required fields, max input lengths, choose from verification methods, and much more.
The best part is that you can custom make any form you like – without writing any code whatsoever.
Here is an example form structure:
openfieldset|fmset
text|fmtext|Name|fm_name|32|100|true|none
text|fmtext|Email|fm_email|32|100|false|email
text|fmtext|Subject|fm_subject|32|100|false|none
text|fmtext|Verify|fm_verify|7|5|true|none
textarea|fmtextarea|Message|fm_message|6|26|true
closefieldsetAnd here is what it generates (my contact form):
https://www.dagondesign.com/contact/
While the system may look a bit complex at first, it is really easy to use. Each line represents a field/item and they are all documented on the web page.
Of course, that just shows a tiny bit of what the form can do. It only shows a few field types used. You could have 10 of each type of form element if you wanted, in any order, etc.. ??
And just like the last version, you can send to one recipient, multiple recipients (cc or bcc), or let the user select one from a drop-down menu.
Of course there is image verification as well, and too many other things to mention ??
Let me know what you think!
- The topic ‘Dagon Design Form Mailer Plugin – Version 4!’ is closed to new replies.