Email Address(es) field

rstruber 08 Feb, 2008
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
Max_admin 09 Feb, 2008
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
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
GreyHead 10 Feb, 2008
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
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.