Announcement

Collapse
No announcement yet.

Help needed. Newsletter signup stopped working

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help needed. Newsletter signup stopped working

    Hi I have had a newsletter sign up script on my site for a long time. I have just moved to a new server and the signup script no longer works.

    The code has not been changed in nay way but for some reason when you click on the subscribe button the code tries to run a actinic pearl script instead of the subscribe script.

    The subscribe script is (and always has been) on another domain.

    Can anyone throw any light on the issue.

    The script is on the right hand side of the page
    www.dj-online.co.uk

    Thanks
    Richard
    www.dj-online.co.uk
    Products for DJs and the entertainment industry

    #2
    The problem's on your page, not the server. You have badly nested <form>...</form> tags.

    I see

    <form> name=simplesearch action="/cgi-bin/ss000001.pl" METHOD="GET">
    .
    .
    .
    </form>

    </FORM>

    <FORM METHOD="POST" ACTION="/cgi-bin/ss000001.pl"><INPUT TYPE=HIDDEN NAME="SHOP" VALUE="">
    .
    .
    .
    </FORM>

    <FORM METHOD=POST ACTION="/cgi-bin/ca000001.pl">
    .
    .
    .
    ******

    <FORM ACTION="http://www.nextec.co.uk/subscribe/subscribe.pl" METHOD="POST">
    .
    .
    .
    </FORM>

    Where te red tag is wrong. It should be where the ***** is.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Which is really bizarre because only the Form tags around my newsletter script are in the template I modified.

      The other Form tags are created by actinic when the pages are created.

      I will try and work out which templates they are from.

      Thanks
      www.dj-online.co.uk
      Products for DJs and the entertainment industry

      Comment


        #4
        As a temporary fix I have just added a </form> above my newsletter script.

        That has fixed it untill I can work out exactly whay has gone wrong

        Thanks for the help

        Richard
        www.dj-online.co.uk
        Products for DJs and the entertainment industry

        Comment

        Working...
        X