Great plugin - the best contact form so far for my needs, and I've tried them all!! Would be nice, though, if users were allowed to deselect user email requirement. Also, when I include subject, it becomes necessary as well, even though the documentation says it's not.
http://wordpress.org/extend/plugins/simplemodal-contact-form-smcf/
Jnote - thanks for the vote/review!
I'll fix the subject issue - thanks for letting me know.
I guess I could add an option to make the email required or not...
Thanks,
Eric
livd500
Member
Posted 2 years ago #
I'd give it 5 stars too. But what I think it really needs is the javascript moved to an external document so that it doesn't increase the page size of every page and is, instead, loaded once and cached. I've not used JS much, but I think I found how to do this online. Would you know if this is the correct way to do it?
Thanks.
Copy the code and place it in it’s own file. Then replace the code in the original file with a link to the new external file.
(e.g. smcf.js)
<script language="javascript" src="path-to-your-plugin-folder/pluginname/smcf.js" type="text/javascript"></script>
livd500 - The JS for SMCF is in an external file, except for the localized message strings.
If I am misunderstanding, please let me know.
-Eric