XUpload - HTML Emails

Message
Author
azvisual
Posts: 34
Joined: May 23, 2007 9:05 pm

HTML Emails

#1 Postby azvisual » May 25, 2007 4:12 pm

So my form is setup, works great. Time to edit the email responses. I'm confused.

Is there some examples of how to carry the variables (rather than the entire listing) so I can modify the output? This includes my own user created variables (from my form fields) as well as the standard ones.

I just can't seem to grasp how to do this in html. In PHP, no problem, but in HTML I'm just not seeing it.

Thanks for any guidance.

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

#2 Postby PilgrimX182 » May 28, 2007 5:52 am

Now sending all fields from your form and all files.

What do you need to have in your user emails? Do you wanna send only file list and SOME fields from your form? This shoud be done in upload.cgi. Just tell me what format do you need and I can help you with quick-hack for it.