Why isn't my form showing up?

16 replies
Hey guys,
I've been working on this for a while now and I still can't get it to work! My situation is getting more and more serious and I need more money!

I have set up a 'You Can't Block This' popup to get people to sign up to my mailing list, but the form I have put on it doesn't show up!

I have no idea why as I know that other users of the same software have their forms on their popups.

Here is where it is located at the moment (in a test folder)...

Guitar Burning Speed - Guitar Speed | Shred Guitar | Fast Guitar

The popup is delayed for 4 seconds, the form should show up directly under the txt that says 'Free Sign Up:'.

Can anyone help me?

It would be very much appreciated.

Cheers,

Charlie.
#follow up #form #mailing list #pop up #popup #showing
  • Profile picture of the author Charles H Smith
    Charlie,

    Check your code again. I didn't see any <form> tags in the popup. Normally, the <form> tag starts the form and <from> ends it.

    Charles
    Signature
    .
    {{ DiscussionBoard.errors[41557].message }}
    • Profile picture of the author charliemwallace
      Hi Charles,
      The thing is that when I have the popup in frontpage, it has the <form> tags but they don't seem to show up when I put the page on the net.

      Charlie.
      {{ DiscussionBoard.errors[41631].message }}
      • Profile picture of the author zerofill
        Originally Posted by charliemwallace View Post

        Hi Charles,
        The thing is that when I have the popup in frontpage, it has the <form> tags but they don't seem to show up when I put the page on the net.

        Charlie.
        I see the form tags in the popup...

        Try replacing all the code in the pop up with the code I send you to see if it changes anything...will PM you in a minute
        Signature
        Serp Shaker
        The IM World Will Be Shaken to the Core!
        Join my list at: IMCool.Biz
        New Podcast --> podcast.imcool.biz
        {{ DiscussionBoard.errors[42096].message }}
        • Profile picture of the author charliemwallace
          After fixing one problem I have come across another. Zerofill helped me show the form, but now I can't get the subscribe button to actualy work. Does anyone have an answer to this?

          You can see what I mean here... Guitar Burning Speed - Guitar Speed | Shred Guitar | Fast Guitar

          Thanks heaps,

          Charlie.
          {{ DiscussionBoard.errors[43656].message }}
          • Profile picture of the author zerofill
            I still see the tbody tags? Did you upload it? heh
            Signature
            Serp Shaker
            The IM World Will Be Shaken to the Core!
            Join my list at: IMCool.Biz
            New Podcast --> podcast.imcool.biz
            {{ DiscussionBoard.errors[43672].message }}
            • Profile picture of the author charliemwallace
              Hi Zerofill,
              Yeah I uploaded it, not sure why they are showing on your end, only shows the tags that I changed to table.

              Charlie.
              {{ DiscussionBoard.errors[43822].message }}
              • Profile picture of the author zerofill
                ahh they are showing now...You still having a problem with the form submitting?
                Signature
                Serp Shaker
                The IM World Will Be Shaken to the Core!
                Join my list at: IMCool.Biz
                New Podcast --> podcast.imcool.biz
                {{ DiscussionBoard.errors[44051].message }}
                • Profile picture of the author charliemwallace
                  Yeah the submit button just doesnt seem to go. Anyone know why?

                  Charlie.
                  {{ DiscussionBoard.errors[46409].message }}
                  • Profile picture of the author zerofill
                    Yeah...the reason why is your submit button is outside the closing form tag </form>
                    Signature
                    Serp Shaker
                    The IM World Will Be Shaken to the Core!
                    Join my list at: IMCool.Biz
                    New Podcast --> podcast.imcool.biz
                    {{ DiscussionBoard.errors[46700].message }}
                    • Profile picture of the author charliemwallace
                      Hi Zerofill,
                      I'm not sure why it is doing that when it is online, cause in the html I see in frontpage it is definatly after it.

                      Charlie.
                      {{ DiscussionBoard.errors[46944].message }}
                      • Profile picture of the author zerofill
                        Since frontpage sucks...
                        look at it in some other editor...even a text editor...

                        The form code I see when I view it is like this:

                        HTML Code:
                        <table width="300"><form action="http://www.guitarburningspeed.com/ps/sub.php?a=s" method="post">
                        <input name="l" value="2" type="hidden">
                        </form><table width="100%"><tbody><tr><td width="29%">
                            <p align="right"><b><font size="2" face="Verdana">Name:</font></b></p></td>
                        <td width="68%" align="left">
                        <p align="center"><input name="f" style="float: left;"></p></td></tr>
                        <tr><td width="29%">
                            <p align="right"><b><font size="2" face="Verdana">Email:</font></b></p></td>
                            <td width="68%" align="left">
                            <p align="center"><input name="e" style="float: left;"></p></td></tr><tr>
                        
                        <td colspan="2" align="center"><input name="submit" value="Subscribe" type="submit"></td>
                        </tr></tbody></table>
                        So no matter what Frontpage is showing you...when it is rendered in a browser it is wrong...
                        Signature
                        Serp Shaker
                        The IM World Will Be Shaken to the Core!
                        Join my list at: IMCool.Biz
                        New Podcast --> podcast.imcool.biz
                        {{ DiscussionBoard.errors[46964].message }}
                        • Profile picture of the author zerofill
                          ACtually make a backup of that page...then select everything in it and delete what is in it and then paste what I send you in PM in it...upload it again and see how that works for you.
                          Signature
                          Serp Shaker
                          The IM World Will Be Shaken to the Core!
                          Join my list at: IMCool.Biz
                          New Podcast --> podcast.imcool.biz
                          {{ DiscussionBoard.errors[46975].message }}
                          • Profile picture of the author charliemwallace
                            Still having problems getting this thing going. Anyone have any ideas?

                            Thanks heaps,

                            Charlie.
                            {{ DiscussionBoard.errors[69580].message }}
                            • Profile picture of the author rwil02
                              Based on the code shown above

                              <table width="300"><form action="http://www.guitarburningspeed.com/ps/sub.php?a=s" method="post">
                              <input name="l" value="2" type="hidden">
                              </form>
                              <table width="100%"><tbody><tr><td width="29%">
                              <p align="right"><b><font size="2" face="Verdana">Name:</font></b></p></td>
                              <td width="68%" align="left">
                              <p align="center"><input name="f" style="float: left;"></p></td></tr>
                              <tr><td width="29%">
                              <p align="right"><b><font size="2" face="Verdana">Email:</font></b></p></td>
                              <td width="68%" align="left">
                              <p align="center"><input name="e" style="float: left;"></p></td></tr><tr>

                              <td colspan="2" align="center"><input name="submit" value="Subscribe" type="submit"></td>
                              </tr></tbody></table>

                              Should be

                              <table width="300"><form action="http://www.guitarburningspeed.com/ps/sub.php?a=s" method="post">
                              <input name="l" value="2" type="hidden">
                              <table width="100%"><tbody><tr><td width="29%">
                              <p align="right"><b><font size="2" face="Verdana">Name:</font></b></p></td>
                              <td width="68%" align="left">
                              <p align="center"><input name="f" style="float: left;"></p></td></tr>
                              <tr><td width="29%">
                              <p align="right"><b><font size="2" face="Verdana">Email:</font></b></p></td>
                              <td width="68%" align="left">
                              <p align="center"><input name="e" style="float: left;"></p></td></tr><tr>

                              <td colspan="2" align="center"><input name="submit" value="Subscribe" type="submit"></td>
                              </tr></tbody></table></form>
                              Signature

                              Roger Willcocks
                              L-Space Design
                              Please vote to help me win a 3kW solar array

                              {{ DiscussionBoard.errors[69730].message }}
                              • Profile picture of the author rwil02
                                Oh, and the <table width="300"> at the start is wrong.
                                it can only have TR THEAD or TBODY directly inside it to be valid HTML.
                                You can PROBABLY remove it safely, depending on what comes after the form.
                                Signature

                                Roger Willcocks
                                L-Space Design
                                Please vote to help me win a 3kW solar array

                                {{ DiscussionBoard.errors[69733].message }}
                                • Profile picture of the author charliemwallace
                                  Thanks so much!!!

                                  Expecially to rwil02 and have who helped me a lot!

                                  Charlie.
                                  {{ DiscussionBoard.errors[69868].message }}

Trending Topics