In some links I wish to allow visitors to email a contact person (not linkowner). I have made a new field {linkemail2} but am at a loss how to allow people to use a form or even send an email direct to this field.
I presume I would need to make a new form, which is no problem, but how do I connect everything to the email2?
A form-to-email which would accept an arbitrary email as input would make your site an instant conduit for spammers. So you'd have to edit email.php and have it (when passed a certain condition or the like) use the ->email2 value instead of the ->email value.
0/5
1
2
3
4
5
This thread is closed, so you cannot post a reply.
Comments on email form to {linkemail2}
Expert
Usergroup: Customer
Joined: Aug 19, 2005
Location: England
Total Topics: 391
Total Comments: 1303
In some links I wish to allow visitors to email a contact person (not linkowner). I have made a new field {linkemail2} but am at a loss how to allow people to use a form or even send an email direct to this field.
I presume I would need to make a new form, which is no problem, but how do I connect everything to the email2?
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
A form-to-email which would accept an arbitrary email as input would make your site an instant conduit for spammers. So you'd have to edit email.php and have it (when passed a certain condition or the like) use the ->email2 value instead of the ->email value.