Author Topic: Sign Up Confirmation Page  (Read 1911 times)

jac

  • Posts: 26
    • View Profile
Sign Up Confirmation Page
« on: February 05, 2008, 03:14:54 am »
I have a TWO signup forms on a page held in different hidden layers.  When you click on the appropriate signup link it makes the correct layer visible.  It all works fine...however.  I would like the signup confirmation or any errors,  displayed within the Signup form layer so that when they click the "Subscribe Me!" button the layer displays the confirmation/errors.  At the moment the whole page reloads with the signup page.

If the underlying page was static content I could just copy that HTML for the Sign Up Confirmation page and have the confirmation text load in the layer but it's content is always changing and that is why I need to find a way of loading the confirmation info into the layer, keeping the underlying page a is.  This way the signup procedure doesn't take the user away from the page and it's very slick and professional.

Does this make sense or do you need more detail.  www.barntheatre.co.uk/test.php is the test page.

Thx
---
John

jac

  • Posts: 26
    • View Profile
Any chance of a reply??
« Reply #1 on: February 08, 2008, 05:49:06 am »
Hi Dean

Really looking for an answer on this...any thoughts.

Thx
---
John

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Sign Up Confirmation Page
« Reply #2 on: February 12, 2008, 07:40:47 am »
Hi John,

I think the best way would be with an AJAX solution that posts the data to the script and then brings back the resulting HTML and places it where you want with JS "innerHTML".

There are also ways to change the target window of a signup form with JS and HTML (<form target=new123> works, I think).  You could pop-up another window with the results, success or error.

Regards
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting