| View previous topic :: View next topic |
| Author |
Message |
ap
Joined: 08 Jan 2007 Posts: 21
|
Posted: Jan 12, 2007 1:06 am Post subject: 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. |
|
| Back to top |
|
 |
ap
Joined: 08 Jan 2007 Posts: 21
|
Posted: Jan 12, 2007 1:25 am Post subject: It now works |
|
|
| Just figured it out, need to replace $c->{confirm_email_from} with $cg->param('email_notification') |
|
| Back to top |
|
 |
damian
Joined: 18 Jan 2007 Posts: 2
|
Posted: Jan 18, 2007 6:00 pm Post subject: 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! |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2106 Location: UFO Lab
|
Posted: Jan 19, 2007 6:43 am Post subject: Re: can you elaborate on this ? |
|
|
| 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. |
|
| Back to top |
|
 |
|