Is there anyway to get rid of the "must have email address(es)" field filled out check? I have a field on my form that will have the email address results are being sent too, and I want to Bcc to a static address.
Is this possible? Can I put a form field in the 'email address(es)' field?
Thanks,
Ryan
Is this possible? Can I put a form field in the 'email address(es)' field?
Thanks,
Ryan
No way, at least add some dummy email like [email]admin@admin.com[/email] but your emails there will get undelivered!
Or you may like to hack the files😉
Cheers,
Max
Or you may like to hack the files😉
Cheers,
Max
Hi rstruber,
If you want to hack the code then try looking for this at the beginning of a line. It's around line 144 in admin.chronocontact.html.php
Bob
If you want to hack the code then try looking for this at the beginning of a line. It's around line 144 in admin.chronocontact.html.php
if ((form.extraemail.value == '')||
and replace this chunk with if (((form.extraemail.value == '') && (document.getElementById('paramsemailfield').value == ''))||
I think that should work.
Bob
This topic is locked and no more replies can be posted.