Page 1 of 1

Need Help: Sending attached emails through browser!

Posted: Sat Aug 23, 2008 2:31 pm
by smoke_kills
Okay so I am trying to make a stick submitter for my website, where you attach stuff to forms and fill out stuff to get your animation object up for review.

I got the forms part down the only thing I need help with is the actual sending it to my email part.

Here is the code for the forms themselves.

could someone please code the sending part?

Code: Select all

<strong>
               <font color="#FF0000">Ripping sticks, and sending them under your own name is STEALING! You will be banned if you do this!</font>
               </strong>
          
 
                 <form name="entry" method="post" action="/donate.php" enctype="multipart/form-data">
 
                 &nbsp;&nbsp; <font color="#797979">Name</font><br />
                 &nbsp;&nbsp;
                 <input type="text" name="author" size="26"><br /><br />
 
                 &nbsp;&nbsp; <font color="#797979">Email Address</font><br />
                 &nbsp;&nbsp;
                 <input type="text" name="author" size="26"><br /><br />
                 
                  &nbsp;&nbsp; <font color="#797979">Title</font><br />
                 &nbsp;&nbsp;
                 <input type="text" name="Stk Title" size="40"><br /><br />
                 
                 &nbsp;&nbsp; <b> <font color="#797979">Stk or Zip file</font></b><br />
 
                 &nbsp;&nbsp;
                 <input type="file" name="file_0" size="27"><br /><br />
                 &nbsp;&nbsp; <b> <font color="#797979">Preview Picture ( gif, jpg or png)</font></b><br />
                 &nbsp;&nbsp;
                 <input type="file"  name="file_1" size="27"><br /><br />
                 &nbsp;&nbsp; <font color="#797979">Category of Stk</font><br />
 
                 &nbsp;&nbsp;
                 <select name="cat">
                <option>---Select---</option>
                <option>Stk Person(s)</option>
                                <option>Stk Packs</option>
                                <option>Vehicles</option>
                                <option>Weapons or Items</option>
                                <option>Backgrounds or Effects</option>
                                <option>Other</option>
 
 
                 </select><br>
               <br />
&nbsp;&nbsp; <font color="#797979">Pivot Version used to create:</font><br>
&nbsp;&nbsp;
             
                 <select name="type">
                <option>---Select---</option>
                <option>Pivot 2.2.5</option>
 
                 <option>Pivot 3 Beta</option>
                 </select>
                 
 
                 
 
                 
<!--
/*
                &nbsp;&nbsp; <font color="#797979">Email Confirmation (Optional)</font>
                <br />
                &nbsp;&nbsp;<input type="text" name="email">
                <br /><br />
                &nbsp;&nbsp; <i><font color="#797979" size="-2">If your stick(s) are accepted or denied, we will email you back telling you of the status of the stick. We DO NOT give away email addresses to other companies, we keep them safe. To make sure you receive a email telling you the status, add submit@animatorshall.com to your safe list.</font></i><Br />
*/
-->
 
                 
                 <br /><br />
                 &nbsp;&nbsp; <font color="#797979">All fields are required.</font>
                 <br /><br />
                 
                 <div id="btn">
 
                 &nbsp;&nbsp;<input type="submit" value="Submit my stick(s) for review" name="entry" id="entry" onclick="display_load();" />
                 </div>
                 </form>
thanks

Re: Need Help: Sending attached emails through browser!

Posted: Sat Aug 23, 2008 3:26 pm
by smoke_kills
anyone?

Re: Need Help: Sending attached emails through browser!

Posted: Sat Aug 23, 2008 11:54 pm
by smoke_kills
Anyone?