Support Forum

 
You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Form doesn't send.. am I missing something?

Information/How to
UserPost

6:08 pm
February 27, 2010


Kathryn

1

The Advanced Features has everything set, but when I look @ Edit Html, under Edit Form, there is no script under "After Fields".. and no code refering to where the information will be sent??

I have NO spam filter on my email and am still not getting any forms.  (Hosting is through GoDaddy.)

6:50 pm
February 27, 2010


Steph

2

For most users, there is no need to use the edit HTML button. By default, there isn't be anything in the "After Fields" box. For emailing, your email address should be in the "Email Form Responses to" box under "Advanced Form Settings". Make sure the email address you are checking is set in that form.

Do you receive other WordPress emails?

7:43 pm
February 27, 2010


Kathryn

3

Yes, my email is in Advanced Format Settings.  As far as other emails from wordpress, no other (of my used) plugins have that feature.

I found another emailing plugin with an email tester.. here's what it said:

["mailer_not_supported"]=>
string(25) " mailer is not supported."
["provide_address"]=>
string(55) "You must provide at least one mailer is not supported."
["execute"]=>
string(19) "Could not execute: "
["instantiate"]=>
string(36) "Could not instantiate mail function."
["authenticate"]=>
string(35) "SMTP Error: Could not authenticate."
["from_failed"]=>
string(35) "The following From address failed: "
["data_not_accepted"]=>
string(30) "SMTP Error: Data not accepted."
["recipients_failed"]=>
string(56) "SMTP Error: The following SMTP Error: Data not accepted."
["connect_host"]=>
string(43) "SMTP Error: Could not connect to SMTP host."

How do I fix this?

(Thank you so much for the great support!)

8:34 pm
February 27, 2010


Steph

4

This is an issue with your WordPress email configuration, not a plugin issue. There are a few plugins out there to set up emailing if the built-in WordPress settings don't work. Even if you don't have other plugins that send emails, WordPress sends them depending on your settings (blog comment notifications, forgot password…)

Information/How to