Announcement

Collapse
No announcement yet.

successful registration landing page

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

    successful registration landing page

    Our dev site is currently here:
    http://lightparts.mivamerchant.net

    When a new user registers an account, the only option they have after filling out all the fields is the "Save" button. When they save the info, the page refreshes and they are automatically logged in but they stay on that registration page. Its a bit confusing and your not sure if you should click save again thinking maybe it didn't do anything.

    Is there anyway to take them to a confirmation page or to their just to their account page for now?

    I found this thread but its a little confusing and Im not sure of anyone actually got something working. I'm also a little more green with the miva code then the poster.

    Thanks in advance for the help

    Roz

    #2
    Re: successful registration landing page

    Disregard, I found the answer in this thread

    http://extranet.mivamerchant.com/for...n+landing+page

    I will leave this up in case someone else does the same search.

    Comment


      #3
      Re: successful registration landing page

      Wow -- that's a bunch of work. Now, it's easier to send the new registrant to the ACLN page by changing

      Code:
      <input type="hidden" name="Screen" value="ACED">
      on the ACAD page to

      Code:
      <input type="hidden" name="Screen" value="ACLN">
      and use this on the ACLN page:

      Code:
      <mvt:if expr="g.Action EQ 'ICST'">
      to trigger a welcome Email and/or a message. The answer in the link is dated.

      Comment


        #4
        Re: successful registration landing page

        thanks for the added help!

        Comment

        Working...
        X