Results 1 to 7 of 7

Thread: My responders form pops up on top of my page
      
   

  1. #1
    dobson41 is offline Sergeant
    Join Date
    Feb 2006
    Location
    Sacramento, California, USA
    Posts
    38

    Exclamation My responders form pops up on top of my page

    Troy Dobson
    www.getaliving.net
    5209

    I am installing a form for my responder on one of my pages and when i try to put it in to the html file. no matter where I place the script it winds up on top of the page.

    ? How to get this form to show up where I want it to on the page.

    This is the script I need to install on my ebookpromotionpage in order for my responder to place the sign in form.

    Thanks for your help
    <form method="post" action="http://www.royal-responder.com/rsp-c.../royaluser.cgi" >
    <input type="hidden" name="returnURL" value="http://www.getaliving.net/getmybook.html">
    <!-- cancel double optin by changing to value="N" -->
    <input type="hidden" name="optin" value="Y">
    <center><font face=verdana size=4> Sign In Form </font>
    <table width="400" border="0" cellpadding=4 cellspacing=1 align="center" bgcolor="#000000">
    <tr>
    <td width="150" valign="top" bgcolor=white>
    <div align="right"><font face=verdana size="2" color="#000000">E-Mail</div>
    </td>
    <td width="250" valign="top" bgcolor=lightyellow>
    <input type="text" name="email" size="40" maxlength="70">
    <br>

    </td>
    </tr>
    <tr>
    <td width="150" valign="top" bgcolor=white>
    <div align="right"><font face=verdana size="2" color="#000000">First Name</div>
    </td>
    <td width="250" valign="top" bgcolor=lightyellow>
    <input type="text" name="firstname" size="40" maxlength="70">
    </td>
    </tr>
    <tr>
    <td width="150" valign="top" bgcolor=white>
    <div align="right"><font face=verdana size="2" color="#000000">Last Name</div>
    </td>
    <td width="250" valign="top" bgcolor=lightyellow>
    <input type="text" name="lastname" size="40" maxlength="70">
    </td>
    </tr>
    <tr>
    <td colspan=2 bgcolor=#8799CC>
    <center><p>
    <input type="hidden" name="function" value="customer2">
    <input type="hidden" name="un" value="getaliving">
    <input type="submit" name="Submit" value=" Subscribe » ">
    </p></center>
    </td>
    </tr>
    </table></center>
    </form>

  2. #2
    Nyoman is offline Major
    Join Date
    Sep 2005
    Location
    heavenly-temple
    Posts
    426

    Default Re: My responders form pops up on top of my page

    it is normal, the internet explorer security. Just accept it and publish, all will be fine
    .
    .
    Nyoman

  3. #3
    dobson41 is offline Sergeant
    Join Date
    Feb 2006
    Location
    Sacramento, California, USA
    Posts
    38

    Default Re: My responders form pops up on top of my page

    Ok thanks
    Troy

  4. #4
    dobson41 is offline Sergeant
    Join Date
    Feb 2006
    Location
    Sacramento, California, USA
    Posts
    38

    Question Re: My responders form pops up on top of my page

    Nayoman,
    Thanks for the reply but I did publish it and from the web page the from comes up right over the text at the top of the page. Here is the Web page http://www.getaliving.net/wikms/ebookpromotions2.html.

    Please take a look anybody and see if you no a wya to fix this.

    Thanks very much.

    Troy

  5. #5
    Nyoman is offline Major
    Join Date
    Sep 2005
    Location
    heavenly-temple
    Posts
    426

    Default Re: My responders form pops up on top of my page

    I though you were talking about popup blocker from window explorer. anyway i couldn't open your page (page not found). is it your link correct?
    .
    .
    Nyoman

  6. #6
    Nyoman is offline Major
    Join Date
    Sep 2005
    Location
    heavenly-temple
    Posts
    426

    Default Re: My responders form pops up on top of my page

    I see what you meant, i found your page at http://www.getaliving.net/ebookpromotions2.html , this is because you paste your form's code inside of your page html in bluevoda, that is why the position of your form always the same on the top. So you have to paste your code inside html box on blue voda, click insert =>Advanced =>HTML =>paste your code =>ok. and there you can drag drop whereever you want
    .
    .
    Nyoman

  7. #7
    dobson41 is offline Sergeant
    Join Date
    Feb 2006
    Location
    Sacramento, California, USA
    Posts
    38

    Default Re: My responders form pops up on top of my page

    Nyoman,
    Thank you very much for the quick reply. I learned something very usefull. That Html box did the trick. I guess I missed that on the tutorials, but I will not forget that one. Wohoo thanks.

    Troy

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49