Hi,
I tried using the contact us form to see if it was working. Nothing happens when I click submit.
I've been reading the forums on topics, and I noticed one about cron jobs. Does the emails have to be the same for both? I have one email set for the cron jobs and a different one for the site.
Would this cause it not to work?
Thanks for any help.
|
check e-mail address in /inc/header.inc.php |
I checked the inc/header.inc.php file; it's the main email to be used.
Like I mentioned, I've created an email for Dolphin (which is in the inc/header.inc.php file) and a separate email for the cron jobs. The contact form button still doesn't work.
Any other ideas?
|
If you paste your email to the form the submit button will not work,
you need to write your email adress to the form!!
Test it!!
|
I figured it out! There was a disabled="disabled"/ after the submit tag. I removed it, now it works!
Thanks for the help.
|
If you paste your email to the form the submit button will not work,
you need to write your email adress to the form!!
Test it!!
Do you know a fix for this? It's quite annoying.
I'm on 6.1.6
Taking Dolphin and Making Profitable Websites Since 2009 :) |
there is some error checking using javascript on update.
pasting into the box is not seen as an update.
without the error checking the form doesn't see a valid email and will not let you send...
Light man a fire keep him warm for a night, light him ON fire & he will be warm the rest of his life |
there is some error checking using javascript on update.
pasting into the box is not seen as an update.
without the error checking the form doesn't see a valid email and will not let you send...
So can the error checking be modified to read pasting as an update?
Taking Dolphin and Making Profitable Websites Since 2009 :) |