$5 for the first person to make this quick fix------!

Discussion in 'Programming' started by HentleyVentures, Jun 5, 2009.

  1. #1
    Hi everyone

    This will be easy for most of you. I need to add an aweber form (html code below) to the top right header replacing the "simple machines logo" on the following forum:

    www.ufesuccess.com/forum

    The first person to revise the code (see attached) for this addition will receive $5 via paypal.

    Thanks

    The aweber code is:

    <center><form method="post" action="http://www.aweber.com/scripts/addlead.pl">
    <input type="hidden" name="meta_web_form_id" value="1596268489">
    <input type="hidden" name="meta_split_id" value="">
    <input type="hidden" name="unit" value="ufesuccess">
    <input type="hidden" name="redirect" value="http://www.aweber.com/form/thankyou_vo.html" id="redirect_1929c73e071bb6e0899d5e410e14e039">
    <input type="hidden" name="meta_redirect_onlist" value="">
    <input type="hidden" name="meta_adtracking" value="">
    <input type="hidden" name="meta_message" value="1">
    <input type="hidden" name="meta_required" value="from">
    <input type="hidden" name="meta_forward_vars" value="0">
    <table>
    <tr><td colspan=2><center><div><span style="font-style: italic;"><span style="font-weight: bold;"></span></span><font size="2"><em><strong>"The Top 10 Reasons Why Students Fail The UFE"</strong></em></font> </div></center></td></tr>
    <tr><td>First Name:</td><td><input type="text" name="name" value="" size="20"></td></tr>
    <tr><td>Last Name:</td><td><input type="text" name="custom Last" value="" size="20"></td></tr>
    <tr><td>Email:</td><td><input type="text" name="from" value="" size="20"></td></tr>
        <tr><td colspan=2><center><div><font size="2">We will never sell your email address</font></div></center></td></tr>
    <tr><td align="center" colspan="2"><input type="submit" name="submit" value="Submit"></td></tr>
    </table>
    </form>
    
    <img src="http://forms.aweber.com/form/displays.htm?id=jKycbExsHCwcnA==" border="0" />
    </center>
    
    Code (markup):
     

    Attached Files:

    HentleyVentures, Jun 5, 2009 IP
  2. praveen_design

    praveen_design Peon

    Messages:
    156
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    i can replace, please send me the files to my email:
     
    praveen_design, Jun 5, 2009 IP
  3. HentleyVentures

    HentleyVentures Peon

    Messages:
    123
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    The template file is attached. Once you add the fix please attached it to the thread.

    Thanks

    Phil
     
    HentleyVentures, Jun 5, 2009 IP
  4. susan8051

    susan8051 Peon

    Messages:
    1,358
    Likes Received:
    49
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    try this out..
     

    Attached Files:

    susan8051, Jun 5, 2009 IP
  5. HentleyVentures

    HentleyVentures Peon

    Messages:
    123
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    didn't work...the form needs to be align right....it's in the center right now...

    ufesuccess.com/forum
     
    HentleyVentures, Jun 5, 2009 IP
  6. krishmk

    krishmk Well-Known Member

    Messages:
    1,376
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    185
    As Seller:
    100% - 2
    As Buyer:
    100% - 0
    #6
    Try this out:


    <div style="float:left; width:350px;"><img src="http://ufesuccess.com/forum/logo.png" alt="My Community" border="0" /></div>
    
    
    <div style="float:right;>
    <form method="post" action="http://www.aweber.com/scripts/addlead.pl">
    <input type="hidden" name="meta_web_form_id" value="1596268489">
    <input type="hidden" name="meta_split_id" value="">
    <input type="hidden" name="unit" value="ufesuccess">
    <input type="hidden" name="redirect" value="http://www.aweber.com/form/thankyou_vo.html" id="redirect_1929c73e071bb6e0899d5e410e14e039">
    <input type="hidden" name="meta_redirect_onlist" value="">
    <input type="hidden" name="meta_adtracking" value="">
    <input type="hidden" name="meta_message" value="1">
    <input type="hidden" name="meta_required" value="from">
    <input type="hidden" name="meta_forward_vars" value="0">
    <table>
    <tr><td colspan=2><center><div><span style="font-style: italic;"><span style="font-weight: bold;"></span></span><font size="2"><em><strong>"The Top 10 Reasons Why Students Fail The UFE"</strong></em></font> </div></center></td></tr>
    <tr><td>First Name:</td><td><input type="text" name="name" value="" size="20"></td></tr>
    <tr><td>Last Name:</td><td><input type="text" name="custom Last" value="" size="20"></td></tr>
    <tr><td>Email:</td><td><input type="text" name="from" value="" size="20"></td></tr>
        <tr><td colspan=2><center><div><font size="2">We will never sell your email address</font></div></center></td></tr>
    <tr><td align="center" colspan="2"><input type="submit" name="submit" value="Submit"></td></tr>
    </table>
    </form>
    
    <img src="http://forms.aweber.com/form/displays.htm?id=jKycbExsHCwcnA==" border="0" /></div>
    <div style="clear:both;">&nbsp;</div>
    HTML:
     
    krishmk, Jun 5, 2009 IP
  7. HentleyVentures

    HentleyVentures Peon

    Messages:
    123
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #7
    It almost worked. I had to remove the left logo in the code (two left logo's were showing), but the right hand form is still off....see www.ufesuccess.com/forum




     
    HentleyVentures, Jun 5, 2009 IP
  8. krishmk

    krishmk Well-Known Member

    Messages:
    1,376
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    185
    As Seller:
    100% - 2
    As Buyer:
    100% - 0
    #8
    Plz. post the code as given by me.
    Just take off the img link which comes below the form code.

    In other words:

    The first code should be for the logo (div) - so that it would align towards left
    The second should be for the form - so that it would align towards right
    div style="clear:both" would clear these floats so that the elements following this code will not be affected by these floats.
     
    krishmk, Jun 5, 2009 IP
  9. HentleyVentures

    HentleyVentures Peon

    Messages:
    123
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #9
    Can you just post the new code please:
     
    HentleyVentures, Jun 5, 2009 IP
  10. krishmk

    krishmk Well-Known Member

    Messages:
    1,376
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    185
    As Seller:
    100% - 2
    As Buyer:
    100% - 0
    #10
    Ok here it is (there is no change in my code)

    But you will have to remove the img link (for the logo) which appears below the form code (to avoid duplicate) because you can see its in the very first line in my code.

    <div style="float:left; width:350px;"><img src="http://ufesuccess.com/forum/logo.png" alt="My Community" border="0" /></div>
    
    
    <div style="float:right;>
    <form method="post" action="http://www.aweber.com/scripts/addlead.pl">
    <input type="hidden" name="meta_web_form_id" value="1596268489">
    <input type="hidden" name="meta_split_id" value="">
    <input type="hidden" name="unit" value="ufesuccess">
    <input type="hidden" name="redirect" value="http://www.aweber.com/form/thankyou_vo.html" id="redirect_1929c73e071bb6e0899d5e410e14e039">
    <input type="hidden" name="meta_redirect_onlist" value="">
    <input type="hidden" name="meta_adtracking" value="">
    <input type="hidden" name="meta_message" value="1">
    <input type="hidden" name="meta_required" value="from">
    <input type="hidden" name="meta_forward_vars" value="0">
    <table>
    <tr><td colspan=2><center><div><span style="font-style: italic;"><span style="font-weight: bold;"></span></span><font size="2"><em><strong>"The Top 10 Reasons Why Students Fail The UFE"</strong></em></font> </div></center></td></tr>
    <tr><td>First Name:</td><td><input type="text" name="name" value="" size="20"></td></tr>
    <tr><td>Last Name:</td><td><input type="text" name="custom Last" value="" size="20"></td></tr>
    <tr><td>Email:</td><td><input type="text" name="from" value="" size="20"></td></tr>
        <tr><td colspan=2><center><div><font size="2">We will never sell your email address</font></div></center></td></tr>
    <tr><td align="center" colspan="2"><input type="submit" name="submit" value="Submit"></td></tr>
    </table>
    </form>
    
    <img src="http://forms.aweber.com/form/displays.htm?id=jKycbExsHCwcnA==" border="0" /></div>
    <div style="clear:both;">&nbsp;</div>
    HTML:
     
    krishmk, Jun 5, 2009 IP
  11. susan8051

    susan8051 Peon

    Messages:
    1,358
    Likes Received:
    49
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #11
    susan8051, Jun 6, 2009 IP
  12. HentleyVentures

    HentleyVentures Peon

    Messages:
    123
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #12
    Everytime I try and delete the img tag as you directed I get a parse error. Can you please post the "whole page" code so that I don't have to make any changes myself.

    Thanks

    Phil


     
    HentleyVentures, Jun 6, 2009 IP
  13. HentleyVentures

    HentleyVentures Peon

    Messages:
    123
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #13
    I finally got it to work. krishmk please send me you PP email and I'll send you the $5.


    Thanks

    thread Closed
     
    HentleyVentures, Jun 6, 2009 IP