custom contact form no longer working (because of 3.2?)
As suggested by Bainternet, prefix all the field names.
As suggested by Bainternet, prefix all the field names.
there are many plugins for that, try this one, its pretty easy: http://wordpress.org/extend/plugins/widget-context/ or if you dont want to use a plugin, add a new sidebar to the specific page u desire: http://www.blogohblog.com/adding-extra-sidebar-to-your-wordpress-theme/
Whatever element comes after the contact form needs to be targetted with css and set to “clear:none;” Example: If the element that is underneath the contact form has an id of post_content, you’ll need to add #post_content {clear:none} or #post_content {clear:inherit} to your css file. Make sense?
You want to be using the AJAX API instead of trying to load files directly. Even if you got that file to load, if it uses any WordPress functions it wouldn’t work anyway. If you load a theme file directly none of the WordPress Core will boot and so none of the function will be … Read more
So after some tinkering and research, this issue was coming from my host’s anti-spam mail rules. The hosting service I’m using does not allow mail to be sent from anything other than the hosted email address. I ended up using Contact Form 7 plugin as it still allowed to implement the Zurb Foundation HTML markup. … Read more
how to create or rewrite files in wordpress plugin folder
Contact form spam, without form?
Contact Form value=”e-mail address” doesn’t work
Is this what you are looking for? You want to get the option and output it? $emailTo = wpJediOptions::get_option(‘my_option’, ’email_1′); echo $emailTo;
For SMTP and Gmail, you will need turn on 2 step verification, then create an App specific password in security panel of google account. Use your email and that password as login credential. You’ll also need use TSL or SSL for SMTP. Hope this help!