I had a similar problem to nonuniform, under 1.7.1 I could only get this to work by commenting out the spambot and elapsed time sections of the code.
@nonuniform: the likely reason for your template change is you've simply used the supplied contact_form_template.html file, which is styled to the default template. Copy the contact form table and tags from in there and into your own template file and you should be OK.
decent addon. does what's is supposed to. but, it'd be nice to have some more options in the admin section maybe on adding customs field like "subject" or some dropdown menus.
So, I got this to work after commenting out the spambot stuff.
Now, when the email is sent, the page is refreshed and switches my site to the simple template!
What is going on here? I can't figure out how this is occurring, but I can see that in the
the site is now using the simple template files.I'm sorry to bother you guys. I followed the installation instructions but when I try to send a test message through the contact form I keep getting this error message:
" Not Found
The requested URL /index.php was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. "
Any idea what went wrong? I use pixelpost 1.7.1 with the dark-matter template.
Cheers!
Works perfectly ! Thank you for your efforts ;)
Hey Hey never mind - wrong download Its perfect - fino - god
The addon tells me on my blog when that i have javascript disabled, thi it ain't. Can't get it working.
thank you
works like a charm
to the problem: solved with help of developer :) nice work. hint for all, with the same problem.
<
form ... > must have 'ID=CONTACT_FORM'. that was my problem and no all works.
is this addon working with pop-up window?
This contact form was just what I was looking for. I have modified it somewaht on my own site to take the subject out of the admin section and back on to the form. I did not like having only one option for a subject and storing this in a database.
I will probably add another field or two to the form before I am fully happy with it for my own needs.
see it on John Marquess
I just have found a small typo error
at line 144 the ending span is missing a / causing overfow red color over the text after.
from this
$formmessages = 'Errors found: '.implode(", ", $errormsgARR).'
';
to this
$formmessages = 'Errors found: '.implode(", ", $errormsgARR).'
';
sorry for my english
BTW it is a great addon.
i still don't know what i'm doing wrong with this addon. i don't know much about script and server email. i've done the addon options, entered email for the script to send form data to but . it says the message is sent. but the message just disappears. the correct tables are set up in mysql database so the data is getting put into the database but it's just not getting emailed.
what actually send the mail? the script of so which one? is my server compatible with this addon?
has this addon worked for others? i'm about it give up on this it just doesnt seem to work.