How to Redirect Customer to a Account Page

I am trying to set up a user log in page where after the user logs in using their user name and password they are then redirected to a User Page where they can update their profile. How do I get the submit button to redirect to a new page?
Thanks!

You specify a secure zone landing page in admin under secure zone details.
When customer logs in they'll be taken to that page.
Cheers,
Mario
www.twoblokeswithapostie.com - Talk to us before you tell your clients:
"No, Business Catalyst can't do that."

Similar Messages

  • How can a customer edit a web page that I have made?

    How can a customer edit a web page that I have made?  The customer should edit the text or pictures by himself. Is this possible? 

    First you can search in this forum "in browser editing".
    Second you may be interested in this video:
    http://tv.adobe.com/de/watch/designtools-in-der-creative-cloud/bearbeitung-im-browser-in-a dobe-muse/

  • How to activate video calling from account page?

    On a new computer Windows 8.1  can sign into my Skype for Desktop Account using skype name and password. Also have same email address as before.  Account page comes up but dont know how to activate Skype so I can video call.  Tried to instal Skype & got as far as Save Skype to File box, clicked on this, then was expecting to see Run Installer but nothing happened. Was previously using Windows XP. Have the original Skype download filed. Plus several more where I have been attempting to resolve this problem. Am all ´skyped up´ but cannot use it !!
    Absolutely desperate have been trying to remedy this for ages. can anyone help please. Thanks Deborah
    Solved!
    Go to Solution.

    Well, if it hasn't successfully installed yet, then you won't be able to uninstall it.  So with that in mind, if you are able to uninstall it then that would explain why you can't install it again.  The program won't let you install it if it's already been installed.  So if you'd like to try again you can uninstall it and reinstall from one of the files you downloaded.
    So, the first step would be to see if it is currently installed.  To do this, right click the Start button in the bottom right corner while in Windows desktop.  You will see a context menu pop up.  From there, choose Control Panel, and within Control Panel choose Uninstall a program.  You will see a list of currently installed programs.
    If you see Skype in the list, uninstall it.  If you don't, then don't worry about it - it's not installed.  Now try to install it again.
    With regard to User Account Control, don't worry about that at all.  It is safe to click Yes, and once you do that should initiate the installation process.  User Account Control (UAC) is a warning that something want approval from a computer administrator, which gives it access to parts of the computer it would not have otherwise.  You probably don't want to give administrator access to programs you do not trust, but Skype is made by Microsoft so there is nothing to worry about.
    Let me know if this helps you, or if you have any more questions.  Good luck!
    P.S. You said the Skype installation file came from your XP computer - that may be a problem in itself.  When you download Skype from the website there is a pretty good chance that it checks the version of your operating system before downloading, meaning that if you downloaded it on a Windows XP computer you may have downloaded a Windows XP version that will not work on Windows 8.1.  So, if you are using a file you downloaded from that computer, just download it again from the new one.  You can use the link I put in the first post.

  • How to redirect to a server busy page when under heavy load

    Hello,
              I have been doing extensive load testing of a web application using Weblogic
              5.10 sp 06. I have found a point where under extremly heavy load the server
              just does not respond anymore. Fair enough.
              What I want to do is at a certain load level (before it stops responding) I
              want to redirect users to a "Server Busy - try again later" page. Is there a
              setting in weblogic that allows me to do this ? Or do I need to have other
              monitoring software to take care of this ?
              Thanks and Regards,
              Nick H
              

    Cameron Purdy <[email protected]> wrote:
              > Hi Nick,
              > Unfortunately, last I check there was no such processing. Weblogic maintains
              > a big (2^16) queue that it puts requests into and (if I remember correctly)
              > it doesn't gracefully handle overflow. I believe the architecture should
              > have been a smaller queue with the overflow condition being
              > protocol-specific (such as HTTP doing a "too busy" error).
              It is possible to create and use your own execute queue in 6.1 and specify it's
              length, so I expected this to happen when queue length reaches this number, but
              it didn't.
              > Peace,
              > --
              > Cameron Purdy
              > Tangosol, Inc.
              > http://www.tangosol.com
              > Tangosol: How Weblogic applications are customized
              > "NH" <[email protected]> wrote in message
              > news:[email protected]...
              >> Hello,
              >>
              >> I have been doing extensive load testing of a web application using
              > Weblogic
              >> 5.10 sp 06. I have found a point where under extremly heavy load the
              > server
              >> just does not respond anymore. Fair enough.
              >>
              >> What I want to do is at a certain load level (before it stops responding)
              > I
              >> want to redirect users to a "Server Busy - try again later" page. Is there
              > a
              >> setting in weblogic that allows me to do this ? Or do I need to have other
              >> monitoring software to take care of this ?
              >>
              >> Thanks and Regards,
              >>
              >> Nick H
              >>
              >>
              Dimitri
              

  • How to redirect user on or before page load

    Hi,
    what is best practice for redirecting a user when he opens a specific page.
    I have a solution with a custom master page and several webparts. When a user opens my solution (every page based on the same master). 
    What i need to do now is, when the user opens the page i have to check before rendering the page and the webparts some criteria. When the user is not allowed to open the page i need to redirect him to another location.
    How could q redirect a user in a sharepoint solution?
    I thought about some ways:
    - develop a webpart (without any rendering) and put in onprerender event the check and the redirect
    - create a codebehind for the masterpage
    - create an httpmodule
    What would you prefer? How could i solve it?
    Best Regards
    Bog
    Developers Field Notes | www.bog1.de

    Hi,
    In SharePoint on-premises, I suggest you use HttpModule and HttpHandler to achieve it.
    http://sharepointgotchas.wordpress.com/tag/httpmodule/
    http://zoomsharepoint.blogspot.com/2009/09/redirect-page-using-http-module.html
    In SharePoint online, JavaScript is a better choice, we can add some JavaScript code in the master page.
    http://sharepointtipsntricks.blogspot.com/2009/06/redirect-to-another-aspx-using.html
    Best Regards
    Dennis Guo
    TechNet Community Support

  • How to redirect a workfow to another page after it initiated through a post in a form html?

    have this but it isn't work...
    <form action="/etc/workflow/instances" method="post" enctype="multipart/form-data">
                    <input type="hidden" name="_charset_" value="utf-8"/>
                    <input type="hidden" name="model" value="/etc/workflow/models/buy-album/jcr:content/model"/>
                    <input type="hidden" name="payload" value="${currentAlbum.currentNodePath}"/>
                    <input type="hidden" name="payloadType" value="JCR_PATH"/>
                    <input type="hidden" name=":redirect" value="/content/discostore/en/homepage/discDetailPage/californication_red_hot.html" />
                    <input type="submit"/>
                </form>

    Where are you putting this code? In a Before Header section?
    I can see there are some possible compilation issues with the code. I think you'd better use:
    BEGIN
    IF APEX_UTIL.CURRENT_USER_IN_GROUP(p_group_name=> 'Customer')
    THEN
    htp.init;
    owa_util.redirect_url('f?p=&Custlogin.:1:&APP_SESSION.');
    END IF;
    END;
    Anyway, I would use branches to achieve what you need in your page. One branch for each type of user you would like to redirect... so, for example sending user to page "x" if condition above is met:
    -Condition Type=PL/SQL Expression
    -Expression=APEX_UTIL.CURRENT_USER_IN_GROUP(p_group_name=> 'Customer')
    Edited by: Kleber M on May 23, 2013 12:00 PM

  • How to use Custom Search in Dynamic Page or HTML Portlet ?

    Gurus,
    1. I have a tab called My Space in the portal web site, where user gets a personalized view of the content.
    2. I am using custom attributes and custom item types. I have a custom attribute called 'Location', which is a attribute of custom item types.
    3. I have 2 pages - News and Events.
    4. All the content in News and Events page is tagged by the attribute 'Location'.
    5. The requirement is to let the user search the News and Events by Location.
    6. To achieve this I used the Custom Search portlet and the user can select the attribute Location and see the resultant News and Event items by location in the Search portlet.
    7. The requirement is to present the News items and Event items in separate regions on the page and show only the first 5 News and Event items in the result and show a More link which would guide the user to rest of the News and Event items.
    8. Eventually there may be more content other than News and Events tagged by location. If so, the requirement is to create a new region and display the new content.
    9. How would I do this using custom search ? I was thinking if there is anyway I could use the custom search api (where can i find it ?) in the HTML portlet or Dynamic page and submit the result to IFRAMES in each region and show the output ?
    Pls advise.
    Thanx a bunch.

    I would suggest that you use two custom search portlets; one for the news items and one for the events items. Switch the custom search portlets to "AutoQuery" mode and add the relevant criteria. On the results display tab of the the "edit defaults" screen, choose to show just 5 items.
    To add a link to show the user mode results, I'd create two new pages that have just a single custom search portlet on it that is customised to show more of the results and maybe has the pagination links enabled.
    Then I'd add two "Page Link" items underneath the two news and events portlets on the first page in an item region.
    I'm sure there are other ways of doing this as well. Hope that helps to get you started.

  • How to add custom text in template page - OIM 11g R1

    Does anyone let me know how add custom text in one of the 'Request Templates' page - OIM 11G R1.  My requirement is to add custom static text in 'Role' selection page.
    - Kalyan.

    Does anyone let me know how add custom text in one of the 'Request Templates' page - OIM 11G R1.  My requirement is to add custom static text in 'Role' selection page.
    - Kalyan.

  • How to display custom images on a Page..?

    Hi Guys,
    I have developed a application for my company, everything is working fine..,
    but on the Home Page of the application i want to display my company LOGO image.
    I have uploaded the images in the shared components -->Files --> Images
    but how to put them on the Page..,
    Thanks..

    Within the region you want to place them, simply enter the image html tag and use the following format as the location:
    href="#APP_IMAGES'#image.jpg"

  • How to redirect users to Custom Page on InfoView logoff

    Post Author: Srinivas123
    CA Forum: WebIntelligence Reporting
    How to redirect the users on InfoView logoff to a custom page, instead of the default logon.aspx.   

    Hello Senana,
    Assuming you're using wwv_flow_custom_auth_std.login to log in, and p_flow_page is set to "[your app id]:1" try placing the following line just before your call to wwv_flow_custom_auth_std.login:
    :FSP_AFTER_LOGIN_URL := null;This should force user to page 1 after log-in.
    Hope this helps,
    John

  • How do I add a button for a custom task on the List Accounts page in 5.5

    I'm trying to add a button to the bottom of the List Accounts page that launches a custom task. I thought this would be easy - just modify UserActionsConfig. I've already added the task to context menus. The problem is there are only options to add buttons for the Find User results page and the context menus. Is there a missing attribute key that needs to be included? Is there a different config file that I need to modify? Any help would be appreciated.

    Sorry not possible in 5.x. You will have to use 6.0 and the new HTML based tree browser.
    WilfredS

  • How to redirect user from login page to "Set Challenge question" page

    How to redirect user from login page to "Set Challenge question" page (NOT custom page) after 3 un successful password attempts?
    Meaning when user types wrong password 3 times they will be redirected to set Challenge question page. If user answers the challenge question then password reset page should be appeared other wise (after remaining 3 un successeful challenge question answers) account should be locked out.
    thanks for your help.

    hi sandeep
    Thanks for your answer. Let me ellaborate more on the requirement here.
    - Password Policy and Lost Password management are set up in the identity system
    - Configure login tries allowed= 5. Verify accout is lock out after 5 unsucessful login.
    This is what need to achieve.
    1) If a user attempts to login 3(not 5) times using an incorrect login credential he/she should be redirected to set challenge question (security question) page.
    2) Then if the user attempts (remaining) 2 times incorrect challenge answer then his/her account should be locked out.
    3) If he/she answers the challenge answer correctly then he/she should be redirected to password reset page.
    Is this possible?

  • How to set up Application specific custom ogoff (sign-off) page.

    Hi,
    I'm using OracleAS 10.1.2.2
    Note 333638.1 shows us how do make a custom SSO login page to be application specific. This works.
    Now, I want to do a custom SSO logout (sign-out) page. Using the redirect method described does not seem to work. Please note that in our version 10.1.2.2, there is no default logout.jsp page in the /sso/jsp directory. To deploy a custom logout page, I would need to update the WWSS_LS_CONFIGURATION_INFO$ view.
    I was able to test a custom SSO logout.jsp page sucessfully. However, when I tried using a redirect_logout.jsp to make it application, it no longer works.
    Does anyone know or have any idea on how to deploy an application specific logout page? (i.e. only specific applications uses the custom logout page, otherwise go to the default one).
    Thanks.
    - Kevin

    Well,
    There are 5 choices to choose from on the page. In the description of the choices at the bottom of the page there are 7, and the two additional choices talk about having to first have registered the site with SSO. So...I'm interpreting that as meaning that other 2 possible choices would be displayed if the site is registered with SSO. That, plus the fact that the page which describes how to add the site to SSO seems to think that the SSO choices are displayed in the wizard.
    So, no, there's no "exact launguage" that says what the reason is for the choices not being displayed. Can you point me to some exact language that tells me how to get those choices displayed?

  • How to redirect to an html page on submit

    I have this form and I would like when people click the submit btn, to be redirected to an html landing page. I'm not sure if I need to modify the php or the action script or both. Does anyone know how to do this?
    Thank you
    here is the code for both
    import flash.net.URLVariables; import flash.net.URLRequest;  /* Mouse Click Event Clicking on the specified symbol instance executes a function in which you can add your own custom code.  Instructions: 1. Add your custom code on a new line after the line that says "// Start your custom code" below. The code will execute when the symbol instance is clicked. */   submit.addEventListener(MouseEvent.CLICK, fl_MouseClickHandler);  function fl_MouseClickHandler(event:MouseEvent):void {            if (eMail.text == ""){           eMail.text = "Please enter in your email address";            }      else{           // Start your custom code      // create a variable container      var allVars:URLVariables = new URLVariables();      allVars.eMail = eMail.text;      allVars.bead = bead.selected;      allVars.jewelry = jewelry.selected;      allVars.onlineNewsletter = onlineNewsletter.selected;      allVars.sandiegoNewsletter = sandiegoNewsletter.selected;      //send info to URL      var mailAddress:URLRequest = new URLRequest("http://www.southsunbeads.com/media/flash/form.php");      mailAddress.data = allVars;      mailAddress.method = URLRequestMethod.POST;      sendToURL(mailAddress);           thankyou.text = "Thank you!";      }       eMail.text = "";         bead.selected = false;         jewelry.selected = false;         onlineNewsletter.selected = false;         sandiegoNewsletter.selected = false; }

    <?php
    // Create local variables from the Flash ActionScript posted variables
    $senderEmail     = $_POST['eMail'];
    $senderNewsletter1 = $_POST['bead'];
    $senderNewsletter2 = $_POST['jewelry'];
    $senderNewsletter3 = $_POST['onlineNewsletter'];
    $senderNewsletter4 = $_POST['sandiegoNewsletter'];
    // Strip slashes on the Local typed-in variables for security and run any php based error check here
    $senderEmail     = stripslashes($eMail);
    $senderMessage   = stripslashes($senderMessage);
    // IMPORTANT - Change these lines to be appropriate for your needs - IMPORTANT !!!!!!!!!!!!!!!!!!
    $to = "[email protected]";            
    $from = "$senderEmail";
    $subject = "Our customers from facebook and social networking";
    // Modify the Body of the message however you like
    $message = "Results from the form:
    eMail: $senderEmail
    Bead deal of the day: $senderNewsletter1
    Jewelry deal of the day: $senderNewsletter2
    online Newsletter: $senderNewsletter3
    San Diego Newsletter: $senderNewsletter4
    Their Message is below:
    $senderMessage";
    // Build $headers Variable
    $headers = "From: $from\r\n";
    $headers .= "Content-type: text\r\n";
    $to = "$to";
        // Send the email
        mail($to, $subject, $message, $headers);
        // Assemble the message that goes back to Flash
        // The flash ActionScript is looking for a return variable of "return_msg" there is no sendername in my form, can be just change to generic message
        $my_msg = "Thanks $senderName, all data has been sent.";
        // Print the data back to flash who is patiently waiting for it in the onCompleteHandler
        print "return_msg=$my_msg";
    // Exit script   
    exit();
    ?>
    import flash.net.URLVariables;
    import flash.net.URLRequest;
    /* Mouse Click Event
    Clicking on the specified symbol instance executes a function in which you can add your own custom code.
    Instructions:
    1. Add your custom code on a new line after the line that says "// Start your custom code" below.
    The code will execute when the symbol instance is clicked.
    submit.addEventListener(MouseEvent.CLICK, fl_MouseClickHandler);
    function fl_MouseClickHandler(event:MouseEvent):void
        if (eMail.text == ""){
            eMail.text = "Please enter in your email address";
        else{
            // Start your custom code
        // create a variable container
        var allVars:URLVariables = new URLVariables();
        allVars.eMail = eMail.text;
        allVars.bead = bead.selected;
        allVars.jewelry = jewelry.selected;
        allVars.onlineNewsletter = onlineNewsletter.selected;
        allVars.sandiegoNewsletter = sandiegoNewsletter.selected;
        //send info to URL
        var mailAddress:URLRequest = new URLRequest("http://www.southsunbeads.com/media/flash/form.php");
        mailAddress.data = allVars;
        mailAddress.method = URLRequestMethod.POST;
        sendToURL(mailAddress);
            thankyou.text = "Thank you!";
         eMail.text = "";
            bead.selected = false;
            jewelry.selected = false;
            onlineNewsletter.selected = false;
            sandiegoNewsletter.selected = false;

  • How to redirect a sub domain to a specific page in Sharepoint Online

    Hi, 
      My Organisation has a O365 account, and hoisted the public website on it, now user requests to have a friendly url for a specific page on the public website.  I've added a sub domain on O365.  but i cant find ways to redirect this domain
    to the page.  How can i do so? 

    Hi,
    If you need to redirect the sub domain to a specific page in SharePoint Online, you need to rename the Public Website with the sub domain.
    Then configure the friendly URL for the page in the Public Website.
    http://office.microsoft.com/en-001/office365-sharepoint-online-enterprise-help/upgrade-your-public-website-HA102801184.aspx?CTT=5&origin=HA102828142#_Step_5_%E2%80%93
    Or you can use the managed metadata navigation for the Public Web site and configure the friendly URL for the page.
    http://jeffkelly.com/2014/05/office-365-public-website-what-no-managed-metadata-mms-navigation/
    In the meanwhile, you can post your question to the forum for Office 365: http://community.office365.com/en-us/f/default.aspx.
    More experts will assist you, then you will get more information relation to SharePoint Online.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

Maybe you are looking for