The browser used: Firefox 2.0.0.12; IE 7; Opera 9.25
cforms version: v7.53
Your Wordpress version: 2.2.3
[desc]: I'm a newbie to WordPress and my general skill level when it comes to computers is "smart enough to use things but not smart enough to understand how it works". So, this wonderful plug-in is a real saviour for me.
Unfortunately, I've got a little problem. I can get my form to send out the e-mail but nothing happens on the form page except for the SUBMIT button going grey.
I've checked the FAQ and have tried different settings for cforms.js. Both:
var sajax_uri = '/blog/juiyinjong/';
and
var sajax_uri = '/blog/juiyinjong/index.php/';
work to send out the e-mail. Right now the setting is at:
I just ran a test and it works, your first setting is the correct one.
However I also noticed other PHP errors that, not sure if they are related to this plugin, interfere with the Ajax submission, here are the errors:
Warning: strtotime() [function.strtotime]: Called with an empty
time parameter. in /home/.../public_html/blog/juiyinjong/wp-includes/link-template.php on
line 75
Warning: strtotime() [function.strtotime]: Called with an empty
time parameter. in /home/.../public_html/blog/juiyinjong/wp-includes/link-template.php on
line 75
Warning: strtotime() [function.strtotime]: Called with an empty
time parameter. in /home/.../public_html/blog/juiyinjong/wp-includes/link-template.php on
line 75
If you can't get the other areas fixed, the workaround would be to temporarily disable Ajax support for the given form.