I remember in 6.003 there was an issue with the contact us page. The button woudln't do anything, and would go to boonex support. Seems like the same issue in 6.1.1. Anybody recall where that change is?
I remember in 6.003 there was an issue with the contact us page. The button woudln't do anything, and would go to boonex support. Seems like the same issue in 6.1.1. Anybody recall where that change is? |
Checked http://www.boonex.us/contact.php ... The send button is grey and doesn't work :-( Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine. |
I found this post regarging this (same ?) issue in a previous Dol version: Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine. |
The Contact Us form is working on boonex.us... but the requested email address has to be typed. The send button stays greyed if the email address is pasted or if the email address previously used and saved by Windows is hited. Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine. |
Dol 6.1.1, file contact.php
line 119 <td class="contact_value"><input type="text" name="email" value="" class="inputText" onkeyup="if( emailCheck( this.value ) ) this.form.do_submit.disabled=false; else this.form.do_submit.disabled=true;" /></td> line 137 <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. |
I have new install of V6.1.1 and the contact form works for me. The page shows the email was sent AND the email was received. I remember in 6.003 there was an issue with the contact us page. The button woudln't do anything, and would go to boonex support. Seems like the same issue in 6.1.1. Anybody recall where that change is? |
It will work if you type the email correctly. ---- |
If i put anything in the email field the button cannot be clicked. |
@ sgt_pfk
You cannot put anything in the email field. This is a check and only email addresses will activate your Send button. The mail address has to be typed (not copied). I sent a message to you a few minutes ago using the Contact Us form of your site without any problem :-) Check your inbox ;-) Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine. |
I was putting a valid email address in..by typing it...and it would not activate the send button in FF, although IE was fine. I removed the check from the form and now it works in FF as well. I'll add my own validation to it. |