Hey, is anyone having a problem with contact.php??
submit button not working, code for submit button looks like this:
<td colspan="2" class="contact_submit"><input type="submit" name="do_submit" value="<?= _t('_Submit') ?>" disabled="disabled"/></td>
|
Did you try it in different browsers?
No one browser is consistent throughout entire site ..... . |
Yeah, I tried in FireFox as well, it did work fine before the upgrade. I wanted to check and see if it worked but, I could tell right away that the submit button wasn't working.
I had a real "spooky" visitor from Washington, DC. last night.
Rob
|
Your Submit button will probably work, but only if you type the email address of the sender. If you copy/paste or select this email address from the Windows drop-down the Submit button will remain inactive...
If you like to change that, you can try to delete the code in red:
<td colspan="2" class="contact_submit"><input type="submit" name="do_submit" value="<?= _t('_Submit') ?>" disabled="disabled"/></td>
Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine. |
Yeah, has to be typed in. So it was as simple as that, thanx.
Anyone ever heard of the Trilatteral Commission?? they were checking my site out last night and I guess I was thinking about the contact us form and that they should have left me a message.
|
As for me I added some words on this Contact Us form to tell the users to type their email address... Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine. |
Nice one, I will do that.
Thanx, Rob
|
Yeah, has to be typed in. So it was as simple as that, thanx.
I had a similar problem before and found if I copy/pasted or selected the email I could 'backup' only the last letter and then type it and it would work.
It works fine though in v6.1.4 ..... .
|
i just had that problem an it worked fine it does seem you have to type it in. thanks.
what file/folder do i have to go to, to change the code in red?
Thanks in advance :)
|
If you want the submit button to always be active
In contact.php
line 119 remove
onkeyup="if( emailCheck( this.value ) ) this.form.do_submit.disabled=false; else this.form.do_submit.disabled=true;"
and on line 137 remove
disabled="disabled"

|
My submit button never works. no mater how i fill it out. what can i do for it to be active and which email it go to?
thanks
|
If you want the submit button to always be active
In contact.php
line 119 remove
onkeyup="if( emailCheck( this.value ) ) this.form.do_submit.disabled=false; else this.form.do_submit.disabled=true;"
and on line 137 remove
disabled="disabled"

Follow the advice of webaction - that will ensure the Submit button is active. To change the email it sends those messages to - open /inc/header.inc.php and change the $site['email'] = "xxxxx";
D
|
I did exactly just that. but nothing works. is there something else caused this? |