Custom confirmation web form page

I have built a custom registration web form that works with a secure zone and when a subscriber registers and hits submit I would like it to either 1.) redirect directly to the page in the secure zone or if that is not possible, 2.) link to a log in page that directs to the secure zone page instead of hitting submit and going to the default confirmation page.
I also saw a similar question (http://forums.adobe.com/message/4536842#4536842), but could not get the new redirect ID correctly.

You need to add "&PageID=/video-confirmation" to your form's ACTION attribute.  Add it to the end of what was there originally, and yes, you need to leave that string of code after the URL in there.  There's important information being passed from the form to BC letting them know where to sign you in, etc.
If you need to redo it, just insert your form into your page fresh and then add "&PageID=/video-confirmation" to the end of the form's action attribute.  You are passing your URL to the "WebFormID" parameter which should actually be the numerical ID of your form which is why you are probably getting 404 (not found) errors.  Also, make sure that your destination page at "/video-confirmation" is resolving normally as well.

Similar Messages

  • HTML5 DOCTYPE in custom WPC web form

    Hello,
    we are implementing a custom WPC web form along following SAP documentation:
    http://scn.sap.com/docs/DOC-22253
    The new web form incorporates JS-Scripts from an open source project (Galleria.io).
    However, this JS-Application requires a HTML5 DOCTYPE, which needs to bedefined in the root of an HTML document. At runtime of the web form the HTML5 DOCTYPE is missing and the JS-Application is not properly running.
    I found following SAP note "1713259 - PRT support for HTML5 doctype" which focuses on this topic. It mentions two possible options:
    - Enable HTML5 DOCTYPE for entire portal environment,
    - ... or enable HTML5 DOCTYPE only for custom portal applications.
    However we only want to enable HTML5 DOCTYPE for the WPC component runtime.
    Is there any option to enable this via configuration in WPC... or any other ideas?
    Best regards
    Mario

    Hi Mario!
    You could personalize your form adding this at the begining of your XLST WPC:
    <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- for example -->
    Also, you could set in your base iview portal template the document browser mode:
    Browser Document Mode – How to set the IE Compatibility View from server side.
    This forces use a determinated browser in portal.
    Hope this helps,
    Kind regards!

  • Customizing Planning Web Forms using Javscript

    <p>Hi,</p><p>I am looking at writing custom javascript code for web forms. Inthis regards, I was wondering if anyone could suggest a way for meto access member properties through custom javascript. The code inSampleValidateData.js which is in the custom folder of theHyperionPlanning.war file only provides insight into accessing cellvalues and row/collumn member names and values. How is it possibleto access member properties like alias, comment field etc whichhave been entered when setting up the Dimensions throughPlanning.</p><p> </p><p>Any help will be much appreciated.</p><p> </p><p>Regards,</p><p> </p><p>Ryan</p>

    We experienced the same issue, our requirement was that for the first half of the year the substitution variable was = Oct and for the second part of the year Jan:Dec. We were lucky that for the second scenario we had a Total Year member as well (that at the bottom level is Jan:Dec). So on web form we picked Level0 descendants of the substitution variable. That worked fine but not the range.

  • Change auth. window to web form page

    hi all,
    i need to take user name and password from web form (text boxes)
    instead of taking from windows popup window and check them through with
    stored in ldap.
    how can i deserve that,
    hay, i forgot to mention that iam using php 5 , Apache Directory Studio
    , and Apache 2.2 , windows xp
    thanks in advance
    Amira
    amira_iti
    amira_iti's Profile: http://forums.novell.com/member.php?userid=66524
    View this thread: http://forums.novell.com/showthread.php?t=388161

    hi all,
    i need to take user name and password from web form (text boxes)
    instead of taking from windows popup window and check them through with
    stored in ldap.
    how can i deserve that,
    hay, i forgot to mention that iam using php 5 , Apache Directory Studio
    , and Apache 2.2 , windows xp
    thanks in advance
    Amira
    amira_iti
    amira_iti's Profile: http://forums.novell.com/member.php?userid=66524
    View this thread: http://forums.novell.com/showthread.php?t=388161

  • Web form integration in CRM

    Hi All,
              Can i request for any infomraion on web form integration with CRM?
    Kind Regards.

    Hi thomas
    CRM processes Web forms much the same as regular emails. Logically there are 3 parts for Webform to CRM integration:
    a) External web application: This is the application hosting the web form page.
    b) Webform to Email conversion: The external application needs to convert the web form data to an email and send to CRM.
    c) Webform fact gathering service (CRM): The webform fact gathering service analyzes the email structure extracts relevant information and adds this to factbase. This information may be used during rule evaluation or for other purpose.
    To facilitate processing of Web forms, the external application first converts Web-form data into standard email format (i.e., SMTP) with an XML attachment.  As a convention, you must name the Web form WEBFORM.XML.
    Technologies such as Sun JavaMail or Microsoft ASP.NET can perform the conversion as long as the resulting email contains an attached XML document with the following mandatory tags:
    1. name of the Web form
    <WEBFORM_ID> </WEBFORM_ID>
    2. ID of Web form email address as defined in the CRM system; determines the u201CFromu201D email address
    <WEBFORM_ACCOUNT> </WEBFORM_ACCOUNT>
    3. ID of the inbound CRM email address as defined in the CRM system (transaction CRM_ERMS_OUTG_EMAIL)
    <ERMS_EMAILID> </ERMS_EMAILID>
    u2022     : email address of the individual customer/user
    <SENDER> </SENDER>
    Let me know if you need further information
    Regards
    Rupesh Patil

  • How do you set up the paypal standard gateway to work without a web form?

    I must have missed a step.  I have this site set up and the paypal standard gateway does not work with a web form, but works with shopping cart.  Does that mean I need to disable the web form page and use something else to check out?  How do you do this?  The BC help page on this stops at this point in describing what to do. 

    For those who are running Windows and controlling the Airport Base Station with Airport for Windows.  Apple just came out with a firmware update for Airport Extreme (7.7.2).  It so happens that this Firmware version requires Airport Software version 6.3 or newer.  The Windows version only goes as high as Version 5.6 or so.  I was also told that Apple is unlikely to upgrade this software.  To make a long story short you need to control (Configure) your Airport Base Station with an iMac, or an iPhone or iPad with the Airport app.  This solved my problems.  Good Luck :)

  • Displaying booking form errors on custom redirect web page

    I have an event/booking with a registration web form that redirects to a custom web page (not the system page for bookings). If a customer signs up on the form using an email address of someone already registered for the event, their booking is not recorded, but I can't find a way to present the error on the web page that they are redirected to upon submitting.
    The workflow notification includes the message, "ERROR: Booking could not be made as this email address is already registered for this booking."
    There is a record of the failed attempt on the customer record with the email address that was used, but I need a way to tell the customer that their booking was uncessessful due to the email address used. Placing {module_error} on the web page doesn't seem to do the trick.
    Any help is very appreciated.
    Jake

    I suspected that might be the case. Thank you for confirming. Any idea if the URL parameters applied to the redirected page indicate that there were errors? That would be awesome!
    Jake

  • Can I style Web Forms Confirmation Page Results - Specifically the "ERROR" message in the results?

    Hi,
    Can I style Web Forms Confirmation Page Results - Specifically the "ERROR" message in the results?
    {module_webformresults} is auto rendedered as a table with CSS IDs attached but nothing specific for the ERROR message - resulting in the error not being seen.
    The ERROR is triggered by a dulplicate User Name or Password.
    I tried using a JQuery text selector, but it does not work with the results for some reason.
    Any ideas?
    Attached is are the error results, see Username
    Thanks!
    P

    Hi Patrick,
    It should work. You know the id of the specific area, you know what string to search for in order to condition the appearance of the new message.
    Kind Regards,
    Alex

  • ERROR: Your web form must capture customer name and email address.

    Hi,
    I keep receiving this error message when trying to checkout and submit a payment.
    ERROR: An error occurred. Your web form must capture customer name and email address. Please fix this issue and re-insert your web form on your web page.
    The strange thing is it's only happening in chrome. It works perfectly in IE and firefox, the form submits and takes me to the order confirmation page. I've tested it on multiple PCs so it's definitely a chrome issue. Does anyone have any advice as to what could be causing this issue with chrome?
    Thanks,
    Pete

    Check your eCommerce web form in the admin has the ID - 211729
    This is what the form ID is, if you have deleted it and made a new one it will not Marry up
    The things you normally look for with this error is The first name and last name along with email fields have the right ID and name parameters on the input. The javascript is picking those up so it looks like that is working.
    So next is the form in the admin marrying up with the form on the page or in this case the Registration Buy layout.

  • A webpart or web form control on this page cannot be displayed or imported.The type could not be found or it is not registered as safe.

    Hi,
    After moving my files from SP 2010 to SP 2013 , for all my web parts i am getting A webpart or web form control on this page cannot be displayed or imported.The type could not be found or it is not registered as safe. error. I checked web.config files
    and they are there as safe control and trust level is also full. 
    These webparts work in 2010.
    Do i need to tweak something in code or distributed cache to make this thing work? The errors i see are
    Error importing WebPart. Assembly  c , Version=1.0.0.0, Culture=neutral, PublicKeyToken=216eaf49984a9b29, TypeName. C. A Web Part or Web Form Control on this Page cannot be displayed or imported. The type c Version=1.0.0.0, Culture=neutral, PublicKeyToken=216eaf49984a9b29
    could not be found or it is not registered as safe.
    Getting Error Message for Exception Microsoft.SharePoint.ApplicationRuntime.SafeControls+UnsafeControlException: A Web Part or Web Form Control on this Page cannot be displayed or imported. The type C Version=1.0.0.0, Culture=neutral, PublicKeyToken=216eaf49984a9b29
    could not be found or it is not registered as safe.    
     at Microsoft.SharePoint.WebPartPages.WebPartImporter.CreateWebPart(Boolean clearConnections)    
     at Microsoft.SharePoint.WebPartPages.WebPartImporter.Import(SPWebPartManager manager, XmlReader reader, Boolean clearConnections, Uri webPartPageUri, SPWeb spWeb)    
     at Microsoft.SharePoint.WebPartPages.WebPartGalleryItemBase.InstantiateFromXml(XmlReader reader)    
     at Microsoft.SharePoint.WebPartPages.WebPartAdder.SiteWebPartGalleryProvider.SiteWebPartGalleryItem.Instantiate()    
     at Microsoft.SharePoint.WebPartPages.WebPartGallerySourceBase.AddItemToPage(WebPartZoneBase zone, Int32 zoneIndex, WebPartGalleryItem item, String wpid)    
     at Microsoft.SharePoint.WebPartPages.WebPartAdder.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
    An error occurred while attempting to add the gallery item [Custom] c to the page. The error was: Microsoft.SharePoint.ApplicationRuntime.SafeControls+UnsafeControlException: A Web Part or Web Form Control on this Page cannot be displayed or imported. The
    type c Version=1.0.0.0, Culture=neutral, PublicKeyToken=216eaf49984a9b29 could not be found or it is not registered as safe.    
     at Microsoft.SharePoint.WebPartPages.WebPartImporter.CreateWebPart(Boolean clearConnections)    
     at Microsoft.SharePoint.WebPartPages.WebPartImporter.Import(SPWebPartManager manager, XmlReader reader, Boolean clearConnections, Uri webPartPageUri, SPWeb spWeb)    
     at Microsoft.SharePoint.WebPartPages.WebPartGalleryItemBase.InstantiateFromXml(XmlReader reader)    
     at Microsoft.SharePoint.WebPartPages.WebPartAdder.SiteWebPartGalleryProvider.SiteWebPartGalleryItem.Instantiate()    
     at Microsoft.SharePoint.WebPartPages.WebPartGallerySourceBase.AddItemToPage(WebPartZoneBase zone, Int32 zoneIndex, WebPartGalleryItem item, String wpid)    
    Adit

    Hi Adit,
    According to your description, my understanding is that the error occurred when you deployed the .wsp files to SharePoint 2013.
    I recommend to check if all the assemblies are put into the BIN and GAC.
    If above cannot work, you can check the troubleshooting steps in the link below:
    http://www.bluedoglimited.com/SharePointThoughts/Lists/Posts/Post.aspx?ID=189
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • How to run custom Oracle report6i concurrent program in web forms

    I developed a custom report using oracle6i and registered into AOL and assigned to a request group. I can run this concurrent program from form based application works fine. How to run this concurrent request from web forms?
    What are the steps to follow to create a concurrent program link on web forms?
    I want run this request and pass parameters and output also in web forms...
    I'm a first time user of web forms, So kindly reply with detailed steps to define concurrent request in web forms for a custom report.
    Thanks in Advance
    Naveen
    [email protected]

    I hope ur requirement to do all the CP processing from Self-Service OAF pages. If so,
    browse thru Re: Start Concurrent from OA Framework page , Re: RE: Submitting concurrent request and getting the results back.
    and
    'Concurrent Processing: Request Submission and Monitoring' section in dev guide.
    Let us know if you face any issues in the implementation.
    - Senthil

  • How can the DFF created for a PO form be used in PO web based page.

    Hello,
    I have created a DFF on the PO form using the attribute2 of the PO_HEADERS table. How can I create a DFF on the web page based 'buyer work center' page. My final goal is to use DFF for both the web based pages and forms.
    Thanks for your help
    Raj

    hello Pradeep,
    Whats the difference b/w DFF and custom DFF ?
    I'll tell the steps what I did.
    1. Application Developer > Flex Field > Descriptive > Register
    Registered a DFF for PO_HEADERS_ALL table and used Attribute2.
    2. Application Developer > Flex Field > Descriptive > Segments
    So I used the DFF in the PO form. I want to see a DFF in the PO page also when the below navigation is used.
    Purchasing: >Buyer Work Center>Orders. Opens a PO page.
    Thanks for the help.
    Raj

  • Web Part Error: A Web Part or Web Form Control on this Page cannot be displayed or imported.

    SharePoint 2007 custom (VS 2008) solution is upgraded to SharePoint 2013 using (VS 2012). I followed this approach.
    I had created new empty project (solution) in SharePoint 2013 using (VS 2012) compiled and deployed successfully. All safe controls are registered in the web.config file. After deploying solution i Restarted IIS also, still getting this error. How to resolve
    Error
    Web Part Error: A Web Part or Web Form Control on this Page cannot be displayed or imported. The type could not be found or it is not registered as safe. Correlation ID: 5d217c9c-1827-7083-80cd-e095a30befee.
    Show Error Details
    Hide Error Details
    [UnsafeControlException: A Web Part or Web Form Control on this Page cannot be displayed or imported. The type could not be found or it is not registered as safe.]
      at Microsoft.SharePoint.ApplicationRuntime.SafeControls.GetTypeFromGuid(Boolean isAppWeb, Guid guid, Guid solutionId, Nullable`1 solutionWebId, String assemblyFullName, String typeFullName, Boolean throwIfNotSafe)
      at Microsoft.SharePoint.WebPartPages.SPWebPartManager.CreateWebPartsFromRowSetData(Boolean onlyInitializeClosedWebParts)
    <menu class="ms-hide" id="MSOMenu_WebPartMenu"><ie:menuitem id="MSOMenu_Minimize" text="Minimize" title="Collapse this web part." type="option"></ie:menuitem><ie:menuitem
    id="MSOMenu_Restore" text="Restore" title="Expand this web part." type="option"></ie:menuitem><ie:menuitem id="MSOMenu_Close" text="Close" title="Close this Web Part. You can still
    find it under closed Web Parts section in the insert ribbon. These changes will apply to all users." type="option"></ie:menuitem><ie:menuitem iconsrc="/_layouts/15/images/DelItem.gif" id="MSOMenu_Delete" text="Delete"
    title="Delete this Web Part from the page. These changes will apply to all users." type="option"></ie:menuitem><ie:menuitem type="separator"></ie:menuitem><ie:menuitem iconsrc="/_layouts/15/images/EditItem.gif"
    id="MSOMenu_Edit" text="Edit Web Part" title="Change properties of this shared Web Part. These changes will apply to all users." type="option"></ie:menuitem><ie:menuitem id="MSOMenu_Connections"
    text="Connections" title="Show connections options for this Web Part. These changes will apply to all users." type="option"></ie:menuitem><ie:menuitem type="separator"></ie:menuitem><ie:menuitem
    id="MSOMenu_Export" text="Export..." title="Export this Web Part. These changes will apply to all users." type="option"></ie:menuitem><ie:menuitem iconsrc="/_layouts/15/images/HelpIcon.gif" id="MSOMenu_Help"
    style="display:none;" text="Help" type="option"></ie:menuitem> </menu>        

    Hi Ashok,
    According to your description, my understanding is that you got an error after you re-built a SharePoint 2007 solution with VS2012, and deployed it.
    Make sure the Namespace and Type Name are consistent across all files where indicated. Also with matching case sensitivity. Verify web.config file and assembly in GAC or virtual directory bin folder in post deployment.
    More information, please refer to the link below:
    http://roykimsharepoint.wordpress.com/2013/04/27/classic-web-part-errors/
    Here is a similar post for you to take a look at:
    http://stackoverflow.com/questions/1689707/sharepoint-web-part-type-could-not-be-found-registered-as-safe
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Web Page Composer - FAQ Web form

    Hello Everyone,
    Hello SDN community,
    This forum thread is intentionally created to collect your feedback and ideas regarding the FAQ Web form.
    With this new Web form you can easily create and manipulate FAQ documents in a structured manner.
    For more information regarding this new Web form and its features adn to download it visit this address: [https://wiki.sdn.sap.com/wiki/display/KMC/CustomizingtheWebPageComposer]
    Your constructive suggestions will help to evolve the Web form further and facilitate the community to create more sophisticated and enhanced versions of this basic reference implementation. Feel free to contribute also your version and discuss in public.
    Here are some basic questions that can guide you:
    1. Does this new Web form help in your particular scenario? How?
    2. How would you rate from 0 to 5 your satisfaction with this particular Web form?
    3. What can be improved in the Web form?
    4. Do you miss something from documentation point of view?
    Explore the new WPC wiki pages - find all the information regarding WPC at one place, download new Web forms, and feel free to contribute.
    [Web Page Composer Wiki|https://wiki.sdn.sap.com/wiki/display/KMC/WebPageComposer]
    Best Regards,
    WPC team @ SAP

    Hi Georgi,
    I was trying to create a FAQ Custom Editor using your How To Guides.
    I am facing a problem as already stated in the thread:
    https://www.sdn.sap.com/irj/scn/thread?threadID=1244125&tstart=0
    To be more specific, initializeFromPageContext function of FAQComponent.java file, @ the line
    question =(TextEdit) context.getComponentForId(Question_ + editorObject.getId());,
    +context.getComponentForId(Question_ + editorObject.getId())+ is returning Null
    Regards,
    JK

  • Web Part Error: A Web Part or Web Form Control on this Page cannot be displayed or imported. The type could not be found or it is not registered as safe.

    We have an SharePoint services 3.0 installation that uses custom web parts on 100s of subsites.  The custom web parts on any website is presenting this error
    Web Part Error: A Web Part or Web Form Control on this Page cannot be displayed or imported. The type could not be found or it is not registered as safe.
    This past weekend we decided to create a new database server and migrate the databases to the new server in an effort to retire an old box. 
    INitially we attempted to go through the configuration wizard which didnt do anything but add a new database server to our farm.  What we have done is remove the new database server from the farm and use an alias on the SP server to continue to use
    the same name but actually get its data from the new database server.
    Everything works with the site except these custom webparts. 
    Any thoughts on where to go to first, should i redeploy what i think are the webparts from VS 2005 (solutions are VS 2005 slns.)? 
    Tony Spaulding

    You need to make Safe Control enteries in your web.config for the particular web application.
    Open web.config
    Locate the SafeControls Tag
    Make a safe control entry
    <SafeControl Assembly="Assembly name, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d8eb6481d8b4beec" Namespace="your webpart namespace" TypeName="*" Safe="True" />
    In order to find the assembly details, Open the GAC. Right click on your dll and then click properties.

Maybe you are looking for

  • Equipment no longer exists in EQUI but found in EQUZ, EQKT tables

    Hi Experts, We found that the few equipments are no longer exists in EQUI, but left with the entries in the tables EQUZ, EQKT.Also, we found that we could able to read the system and user status for these equipments in the JEST table and STATUS_TEXT_

  • Reporting services report

    Hi I am wishing to create a reporting services report showing results from a competition. The details I wish to show are name and score. Entrants are split into 3 age groups.... aged 8, aged 9, aged 10. details of the entrants and their scores are he

  • Embed text in a PDF

    I converted a Microsoft Word document into an Adobe PDF, but the secure website where I tried to upload it said to embed the text in the PDF. How is this done? I have the monthly subscription for $9.99.

  • Broken LCD TV SCREEN 40E210U

    Hi, My Toshiba tv 40E210U screen has a crack, I also have a 40E200U for repair, are the screens or cards interchangeable ?

  • CS5 trouble

    I have been using CS5 since I bought it without any problems until last week. Since then I can't open any of the software, Photoshop, Bridge, Acrobat, AI, ID. When I try to open I get error messages. Why?. I need to solve this problem as soon as poss