3 Replies Latest reply: Nov 11, 2014 11:37 PM by SplicedWeb2 RSS

    secure zone registration form

    James Chester UK Community Member

      Hi,

      I have a web form for a secure zone registration linked to a secure zone. I want to stop the user being redirected to the secure zone after completion of the registration form and just to view the default completion system page. When I unstick the edit properties box on the web form i.e. remove link to secure zone, it is then not showing up in the secure zone section in site manager therefore how do I link the person completing the form to a secure zone?!!

      Help appreciated!@

        • 1. Re: secure zone registration form
          SplicedWeb2 Community Member

          Hi James,

           

          Did you have any luck with figuring out a way to do this?

           

          I have a similar dilemma now.

           

          Cheers,

          Nathan

          • 2. Re: secure zone registration form
            Liam Dilley CommunityMVP

            Form action - where you have the bit that says id=54 for example (which represents the securezone id) change that to -1.

            If you insert a login form via the admin - tick the button that says generic login, this will do that for you.

            • 3. Re: secure zone registration form
              SplicedWeb2 Community Member

              Thanks for your reply Liam.

               

              That's fine for a login form.

               

              Working on a form that has 6 secure zone options for 3 currencies with recurring and non-recurring payment option for each currency.

               

              The customer would like to try use Google Analytics ecommerce tracking within the thankyou page but I need the invoice ID/order ID and amount to render on the confirmation page.

               

              When going to the standard webform confirmation page, the invoice number is rendered and so can be picked up, however BC is redirecting to the start page for the secure zone that was selected to allow for payment to be processed the way we need.

               

              I've tried various workarounds, One of which would be to substitute the Entity ID and Case ID for order/invoice numbers for tracking purposes and try to pass the amount in the url as a parameter and direct to a thankyou page where I could use {module_url,amount}, {module_url,CID} and {module_url,EID} however the form process redirecting seems to drop my additional parameter of amount.

               

              I'm running out of ideas so if you have any - would love to hear them