• I am running Subscribe2 v6.4.

    When a user clicks the “subscribe” button (or “unsubscribe”), the software returns them to the TOP of the webpage with the result that the user doesn’t see the success (or failure) message unless they scroll back down to the place on the page where the subscribe form is located.

    Is there a way to overcome this (so that the page returns to the previous location)?

Viewing 4 replies - 1 through 4 (of 4 total)
  • @scarne,

    Whenever you submit data to a server using an HTML form the page that loads in it’s place will always load to the top.

    Perhaps a workaround would be to place the Subscribe2 form higher up your website page.

    Thread Starter Simon Carne

    (@scarne)

    Many thanks for taking the time to respond, but perhaps there is a different work around which will allow me to keep the form, at the bottom of the page?

    I believe it is possible to get a data input process to load a ~different~ page, so could you tell me where in the Subscribe2 coding I can find the instruction which tells the system to load the same page?

    @scarne,

    Have a look at the shortcode() function in the subscribe2.php file. This is where the form is defined. I guess you’ll need to specify the action parameter using hard code.

    Thread Starter Simon Carne

    (@scarne)

    Many thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Subscribe2 6.4’ is closed to new replies.