XUpload - email addr. on form should be placed in the email from field

Message
Author
ap
Posts: 21
Joined: Jan 08, 2007 10:35 pm

email addr. on form should be placed in the email from field

#1 Postby ap » Jan 12, 2007 1:06 am

xupload Pro working great. However, if one is using the email field in the upload_form.html, that email address should be transfered to the from field of the email that is generated. This way with a quick glance, one can see thier email and see who uploaded files. Is there a way to do this? Currently, in the xuploadconfig.xm file, the from email field is left blank. Any ideas.

ap
Posts: 21
Joined: Jan 08, 2007 10:35 pm

It now works

#2 Postby ap » Jan 12, 2007 1:25 am

Just figured it out, need to replace $c->{confirm_email_from} with $cg->param('email_notification')

damian
Posts: 2
Joined: Jan 18, 2007 5:30 pm

can you elaborate on this ?

#3 Postby damian » Jan 18, 2007 6:00 pm

i'm trying to collect an email address from uploaders and i'm not sure how to set that up... thanks!

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

Re: can you elaborate on this ?

#4 Postby PilgrimX182 » Jan 19, 2007 6:43 am

damian wrote:i'm trying to collect an email address from uploaders and i'm not sure how to set that up... thanks!
Read another thread where I've answered you how to require email field. Entered email will be POSTed to url_post with 'email_notification' name.