XUpload - email addr. on form should be placed in the email from field
email addr. on form should be placed in the email from field
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.
It now works
Just figured it out, need to replace $c->{confirm_email_from} with $cg->param('email_notification')
can you elaborate on this ?
i'm trying to collect an email address from uploaders and i'm not sure how to set that up... thanks!
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Re: can you elaborate on this ?
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.damian wrote:i'm trying to collect an email address from uploaders and i'm not sure how to set that up... thanks!