Web forms in dreamweaver with godaddy. Help.

Please Help.
Regarding web form mailers using Dreamweaver cs4.
I’m a newbie to hosting and forms please help.
My scenario: I have a WINDOWS hosting account with GoDaddy. I am designing a simple little website that I want a form attached to it. You can view this website at palmertraditions.com/contactus.html. This will be the second website I have with Godaddy so they don’t support/help with any forms with “the secondary” website. I am using Dreamweaver and a friend to assist me in my design. I have done everything they have told me to try regarding their provided form mailers,
( ie <form action="_gdForm/webformmailer.asp" method="post">). I also tried their php one and that didn’t work either.
I talked to another guy at GoDaddy and he said that I should try a 3rd party script. ??? (and I should use asp.)
Here is my html on my webpage that the form is on.
  <div id="body">
    <div id="left">
      <p><strong>under construction</strong>...</p>
      <p> </p>
    </div>
    <div id="right">
      <form id="form1" name="form1" method="post" action="_gdForm/webformmailer.asp”">
      <input type="hidden" name="redirect" value="thankyou.html" />
        <table width="400" border="0" align="center" cellpadding="2">
          <tr>
            <td width="110"><label for="firstname">First Name:</label></td>
            <td width="259"><input name="firstname" type="text" id="firstname" size="35" maxlength="90" /></td>
          </tr>
          <tr>
            <td><label for="lastname">Last Name:</label></td>
            <td><input name="lastname" type="text" id="lastname" size="35" maxlength="80" /></td>
          </tr>
          <tr>
            <td><label for="phone">Phone Number:</label></td>
            <td><input name="phone" type="text" id="phone" size="35" maxlength="12" /></td>
          </tr>
          <tr>
            <td><label for="email">Email:</label></td>
            <td><input name="email" type="text" id="email" size="35" maxlength="40" /></td>
          </tr>
          <tr>
            <td><label for="currentaddress">Address:</label></td>
            <td><input name="currentaddress" type="text" id="currentaddress" size="35" maxlength="100" /></td>
          </tr>
          <tr>
            <td height="87"><label for="requestinformation">Request Information:</label></td>
            <td><textarea name="requestinformation" id="requestinformation" cols="27" rows="4"></textarea></td>
          </tr>
          <tr>
            <td height="29"> </td>
            <td><label for="submit"></label>
            <input type="submit" name="submit" id="submit" value="Submit" /></td>
            <input type="hidden" name="redirect" value="contactus.html" />
          </tr>
        </table>
      </form>
    </div>
ANY BIT OF HELP WOULD BE APPRECIATED!!

Forms to Go from Bebosoft (script generating software)
http://www.bebosoft.com/products/formstogo/overview/
Wufoo.com (on-line form service)
http://wufoo.com/
JotForms (On-Line Form Builder)
http://www.jotform.com/
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists 
http://alt-web.com/
http://twitter.com/altweb

Similar Messages

  • What are the best customizable contact forms that work with Godaddy?

    Hello,
    I have never had much look with getting contact forms to work but i'm not sure whether it may just be the contact forms i choose don't work through Godaddy that well.
    Can anyone point me in a direction to any customizable contact forms that do work through Godaddy. PHP script needs to be included.
    Any help would be greatly appreciated as this has bugged me for some time now.
    Alex.

    Depends on the level of hosting you have.
    Using Our PHP Form Mailers on Web & Classic Hosting | GoDaddy Help | GoDaddy Support
    GoDaddy hosts 2 form-to-email processing scripts in PHP.  You activate them from your CPanel.
    One is super basic and the easiest to set-up
    Using gdform.php
    The other has a little more room for customization but it isn't exactly robust.
    Using webformmailer.php
    Nancy O.

  • Form size increases with F4 help

    Hello All,
    I am facing a performance issue in an interactive form. We have developed an adobe form and linked it to portal through WebDynpro. We have around 10 fields with F4 help on the screen. We achieved the F4 help with a push button next to the corresponding field on the form and linked the field to the View context in WebDynpro and added dictionary search help.
    Tha problem here is- as we go on entering the data by clicking on F4 help, by the time we reach 4th or 5th search help the size of the form increases, as shown in the status bar at the bottom of any webpage, up to 5 or 6 MB and it will take a lot of time to load update the form with the selected value from search help. We have incread the ICM parameter to give user more time to fill the form but this is not a good practice as we know.
    Is there a way to improve the performance in this case? Following are details of system:
    1. ADS - SP 17
    2. NetWeaver 7.0/2004s
    3. Already activated "Allow form rendering to be cached on server" in form properties in SFP.
    Any inputs will be very helpful.
    Thanks,
    Anil

    Hello Anil,
    I don't think that the amount of data Web Dynpro sends to the Adobe Reader increases dramatically - I assume there's a problem with your form / Adobe Reader (what's the Reader version you are using?).
    Some users in the forum reported recently that an update of the ZCI script has solved such performance problems.
    You could do the following to narrow down the problem:
    - analyze the server response times and the amount of data transferred to the browser using a HTTP sniffer (HTTPWatch or fiddlertool): Only the requests containing the name of your Web Dynpro application are of interest.
    - If you are using Adobe Reader 8: Watch process AcroRd32.exe with the task manager, esp. the memory consumption.
    The following actions could help:
    - Update Adobe Reader to the latest version
    - Update the ADS and the ZCI script of your form, i.e. update to the latest SAP NetWeaver SP (ABAP + JAVA) and call transaction SFP_ZCI_UPDATE for your form afterwards
    - If this doesn't help, you should open an OSS message
    Ralf

  • How to change/set the browser title from web forms (XP platform with SP2)

    I am running Form9i, I have set the browser windows title from Web Forms dynamically by using following method. However, when my PC has changed to XP, the function seems not work. Does anybody have same problem and how to solve it? Any suggestions would be appreciated.
    Add the Javascript code to your baseHTML file. For example,
    if you are using the basejini.htm:
    <HEAD><TITLE>%pageTitle%</TITLE>
    <script language="javascript1.2" type="text/javascript1.2">
    function Change(a) {    document.title=a;    } </script>
    </HEAD>
    In web Forms , call the javascript function with WEB.SHOW_DOCUMENT built.
    For Example the following code set the browser title with username . web.show_document('javascript:Change('||'"'|| get_application_property(USERNAME)||'"'||')','_self');
    Best Regards,
    Bowie

    Dear Frank,
    Thanks for your reply. Can you tell me in detail which built-in function in Webutil can set value in browser title ?
    Btw, is it possible for me to set parameter "separateFrame=True" in formsweb.cfg and set the form window title by using SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,TITLE,v_msg_string)?
    Best Regards,
    Bowie

  • Web dynpro ALV requirement with search help

    Hello Experts,
    I developed a custom transaction in Web dynpro. It has an ALV display in editable mode where the user can enter Material number, plant, quantity and Batch as input fields for Production confirmation.
    There is a requirement to add a search-help to BATCH field similar to the one that appears in std. MFBF transaction. Basically what it means is that I will have to capture the material, plant of that line in ALV table and get the stock and batch details from MCHB table and provide them in search help.
    I created a dictionary search help with a search-help exit FM that will extract the details from MCHB table. I am having trouble in extracting the line index to get the material number and plant values from the view to export.
    Please help me as to how to extract the line index of an ALV table for which the F4 help was clicked.
    Also it would be great if I could find a much simpler and better approach to handle the requirement.
    Regards
    Pratyusha

    Hi,
    If you have set the help mode as dictionary search help in your context, and if you have defined your search help to have these importing and exporting parameters, then it will work without you doing anything else. Provided you have mentioned the name of the search help in the structure definition itself. You do not have to write explicit event handlers for dictionary search helps.
    Or else, you can use an OVS search help. In that case, in the OVS event handler, you will have a parameter ovs_callback_object. Ovs_callback_object->context_element will give you the element on which the F4 was clicked. If you do a get_static_attributes on that, you will get the values of each attribute. Then you can call your function module to get the Batch field. I think OVS will suit your requirement. You can see examples of OVS in the component demo_value_help in the package swdp_demo.
    Hope this helps.
    Regards,
    Nithya

  • Contact Form in DreamWeaver or  Muse Help ?

    Anyone want to help out in building a custom contact form ?

    I want to make a contact form and have it sent to my email at my hosting company. Do you work for Adobe ?
    Have a good day !

  • How do I edit Send button designated email address on a web form in Dreamweaver CS6?

    I have a webform on our website for folks requesting information. There is a country button which folks select. The send button submits the form and there is some script somewhere that sends submissions from say a USA based enquirer to a USA email address, UK based enquirer to a UK address, etc. How can I edit the script that controls that function? I am a newbie in CS6 but am learning fast!

    Hi Fritz
    In the source code I have:
    <td height="30" colspan="2"><div align="center">
                      <input type="submit" value="Send" />
                  </div></td>
                </tr>
              </table>
            </form>
    If I click on </form> in Properties the action box shows an asp file /gdform.asp on the root. I opened that and it has no site specific info, i.e. my URL or any email address.
    The webform can be viewed on www.aboutmeco.org/opportunities/index.html   Ther you see the Send button is at the bottom of the webform, which corresponds to the source code.   Do you think I am looking at the right form tag?
    Stephen

  • Help needed - creating site in dreamweaver with swfs

    Hi
    I am attempting to make a website in dreamweaver, with
    animated swf files for the banner and buttons. My problem is with
    the sizes.
    I want to get all of the buttons next to each other, with
    little or no gaps.
    I've tried making a table and putting each button in a
    different column, but there are still massive gaps.
    The other problem is to do with the web browser, I think.
    I want it to be like most sites, if the user dosent have the
    page full screen, the banner and buttons will resize so that the
    user can see all of the site, normally until you have squashed the
    browser halfway.
    For example, when you drag the corners of a swf file while it
    is playing, the image resizes so you can see the whole of it, no
    matter how small you make the application.
    I want my imported swf file in dreamweaver to resize if the
    user does not have the web browser full size.
    For example, if you have your browser in windowed mode now,
    drag the sides so that the application is squashed, you can still
    see the post and the banner, it resizes automatically.
    I have attatched all of my files in a zip on
    [url=http://www.weebls-stuff.com/forums/showthread.php?t=48673]this
    post[/url]
    Please be aware that this is the first time I have attempted
    to make a proper website so i am a bit of a simpleton when it comes
    to web design, and dreamweaver.
    Any help would be appreciated and you can speak to me on msn
    if it's easier, i am:
    joe501 at hotmail dot com
    P.S if this is in the wrong section sorry!

    Attachments will not get through. Upload your file and post a
    link
    instead.
    joe501 wrote:
    > Hi
    >
    > I am attempting to make a website in dreamweaver, with
    animated swf files for
    > the banner and buttons. My problem is with the sizes.
    >
    > I want to get all of the buttons next to each other,
    with little or no gaps.
    >
    > I've tried making a table and putting each button in a
    different column, but
    > there are still massive gaps.
    >
    > The other problem is to do with the web browser, I
    think.
    >
    > I want it to be like most sites, if the user dosent have
    the page full screen,
    > the banner and buttons will resize so that the user can
    see all of the site,
    > normally until you have squashed the browser halfway.
    >
    > For example, when you drag the corners of a swf file
    while it is playing, the
    > image resizes so you can see the whole of it, no matter
    how small you make the
    > application.
    >
    > I want my imported swf file in dreamweaver to resize if
    the user does not have
    > the web browser full size.
    >
    > For example, if you have your browser in windowed mode
    now, drag the sides so
    > that the application is squashed, you can still see the
    post and the banner, it
    > resizes automatically.
    >
    > I have attatched all of my files in a zip on this post
    >
    > Please be aware that this is the first time I have
    attempted to make a proper
    > website so i am a bit of a simpleton when it comes to
    web design, and
    > dreamweaver.
    >
    > Any help would be appreciated and you can speak to me on
    msn if it's easier, i
    > am:
    >
    > joe501 at hotmail dot com
    >
    > P.S if this is in the wrong section sorry!
    >
    Bonnie in California
    kroko at
    sbcglobal dot net
    http://www.theanimalrescuesite.com/cgi-bin/WebObjects/CTDSites.woa

  • This just started today. I can't open my web based email with godaddy. I can see the item when it loads but it will not open to read, reply or anything else.

    I can not read my web based email account with godaddy. It started this morning. I can open the page to see the email headlines each email is frozen and will not open.

    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    1. Clear Firefox's Cache
    orange Firefox button ''or'' Tools menu > Options > Advanced
    On the Network mini-tab > Offline Storage : "Clear Now"
    2. If needed, delete the site's cookies here
    While viewing a page on the site, right-click and choose View Page Info > Security > "View Cookies"
    Then try reloading the page. Does that help?

  • 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 :)

  • Adobe BC Web Form Customization - Basic HTML

    Hi all,
    I've got a form that I created in BC, and obviously it looks like doo doo because that what standard forms look like in BC. I had created a form directly in Muse manually, but I needed the clickable boxes that BC offered, so I'm signed up.
    Obviously, I know very little if not zero code, hence why I'm using Muse, so I have no idea where to start with customization in terms of the form (i.e. font colors, padding, etc).
    I was wondering if anyone has gone through this before and maybe has a few tutorials they would like to share. Let me know your thoughts, thanks in advance.
    What my form used to look like:

    I've finally found a workaround for this! It may not be the most elegant solution and I don't know if it will help you, but it accomplished what I needed and it didn't break the form. Here's what it looks like now:
    The text is now the font I want, and bigger, I was able to add the borders where I wanted them, plus do some other things.
    Someone with knowledge of CSS & HTML showed me where to add the coding needed to change the look of the form. And with the help of this site: CSS Reference, I was able to take it from there (with a bit of trial and error). Here's what I did.
    Once I had all the elements in the form that I needed, the first thing I had to do was insert the form on the site differently than I did before. Before, I had used 1-click insert, and tried to customize the HTML in Business Catalyst. That did not work for me, because the form would not accept any style changes. It seemed like it did, but after publishing it looked just as it did before.
    Instead, I used the "Get Web Form HTML Code" under "More Actions" and copied the code. Then logged out of BC, and opened a text editor to paste the code into and add my modifications.
    Now, to accomplish the style changes -- and here is where the trial and error comes in -- I had to add a <style> tag (forgive me if I am using the wrong terminology, I don't know what anything is called or what I am doing really... but the bottom line is I got it to work) at the very end of the form, between </script> and </form>. I was told it's important that it goes after the script. That's where I was able to add some CSS that accomplished what I needed.
    With the help of Google Chrome and View>Developer>Developer Tools, I was able to find out what the various class names were that I needed to alter. If you don't know how the developer tools work, try to find someone who can show you or post back and I will try my best to explain. I will paste my code below so you can see what I did, but yours will of course vary because your form has different elements and you need a different look. I'm adding in bold what each class affected in case that saves you some searching.
    <style>
    (This first class is just the asterisks for the required fields, for some reason they are separate from the actual words)
    .req{
    font-family: verdana;
    font-size: 14px;
    (This class is the words that go with the asterisks, i.e. Name, State, etc.)
    .webform label{
    font-family: verdana;
    font-size: 14px;
    (This class is the various items that make up the Checkbox List)
    .webform{
    font-family: verdana;
    font-size: 14px;
    (Setting this class to 0px padding removed extra spacing between the fields)
    .td{
    padding: 0px;
    (This class was for a multi-line custom field I added)
    .cat_listbox{
    border: 2px solid #f06823;
    border-radius: 10px;
    background-color: white;
    width: 350px;
    padding: 6px;
    (This class was for all the other text entry fields, the ones I needed the orange border on, Name, State, etc.)
    .cat_textbox{
    border: 2px solid #f06823;
    border-radius: 10px;
    background-color: white;
    width: 350px;
    height: 26px;
    padding: 0px 6px 0px 6px;
    (This class was for the Submit button)
    .cat_button{
    border: 2px solid #f06823;
    border-radius: 10px;
    width: 177px;
    height: 30px;
    font-family: verdana;
    font-size: 12pt;
    color: white;
    background-color: #f06823;
    </style>
    Back in Muse, I inserted the new code on the page by choosing Object>Insert HTML. After pasting it would sit there with a spinning wheel for a bit and eventually come up with an exclamation point and "Unable to generate thumbnail." (Ignore that.)  I then moved the box where it needed to go and resized it to touch the footer, so the page would stretch to accommodate the full form. After that I published the page and everything looked fine. You can use preview but in my experience it didn't show things the same as the published site.
    I recommend that you create a test site (or at the very least a test page within your real site) where you can play with this to see how it works. Maybe use my code above and paste it in the right place to see how it changes things... and then customize for your own use. I did test the form after publishing and it does still work just fine. The only thing that broke a part of it for me was trying to change the background color for the date picker. It's a light gray (#F0F0F0) and I wanted it white. You can see it right there in the form's own HTML, but changing it to white made it stop working. The field was still there but the date picker would no longer pop up when clicking on the field.
    ANYWAY! I know this is very long but I hope it helps you, or someone else if you've moved on.
    Good luck! And if anyone with any CSS knowledge reads this and sees any problems with my solution, please do chime in...

  • Question about data extraction from web forms

    I am developing a simple web form in DreamWeaver MX for
    increased accesibility for users who utilize screen reader
    software, as navigating PDF forms is still currently very difficult
    for most of the screen readers to navigate. I was wondering if
    there is a way to take an .asp webform that a user fills out and
    when they hit a print button it would extract the data from the
    form and open an Adobe PDF form and populate the data they entered
    into specific fields within the PDF form which would allow them to
    print an official copy of the form they used the web version to
    complete. Any insight into this possibility is greatly appreciated!
    Thanks,
    AU PSD

    Regex? Lots of indexOf? Parsing...

  • Problem Transporting Web Forms

    Hi Experts,
    I have been trying to export the custom web forms from POC server to Dev server. But then i'm not able to find the web form in the target server..
    For exporting i followed this method..
    Content Administration  KM Content  Export  Pending Exports in the portal... n then i include the xml, xsl and even the whole of wpcconfig folder in the package .
    And on importing i fnd the xml and xsl file in the styles and types folder of 'etc'.. but then i do not find the web form .
    Can somebody please help me in this matter.
    Thanks,
    Archana.

    Thanks Vishal for the reply.
    i exported the xsl and xml files through content admin- km content admin- export. and
    I exported all the config changes that i had made while creating the web forms . But when i import the config changes on the tranget system .. it says.. there are errors..
    ImportExportConfigException: Upgrade error: "java.lang.Exception: ConfigException: Cannot migrate the configuration object id "config://local/cm/ui/uicommand/NewsDisplayGroup_Sample" from configuration class "config://local/cm/ui/uicommand/UIGroupCommand" (step 2) as its values cannot be set
         Inner exception is:
         InvalidEntryException: Invalid commands: rating_2
         Inner exception is:
         ConfigException: Cannot migrate the configuration object id "config://local/cm/ui/uicommand/NewsDisplayGroup_Sample" from configuration class "config://local/cm/ui/uicommand/UIGroupCommand" (step 2) as its values cannot be set
              Inner exception is:
              InvalidEntryException: Invalid commands: rating_2
    ImportExportConfigException: Upgrade error: "java.lang.Exception: ConfigException: Error while setting the value "wpc_arch_article,wpc_faq,wpc_InfyA_Link_List_Bold,wpc_middle_Article,wpc_miniarticle,wpc_urliview_item,wpc_webarticle,wpc_webbanner,wpc_webfeature,wpc_weblinklist,wpc_webrsslinklist,wpc_websimple" for the configuration object "config://target2/cm/wpc/page/main_page" and property "allowedchildtypes"
         Inner exception is:
         InvalidCheckConfigException: 2 elements of the list "allowedchildtypes" are invalid: "wpc_middle_Article,wpc_urliview_item"
              Inner exception "1" of "2" is:
              InvalidCheckConfigException: Cannot find configuration object "wpc_middle_Article" referenced by property "allowedchildtypes" of configuration object "undefinedConfigurable" in folder "/cm/services/resource_types".
              Inner exception "2" of "2" is:
              InvalidCheckConfigException: Cannot find configuration object "wpc_urliview_item" referenced by property "allowedchildtypes" of configuration object "undefinedConfigurable" in folder "/cm/services/resource_types".
         Inner exception is:
         ConfigException: Error while setting the value "wpc_arch_article,wpc_faq,wpc_InfyA_Link_List_Bold,wpc_middle_Article,wpc_miniarticle,wpc_urliview_item,wpc_webarticle,wpc_webbanner,wpc_webfeature,wpc_weblinklist,wpc_webrsslinklist,wpc_websimple" for the configuration object "config://target2/cm/wpc/page/main_page" and property "allowedchildtypes"
              Inner exception is:
              InvalidCheckConfigException: 2 elements of the list "allowedchildtypes" are invalid: "wpc_middle_Article,wpc_urliview_item"
                   Inner exception "1" of "2" is:
                   InvalidCheckConfigException: Cannot find configuration object "wpc_middle_Article" referenced by property "allowedchildtypes" of configuration object "undefinedConfigurable" in folder "/cm/services/resource_types".
                   Inner exception "2" of "2" is:
                   InvalidCheckConfigException: Cannot find configuration object "wpc_urliview_item" referenced by property "allowedchildtypes" of configuration object "undefinedConfigurable" in folder "/cm/services/resource_types".
    ImportExportConfigException: Upgrade error: "java.lang.Exception: ConfigException: Error while setting the value "wpc_InfyA_DefaultPageTemplate" for the configuration object "config://target2/cm/wpc/page/main_page" and property "defaultlayout"
         Inner exception is:
         InvalidCheckConfigException: Cannot find configuration object "wpc_InfyA_DefaultPageTemplate" referenced by property "defaultlayout" of configuration object "configurable_[Archana_A03]_config://target3/cm/wpc/page/main_page" in folder "/cm/wpc/layout/layouts".
         Inner exception is:
         ConfigException: Error while setting the value "wpc_InfyA_DefaultPageTemplate" for the configuration object "config://target2/cm/wpc/page/main_page" and property "defaultlayout"
              Inner exception is:
              InvalidCheckConfigException: Cannot find configuration object "wpc_InfyA_DefaultPageTemplate" referenced by property "defaultlayout" of configuration object "configurable_[Archana_A03]_config://target3/cm/wpc/page/main_page" in folder "/cm/wpc/layout/layouts".
    ImportExportConfigException: Upgrade error: "java.lang.Exception: ConfigException: Error while setting the value "iView,wpc_arch_article,wpc_InfyA_Link_List_Bold,wpc_middle_Article,wpc_miniarticle,wpc_urliview_item,wpc_webbanner,wpc_webfeature,wpc_weblinklist,wpc_webrsslinklist,wpc_websimple" for the configuration object "config://target2/cm/wpc/containers/wpc_container_def_cell_A1" and property "allowedrestypes"
         Inner exception is:
         InvalidCheckConfigException: 2 elements of the list "allowedrestypes" are invalid: "wpc_middle_Article,wpc_urliview_item"
              Inner exception "1" of "2" is:
              InvalidCheckConfigException: Cannot find configuration object "wpc_middle_Article" referenced by property "allowedrestypes" of configuration object "undefinedConfigurable" in folder "/cm/services/resource_types".
              Inner exception "2" of "2" is:
              InvalidCheckConfigException: Cannot find configuration object "wpc_urliview_item" referenced by property "allowedrestypes" of configuration object "undefinedConfigurable" in folder "/cm/services/resource_types".
         Inner exception is:
         ConfigException: Error while setting the value "iView,wpc_arch_article,wpc_InfyA_Link_List_Bold,wpc_middle_Article,wpc_miniarticle,wpc_urliview_item,wpc_webbanner,wpc_webfeature,wpc_weblinklist,wpc_webrsslinklist,wpc_websimple" for the configuration object "config://target2/cm/wpc/containers/wpc_container_def_cell_A1" and property "allowedrestypes"
              Inner exception is:
              InvalidCheckConfigException: 2 elements of the list "allowedrestypes" are invalid: "wpc_middle_Article,wpc_urliview_item"
                   Inner exception "1" of "2" is:
                   InvalidCheckConfigException: Cannot find configuration object "wpc_middle_Article" referenced by property "allowedrestypes" of configuration object "undefinedConfigurable" in folder "/cm/services/resource_types".
                   Inner exception "2" of "2" is:
                   InvalidCheckConfigException: Cannot find configuration object "wpc_urliview_item" referenced by property "allowedrestypes" of configuration object "undefinedConfigurable" in folder "/cm/services/resource_types".
    ImportExportConfigException: Upgrade error: "java.lang.Exception: ConfigException: Error while setting the value "wpc_arch_article,wpc_faq,wpc_InfyA_Link_List_Bold,wpc_middle_Article,wpc_miniarticle,wpc_urliview_item,wpc_webarticle,wpc_webbanner,wpc_webfeature,wpc_weblinklist,wpc_webrsslinklist,wpc_websimple" for the configuration object "config://target2/cm/wpc/compound/wpc_page" and property "allowedchildtypes"
         Inner exception is:
         InvalidCheckConfigException: 2 elements of the list "allowedchildtypes" are invalid: "wpc_middle_Article,wpc_urliview_item"
              Inner exception "1" of "2" is:
              InvalidCheckConfigException: Cannot find configuration object "wpc_middle_Article" referenced by property "allowedchildtypes" of configuration object "undefinedConfigurable" in folder "/cm/services/resource_types".
              Inner exception "2" of "2" is:
              InvalidCheckConfigException: Cannot find configuration object "wpc_urliview_item" referenced by property "allowedchildtypes" of configuration object "undefinedConfigurable" in folder "/cm/services/resource_types".
         Inner exception is:
         ConfigException: Error while setting the value "wpc_arch_article,wpc_faq,wpc_InfyA_Link_List_Bold,wpc_middle_Article,wpc_miniarticle,wpc_urliview_item,wpc_webarticle,wpc_webbanner,wpc_webfeature,wpc_weblinklist,wpc_webrsslinklist,wpc_websimple" for the configuration object "config://target2/cm/wpc/compound/wpc_page" and property "allowedchildtypes"
              Inner exception is:
              InvalidCheckConfigException: 2 elements of the list "allowedchildtypes" are invalid: "wpc_middle_Article,wpc_urliview_item"
                   Inner exception "1" of "2" is:
                   InvalidCheckConfigException: Cannot find configuration object "wpc_middle_Article" referenced by property "allowedchildtypes" of configuration object "undefinedConfigurable" in folder "/cm/services/resource_types".
                   Inner exception "2" of "2" is:
                   InvalidCheckConfigException: Cannot find configuration object "wpc_urliview_item" referenced by property "allowedchildtypes" of configuration object "undefinedConfigurable" in folder "/cm/services/resource_types".
    can u please help me.??
    Thanks,
    Archana.

  • 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.

  • Help Needed in resolving problems with Hyperion Planning Web Forms

    Hi,Can anyone help me with this problem?Problem:We are running Planning 2.3.1 I have created Webform & security(application owner has the ownership).Somehow Iam getting only 7 dimensions into webform & 1 dimension is missing in that. But whereas 8 dimensions are there in Essbase.Hsp_Rates dimension is available in essbase outline but Iam unable to see that dimension in the webform selection.And using the webform Iam unable to load any data ...the form is graded/protected.Is this happening because i dont have the requirement of 1 member from each Dimension?Please someone let me know why this is happening what might be the reason.ThanksUser

    Hi,The dimension Hsp_Rates is a hide dimension used by Planning to store the exchange rates for the differentes exchanges.All the standard information is stored on HSP_InputValue member (in this dimension).When you create a web form, Planning automatically asign this member (but don't show it).Probably you can't load data because you are selected on Version dimension a Standard Botton Up version, and you only can load data on level 0 members in this type of version.If you want to load data on upper level members, then you need to create a Standard Target version (in the Version dimension) and select it in the form.Please, advice if this solve your problemClaudioBPD Solutions

Maybe you are looking for