Jump to content

  • Free consultations and support
  • Live chatClick Here for Live Chat
  • Call ico 1888-906-1888
    Phone support: Open

    Ready for your call :)

    Our business hours:

    Mon — Fri, 2am — 8pm (EST)

    US & EU support teams

    Phone support: Closed

    We are back in: 1h 20m

    Our business hours:

    Mon — Fri, 2am — 8pm (EST)

    US & EU support teams


form creation


  • Please log in to reply
&nsbp;

#1 daze

daze

    Apprentice Designer

  • Designer
  • 188 posts

Posted 03 June 2004 - 08:58 AM

i have created a form but need help on making it submit to an email address.. i want it to submit to [email protected] but dont know how to make it work.. can someone help me out plz? the cod i have so far is posted below..

<html>
<head>
<title>. So.Join .</title>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<style type="text/css">
<!--
.style1 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style2 {font-size: 10px}
body {
	background-color: #333333;
}
.style3 {color: #FFFFFF}
.style25 {color: #006699}
-->
</style>
</head>
<body class="sub">
<form name="FormName" method="post" action="">
  <table width="90%" border="0" align="center" cellpadding="4" cellspacing="2">
    <tr style="vertical-align: top"> 
      <td class="HeaderColor style1 style2 style3">
        . <span class="style25">So<span class="style3">.</span>Join</span> .</td>
    </tr>
      <tr style="vertical-align: top"> 
        
      <td class="StoryContentColor style1 style2 style3">  
        Post all you details below and we will get back to you for a tryout. </td>
      </tr>
      <tr style="vertical-align: top"> 
        <td class="TitleColor style1 style2 style3"> 
			<label for="name">Name:</label>
			<br>
            <input 
                                style="BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 10px; BORDER-LEFT-COLOR: #000000; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #000000; COLOR: #000000; BORDER-TOP-COLOR: #000000; FONT-FAMILY: Tahoma; BACKGROUND-COLOR: #cfcfcf; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #000000; FONT-COLOR: #000000; FONTCOLOR: #000000" 
                                size=30 name=username>
            <br>
            <label for="email">
			Email:</label>
            <br>
            <input 
                                style="BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 10px; BORDER-LEFT-COLOR: #000000; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #000000; COLOR: #000000; BORDER-TOP-COLOR: #000000; FONT-FAMILY: Tahoma; BACKGROUND-COLOR: #cfcfcf; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #000000; FONT-COLOR: #000000; FONTCOLOR: #000000" 
                                size=30 name=username>
         <br>
            <label for="username">
            Connection:<br>
            </label>
            <input 
                                style="BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 10px; BORDER-LEFT-COLOR: #000000; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #000000; COLOR: #000000; BORDER-TOP-COLOR: #000000; FONT-FAMILY: Tahoma; BACKGROUND-COLOR: #cfcfcf; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #000000; FONT-COLOR: #000000; FONTCOLOR: #000000" 
                                size=30 name=username>
          <br>
            <label for="questions">
			Location:</label>
            <br>
          <input 
                                style="BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 10px; BORDER-LEFT-COLOR: #000000; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #000000; COLOR: #000000; BORDER-TOP-COLOR: #000000; FONT-FAMILY: Tahoma; BACKGROUND-COLOR: #cfcfcf; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #000000; FONT-COLOR: #000000; FONTCOLOR: #000000" 
                                size=30 name=username>
          <br>
          <label for="questions">Previous Squads :</label>
            <br>
            <input 
                                style="BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 10px; BORDER-LEFT-COLOR: #000000; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #000000; COLOR: #000000; BORDER-TOP-COLOR: #000000; FONT-FAMILY: Tahoma; BACKGROUND-COLOR: #cfcfcf; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #000000; FONT-COLOR: #000000; FONTCOLOR: #000000" 
                                size=30 name=username>
            <br>
            <label for="questions">xFire Account  :</label>
            <br>
            <input 
                                style="BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 10px; BORDER-LEFT-COLOR: #000000; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #000000; COLOR: #000000; BORDER-TOP-COLOR: #000000; FONT-FAMILY: Tahoma; BACKGROUND-COLOR: #cfcfcf; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #000000; FONT-COLOR: #000000; FONTCOLOR: #000000" 
                                size=30 name=username></td>
      </tr>
    <tr style="vertical-align: top"> 
      <td>        <input type="submit" name="Submit" value="Submit">        </td>
    </tr>
  </table>
</form>
</body>
</html>

Posted Image
www.di-hq.tk

#2 Lord_Gandalf

Lord_Gandalf

    Apprentice Designer

  • Designer
  • 60 posts

Posted 03 June 2004 - 01:15 PM

Does your host support, PHP, ASP or CGI?

#3 daze

daze

    Apprentice Designer

  • Designer
  • 188 posts

Posted 08 June 2004 - 09:00 AM

yeh it does.. why? could you help me out with a form then?
Posted Image
www.di-hq.tk

#4 Lord_Gandalf

Lord_Gandalf

    Apprentice Designer

  • Designer
  • 60 posts

Posted 08 June 2004 - 01:13 PM

Ya well which does it support? lol
You have to give each field a name in the form, when the form is filled out and submitted it sends those variables to a script, usually either php,asp, or cgi. There are tons of free scripts out there, all you have to do is edit the variables to yours, your email address and subject that you want to appear in the email.

Right now all of your fields have the same fieldname: name=username each field needs a unique name, in the <form action=""> is where you send the script, such as <form action="http://www.your-domain.com/cgi-bin/sendmail.cgi">

Try this to start: http://www.hotscripts.com/

#5 daze

daze

    Apprentice Designer

  • Designer
  • 188 posts

Posted 09 June 2004 - 08:08 AM

gotcha... thanks for the help :)
Posted Image
www.di-hq.tk

#6 gaddy

gaddy

    Apprentice Designer

  • Designer
  • 1 posts

Posted 01 January 2005 - 10:10 PM

You might also consider creating a form using the web form automation tools on the web. I am currently using createaform.com but there are a number of sites that will do pretty much the same functionality.

Keeps from have to drudge through the coding of a form.


- gaddy :)




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users