The new version auto updated a couple of days – Now when you add a new form it breaks, a lot!
On the display page:
Fatal error: Call to undefined function onw_recaptcha_get_html() in /data/www/phatic.org/wp-content/plugins/onw-simple-contact-form/onw_simple_contact.php on line 568
On the settings page:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /data/www/phatic.org/wp-content/plugins/onw-simple-contact-form/onw_simple_contact.php on line 235
Where can I download an older version so I can roll-back?
I will be looking through the code to better understand why this is happening, and will get a patch up. In order to better be able to recreate the bug, could you tell me what your specs are? I.e., what version of WP it was running on, what server config, etc., as well as any other plugins that were installed/active at the time?
I’m using your ONW plugin with recaptcha and am getting an error message if user doesn’t get the recaptcha right on my contact form:
Warning: Missing argument 2 for onw_form_val_js(), called in /home/sheep/public_html/wp-content/plugins/onw-simple-contact-form/onw_simple_contact.php on line 803 and defined in /home/sheep/public_html/wp-content/plugins/onw-simple-contact-form/onw_simple_contact.php on line 596
The form and the recaptcha seem to work fine despite the warning error message, so I just need to find out how to stop the warning coming up. Is there some parameter I haven’t set?
Any suggestions?
Thanks
I apologize for the delayed response, but the new release I was working on changes the answer to your question.
With version 2.0.1, to use the contact form in your template instead of using a shortcode, put the following into your theme file at the desired location:
I’ve had a look at the comments on here, and your installation guidline, but can’t seem to find anything on how to change the css style. I’d like to change the font type and font size and color.
Could you please explain how to do this? I’m hosting through BlueHost and have version 3.0 of wordpress.
Hi,
I have read through all the posts here and I am still having trouble receiving any emails to the recipient address. I have now changed that to the admin default for the site to eliminate in cross domain problems. I am running Linux, Apache 2.2.16, PHP 5.2.9. Not sure what else to try. Any ideas on what to troubleshoot.
Thanks!
Hi John
I just noticed that the recaptcha part of the contact form doesn’t seem to be working. I just get “Input error: Invalid referer” where the recaptcha box should be. I haven’t changed my recaptcha keys, and have doublechecked they didn’t get corrupted. I have also noticed that when I insert the form on the page, the pop-up box has really weird names for fields (e.g. {#onwsc_dlg.title}
{#onwsc_dlg.default_email}
{#onwsc_dlg.email_label}:
{#onwsc_dlg.default_subject}
{#onwsc_dlg.subject_label}:)
Could this be related to the problem I’m having with the recaptcha?
Any ideas gratefully received.
Thanks
Rosie
Hi, I’ve installed your plug-in, but it doesn’t work. My hosting has been disabled php mail() function. And I’ve installed WP-Mail-SMTP plug-in; it works completely.
So would you tell me what’s the problem please? I really like your plug in because it’s really simple, it’s all I want.
Just one small remark for the next release:
In onw_simple_contact.php line 606 (version 2.0.1) the string “All fields are required.” is not customizable via the settings.
Hi John,
I like your plugin but I have two problems with the localization.
First, I made a german translation but it does only work with a bugfix in the file onw_simple_contact.php. For this reason I modified the name of the folder in the following statement of the function ONW_SCF_init_wrapper:
Secondly, the localization of the reCAPTCHA doesn’t work. The script variable RecaptchaOptions doesn’t contain the value ‘lang: “de”‘ although the constant WPLANG is defined as follows:
I’m using the Snowblind theme, and need to add the contact form to a page. I’m having a problem where using a contact form with reCAPTCHA will the content after the page text down by 18 pixels, both the image that goes below the body and the footer. A contact form without reCAPTCHA doesn’t do this displacing. Could you point me in the right direction on how to fix this?
Hi. I am using your contact form on a client’s website and noticed that when it validates and finds errors the form is reset and all input is lost. In the case of the message area, if someone has a long comment, but makes an error elsewhere, they will be aggravated to see all that typing gone.
Is there any way to keep the values for the form fields that are NOT errors? thanks!
Great plugin. I needed something simple and this is it. Only thing is that I’m only allowing registered users to contact me, so the contact form should automatically know the sender’s name and email address. These two fields therefore should be hidden and automatically set. The subject and the body are the only two fields that should be shown.
That also means that the captcha image and field are not needed. How do I safely eliminate them?
The plugin I’m using to restrict access to the contact page is “Member Access” by Chris Abernathy. It’s working well as designed.
i Can not change the email.. it sent mail to my adminemail but i would like to change that….changing in pluginpage won’t work also not in the sortcode.
can you help?
Hi,
The contact form is displaying brilliantly, only when I test it and send an email using it, the email address I supplied doesn’t recieve it. I’ve re-checked everything I can think of but can’t find the answer. Have also read all the above comments here too.
Great plugin – thanks!
Ummm.
The new version auto updated a couple of days – Now when you add a new form it breaks, a lot!
On the display page:
Fatal error: Call to undefined function onw_recaptcha_get_html() in /data/www/phatic.org/wp-content/plugins/onw-simple-contact-form/onw_simple_contact.php on line 568
On the settings page:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /data/www/phatic.org/wp-content/plugins/onw-simple-contact-form/onw_simple_contact.php on line 235
Where can I download an older version so I can roll-back?
Michael,
Thank you for letting me know about this. You can find all releases at the WordPress.org plugin repository page:
http://wordpress.org/extend/plugins/onw-simple-contact-form/download/
Make sure you skip v1.9 and just go back to 1.8, since 1.9.1 was a bug fix release.
I will be looking through the code to better understand why this is happening, and will get a patch up. In order to better be able to recreate the bug, could you tell me what your specs are? I.e., what version of WP it was running on, what server config, etc., as well as any other plugins that were installed/active at the time?
Thanks!
Hi,
I’m using your ONW plugin with recaptcha and am getting an error message if user doesn’t get the recaptcha right on my contact form:
Warning: Missing argument 2 for onw_form_val_js(), called in /home/sheep/public_html/wp-content/plugins/onw-simple-contact-form/onw_simple_contact.php on line 803 and defined in /home/sheep/public_html/wp-content/plugins/onw-simple-contact-form/onw_simple_contact.php on line 596
The form and the recaptcha seem to work fine despite the warning error message, so I just need to find out how to stop the warning coming up. Is there some parameter I haven’t set?
Any suggestions?
Thanks
Rosie, et al.:
I released a solution to this problem in 1.9.2.
How can I integrate this form into template with using custom to: email? What should I insert into template instead of shortcode?
Roman:
I apologize for the delayed response, but the new release I was working on changes the answer to your question.
With version 2.0.1, to use the contact form in your template instead of using a shortcode, put the following into your theme file at the desired location:
'to_email' => 'some-email@example.com',
'subject' => 'Example subject from %name%',
'onw_recaptcha' => 'on'
) );
Hi John, I’ve just downloaded the plugin.
I’ve had a look at the comments on here, and your installation guidline, but can’t seem to find anything on how to change the css style. I’d like to change the font type and font size and color.
Could you please explain how to do this? I’m hosting through BlueHost and have version 3.0 of wordpress.
Many thanks
Would like to see ability to send to multiple email addresses. Love the plugin, thanks!
Dan
Regarding feedback #27/28. is it not possible on an individual basis to change or remove this text
I like this plugin, but I have some problem with gmail recipients:
Mail sent by OWN_SCF are considered spam by GMAIL recipients. I’ve tested with clean (not black listed) email addresses.
Can you help me?
Resolved (not a problem of your plugin)
It was my fault: my wordpress site is running on my PC (local server) and GMAIL considers spam email generated by senders like “wordpress@localhosts”
GREAT PLUGIN! Bye
Is there a way to get the form to send the email to more than one person?
Hi,
I have read through all the posts here and I am still having trouble receiving any emails to the recipient address. I have now changed that to the admin default for the site to eliminate in cross domain problems. I am running Linux, Apache 2.2.16, PHP 5.2.9. Not sure what else to try. Any ideas on what to troubleshoot.
Thanks!
Just wanted to say the plug-in is very easy and efficient! I really like it. Keep up the good work.
Hi!
Great WP-Plugin!
I noticed the languages didn´t work in the front- and backend.
So i made one for de_DE, but no go…
THE FIX:
At line 839 is a mistyping!
— schipp —
load_plugin_textdomain( ‘onw-simple-contact-form’, ”, basename(dirname(__FILE__)) . ‘/language’ );
— schnapp —
the corrected line should like this:
— schipp —
load_plugin_textdomain( ‘onw-simple-contact-form’, ”, basename(dirname(__FILE__)) . ‘/languages’ );
— schnapp —
Greetings to all and have a nice day!
Rgds. DADA
Once again.
I am using the latest WP 3.01.
The fix above is not correct.
I fixed it at line 839 like this:
— schnipp —
load_plugin_textdomain( ‘onw-simple-contact-form’, ”, basename(dirname(__FILE__)) . ‘/locale’ );
— schnapp —
Now the backend works with the selected language and frontend is fine, too.
Rgds.
Hi John
I just noticed that the recaptcha part of the contact form doesn’t seem to be working. I just get “Input error: Invalid referer” where the recaptcha box should be. I haven’t changed my recaptcha keys, and have doublechecked they didn’t get corrupted. I have also noticed that when I insert the form on the page, the pop-up box has really weird names for fields (e.g. {#onwsc_dlg.title}
{#onwsc_dlg.default_email}
{#onwsc_dlg.email_label}:
{#onwsc_dlg.default_subject}
{#onwsc_dlg.subject_label}:)
Could this be related to the problem I’m having with the recaptcha?
Any ideas gratefully received.
Thanks
Rosie
Is there a way I can get rid of the text “Please use the form below to send an email to the site administrator.” that appears before the form?
How can we change the message that says:
“Please use the form below to send an email to the site administrator.”
Above all the contact forms?
thank you very much! i have tried fscf and cf7, both conflicts with my scripts! this is plugin is so simple that i fell in love with it!
kodus!
Hi, I’ve installed your plug-in, but it doesn’t work. My hosting has been disabled php mail() function. And I’ve installed WP-Mail-SMTP plug-in; it works completely.
So would you tell me what’s the problem please? I really like your plug in because it’s really simple, it’s all I want.
Thank you very much.
Hi there,
nice plugin.
Just one small remark for the next release:
In onw_simple_contact.php line 606 (version 2.0.1) the string “All fields are required.” is not customizable via the settings.
Hi John,
I like your plugin but I have two problems with the localization.
First, I made a german translation but it does only work with a bugfix in the file onw_simple_contact.php. For this reason I modified the name of the folder in the following statement of the function ONW_SCF_init_wrapper:
load_plugin_textdomain( ‘onw-simple-contact-form’, ”, basename(dirname(__FILE__)) . ‘/languages’ );
I would be pleased, if you take over this fix.
Secondly, the localization of the reCAPTCHA doesn’t work. The script variable RecaptchaOptions doesn’t contain the value ‘lang: “de”‘ although the constant WPLANG is defined as follows:
define (‘WPLANG’, ‘de_DE’);
Do you have any suggestions?
Regards from Germany,
Juergen
Thanks!
I spent ages trying to fond a contact from that worked with buddypress, this one works perfectly and is very easy to set up.
Thanks again!
I’m using the Snowblind theme, and need to add the contact form to a page. I’m having a problem where using a contact form with reCAPTCHA will the content after the page text down by 18 pixels, both the image that goes below the body and the footer. A contact form without reCAPTCHA doesn’t do this displacing. Could you point me in the right direction on how to fix this?
Hi. I am using your contact form on a client’s website and noticed that when it validates and finds errors the form is reset and all input is lost. In the case of the message area, if someone has a long comment, but makes an error elsewhere, they will be aggravated to see all that typing gone.
Is there any way to keep the values for the form fields that are NOT errors? thanks!
Great plugin. I needed something simple and this is it. Only thing is that I’m only allowing registered users to contact me, so the contact form should automatically know the sender’s name and email address. These two fields therefore should be hidden and automatically set. The subject and the body are the only two fields that should be shown.
That also means that the captcha image and field are not needed. How do I safely eliminate them?
The plugin I’m using to restrict access to the contact page is “Member Access” by Chris Abernathy. It’s working well as designed.
i Can not change the email.. it sent mail to my adminemail but i would like to change that….changing in pluginpage won’t work also not in the sortcode.
can you help?
I would like to change the text “Please use the form below to send an email to the site administrator.”
I’ve looked up both instances of this text in the .php and .pot files and altered the text there, but the text won’t change on the front end.
Please help!
all the best,
Jimena
Hi,
The contact form is displaying brilliantly, only when I test it and send an email using it, the email address I supplied doesn’t recieve it. I’ve re-checked everything I can think of but can’t find the answer. Have also read all the above comments here too.
Great plugin – thanks!