Need help with form customization

Discussion in 'Web Development' started by delonibalusi, Apr 8, 2010.

  1. delonibalusi

    delonibalusi New Member

    Joined:
    Apr 8, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Home Page:
    http://www.youngprepro.com
    Hi everybody,
    I want to customize the opt in form of my website, the code of my autoresponder is

    HTML:
    <table width=300 style="font-weight:normal;font-family:Arial;font-size:12px;"><form action="[B]my autoresponder capture url here[/B]" method="post">
    <input type="hidden" name="l" value="4">
    <tr><td align=right>Email:</td>
    <td align=left><input type="text" name="e"></td></tr>
    <tr><td align=right>Name:</td><td align=left><input type="text" name="f"></td></tr><tr>
    <td colspan=2 align=center><input type="submit" name="submit" value="Subscribe"></td>
    </tr></form>
    </table>
    
    I want to customize it, that is I want to be using the type of form which has the following code:

    HTML:
    <html>
    <head>
    <title>HighImpactTemplates.com</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    
    <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <table width="229" border="0" cellspacing="0" cellpadding="0" align="center">
      <tr>
        <td valign="bottom"><img src="images/ne_orange_01.jpg" width="229" height="75"></td>
      </tr>
      <tr>
        <td background="images/ne_orange_03.jpg" valign="top"> 
          <table width="229" border="0" cellspacing="0" cellpadding="0">
            <tr> 
              <td width="18">&nbsp;</td>
              <td width="178"> 
                <form name="form1" method="post" action="">
                  <div align="center"><font size="2" face="Arial, Helvetica, sans-serif" color="#333333"><b>Please 
                    enter your name &amp; email below to download you Free Report 
                    Instantly!</b> </font><br>
                              </div>
                              <div align="center"> 
                                
                    <table width="90%" border="0" cellspacing="7" cellpadding="0" height="62" align="center">
                      <tr> 
                                    <td height="2" width="29%"> 
                                      <div align="right"><font face="Tahoma" size="2"><b>Name:</b></font></div>
                                    </td>
                                    <td height="2" width="71%"><font face="Tahoma" size="2"><b> 
                                      
                          <input type="text" name="textfield" size="15">
                                      </b></font></td>
                                  </tr>
                                  <tr> 
                                    <td height="29" width="29%"> 
                                      <div align="right"><font face="Tahoma" size="2"><b>Email:</b></font></div>
                                    </td>
                                    <td height="29" width="71%"><font face="Tahoma" size="2"><b> 
                                      
                          <input type="text" name="textfield2" size="15">
                                      </b></font></td>
                                  </tr>
                                </table>
                                <br>
                                <input type="submit" name="Submit" value="Submit">
                              </div>
                            </form>
                            
                <div align="center"></div>
              </td>
              <td width="34">&nbsp;</td>
            </tr>
          </table>
        </td>
      </tr>
      <tr>
        <td valign="top"><img src="images/ne_orange_04.jpg" width="229" height="44"></td>
      </tr>
    </table>
    </body>
    </html>
    Pls help, I want all emails to go to my mailing list but i don't know how to replace the values.

    I n short form, the first code is the form code for my autoresponder, the second one is an opt in form template, I want my design to be like the opt in form template while still able to capture user data such as name and email.
    Thanks a lot, I will really appreciate your help.

    Pls, where I wrote "my autoresponder capture url here", is the url that will capture the details, I am not allowed to use links yet.
    Thanks.
     
  2. johnny.dacu

    johnny.dacu New Member

    Joined:
    Jul 6, 2010
    Messages:
    88
    Likes Received:
    4
    Trophy Points:
    0
    is this a newsletter plugin for wordpress, isn't it? Code looks familiar. If yes, than go to plugin directory newsletter=>newsletter.php. There you 'll find the string for that markup. Change it as you want it.
     
  3. ManzZup

    ManzZup New Member

    Joined:
    May 9, 2009
    Messages:
    278
    Likes Received:
    43
    Trophy Points:
    0
    Occupation:
    Production Manager:Software @ ZONTEK
    Location:
    Sri Lanka
    Home Page:
    http://zontek.zzl.org
    i 'm not clear well but what you need for a auto responder is an email script (most probably in php)
    its simple just use mail() function of php and it would cost only 4 lines of codes for you
    then attach it to the forms action thing
    but rem. tat you must need a host with mail() enabled
     
    shabbir likes this.
  4. parryzennish

    parryzennish New Member

    Joined:
    Aug 11, 2010
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    Home Page:
    http://www.zennishseo.com
    hi....

    Is this standard code for customizing the all sort of websites for seo & user friendly...??? meet again.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice