First ever Web Form - URL error

Hi. I'm attempting to call my first Web form, but I'm getting this error:
URL:
http://springfield01:7777/forms/frmservlet?config=ttmsmenu
ERROR:
500 Internal Server Error
Forms Servlet Error.
Missing or invalid value for baseHTML parameter.
Please check the servlet configuration to make sure this value specifies a valid file.
My FormsWeb.Cfg file is posted below. Any help would be greatly appreciated!
FORMSWEB.CFG:
# $Id: formsweb.cfg 15-apr-2005.13:17:30 pkuhn Exp $
# formsweb.cfg defines parameter values used by the FormsServlet (frmservlet)
# This section defines the Default settings. Any of them may be overridden in the
# following Named Configuration sections. If they are not overridden, then the
# values here will be used.
# The default settings comprise two types of parameters: System parameters,
# which cannot be overridden in the URL, and User Parameters, which can.
# Parameters which are not marked as System parameters are User parameters.
# SYSTEM PARAMETERS
# These have fixed names and give information required by the Forms
# Servlet in order to function. They cannot be specified in the URL query
# string. But they can be overridden in a named configuration (see below).
# Some parameters specify file names: if the full path is not given,
# they are assumed to be in the same directory as this file. If a path
# is given, then it should be a physical path, not a URL.
# USER PARAMETERS
# These match variables (e.g. %form%) in the baseHTML file. Their values
# may be overridden by specifying them in the URL query string
# (e.g. "http://myhost.mydomain.com/forms/frmservlet?form=myform&width=700")
# or by overriding them in a specific, named configuration (see below)
[default]
# System parameter: default base HTML file
baseHTML=base.htm
# System parameter: base HTML file for use with JInitiator client
baseHTMLjinitiator=basejini.htm
# System parameter: base HTML file for use with Sun's Java Plug-In
baseHTMLjpi=basejpi.htm
# System parameter: delimiter for parameters in the base HTML files
HTMLdelimiter=%
# System parameter: working directory for Forms runtime processes
# WorkingDirectory defaults to <oracle_home>/forms if unset.
workingDirectory=
# System parameter: file setting environment variables for the Forms runtime processes
envFile=default.env
# Forms runtime argument: whether to escape certain special characters
# in values extracted from the URL for other runtime arguments
escapeparams=true
# Forms runtime argument: which form module to run
form=test.fmx
# Forms runtime argument: database connection details
userid=
# Forms runtime argument: whether to run in debug mode
debug=no
# Forms runtime argument: host for debugging
host=
# Forms runtime argument: port for debugging
port=
# Other Forms runtime arguments: grouped together as one parameter.
# These settings support running and debugging a form from the Builder:
otherparams=buffer_records=%buffer% debug_messages=%debug_messages% array=%array% obr=%obr% query_only=%query_only% quiet=%quiet% render=%render% record=%record% tracegroup=%tracegroup% log=%log% term=%term%
# Sub argument for otherparams
buffer=no
# Sub argument for otherparams
debug_messages=no
# Sub argument for otherparams
array=no
# Sub argument for otherparams
obr=no
# Sub argument for otherparams
query_only=no
# Sub argument for otherparams
quiet=yes
# Sub argument for otherparams
render=no
# Sub argument for otherparams
record=
# Sub argument for otherparams
tracegroup=
# Sub argument for otherparams
log=
# Sub argument for otherparams
term=
# HTML page title
pageTitle=Oracle Application Server Forms Services
# HTML attributes for the BODY tag
# HTMLbodyAttrs=
# immediately hide the applet parent window
HTMLbodyAttrs=onLoad='javascript:self.moveTo(1601,1201)'
# HTML to add before the form
# HTMLbeforeForm=
HTMLbeforeForm=<SCRIPT LANGUAGE="JavaScript">window.opener = top;</SCRIPT>
# HTML to add after the form
HTMLafterForm=
# Forms applet parameter: URL path to Forms ListenerServlet
serverURL=/forms/lservlet
# Forms applet parameter
codebase=/forms/java
# Forms applet parameter
# imageBase=DocumentBase
imageBase=/forms/java
# Forms applet parameter
#width=1000
#width=100%
width=500
# Forms applet parameter
#height=700
#height=100%
height=500
# Forms applet parameter
separateFrame=true
# separateFrame=
# Forms applet parameter
splashScreen=no
#splashScreen=ttmslogo_new.gif
# Forms applet parameter
background=no
# background=
# background=ttmslogo_new.gif
# Forms applet parameter
logo=ttms_banner.gif
# Forms applet parameter
lookAndFeel=Oracle
# Forms applet parameter
colorScheme=teal
# Forms applet parameter
restrictedURLparams=HTMLbodyAttrs,HTMLbeforeForm,pageTitle,HTMLafterForm,log,allow_debug,allowNewConnections
# Forms applet parameter
formsMessageListener=
# Forms applet parameter
recordFileName=
# Forms applet parameter
serverApp=default
# Forms applet archive setting for JInitiator
archive_jini=frmall_jinit.jar
# Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer, etc)
archive=frmall.jar
# Number of times client should retry if a network failure occurs. You should
# only change this after reading the documentation.
networkRetries=0
# Page displayed to Netscape users to allow them to download Oracle JInitiator.
# Oracle JInitiator is used with Windows clients.
# If you create your own page, you should set this parameter to point to it.
jinit_download_page=/forms/jinitiator/us/jinit_download.htm
# Parameter related to the version of JInitiator
jinit_classid=clsid:CAFECAFE-0013-0001-0022-ABCDEFABCDEF
# Parameter related to the version of JInitiator
jinit_exename=jinit.exe#Version=1,3,1,22
# Parameter related to the version of JInitiator
jinit_mimetype=application/x-jinit-applet;version=1.3.1.22
# Page displayed to users to allow them to download Sun's Java Plugin.
# Sun's Java Plugin is typically used for non-Windows clients.
# (NOTE: you should check this page and possibly change the settings)
jpi_download_page=http://java.sun.com/products/archive/j2se/1.4.2_06/index.html
# Parameter related to the version of the Java Plugin
jpi_classid=clsid:CAFEEFAC-0014-0002-0006-ABCDEFFEDCBA
# Parameter related to the version of the Java Plugin
jpi_codebase=http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,06
# Parameter related to the version of the Java Plugin
jpi_mimetype=application/x-java-applet;jpi-version=1.4.2_06
# EM config parameter
# Set this to "1" to enable Enterprise Manager to track Forms processes
em_mode=0
# Single Sign-On OID configuration parameter
oid_formsid=%OID_FORMSID%
# Single Sign-On OID configuration parameter
oracle_home=/apps/oracle9i/product/oracleforms
# Single Sign-On OID configuration parameter
formsid_group_dn=%GROUP_DN%
# Single Sign-On OID configuration parameter: indicates whether we allow
# dynamic resource creation if the resource is not yet created in the OID.
ssoDynamicResourceCreate=true
# Single Sign-On parameter: URL to redirect to if ssoDynamicResourceCreate=false
ssoErrorUrl=
# Single Sign-On parameter: Cancel URL for the dynamic resource creation DAS page.
ssoCancelUrl=
# Single Sign-On parameter: indicates whether the url is protected in which
# case mod_osso will be given control for authentication or continue in
# the FormsServlet if not. It is false by default. Set it to true in an
# application-specific section to enable Single Sign-On for that application.
ssoMode=false
# The parameter allow_debug determines whether debugging is permitted.
# Administrators should set allow_debug to "true" if servlet
# debugging is required, or to provide access to the Forms Trace Xlate utility.
# Otherwise these activities will not be allowed (for security reasons).
allow_debug=false
# Parameter which determines whether new Forms sessions are allowed.
# This is also read by the Forms EM Overview page to show the
# current Forms status.
allowNewConnections=true
# EndUserMonitoring
# EndUserMonitoringEnabled parameter
# Indicates whether EUM/Chronos integration is enabled
EndUserMonitoringEnabled=
# EndUserMonitoringURL
# indicates where to record EUM/Chronos data
EndUserMonitoringURL=
# Example Named Configuration Section
# Example 1: configuration to run forms in a separate browser window with
# "generic" look and feel (include "config=sepwin" in the URL)
# You may define your own specific, named configurations (sets of parameters)
# by adding special sections as illustrated in the following examples.
# Note that you need only specify the parameters you want to change. The
# default values (defined above) will be used for all other parameters.
# Use of a specific configuration can be requested by including the text
# "config=<your_config_name>" in the query string of the URL used to run
# a form. For example, to use the sepwin configuration, your could issue
# a URL like "http://myhost.mydomain.com/forms/frmservlet?config=sepwin".
[sepwin]
separateFrame=True
lookandfeel=Generic
# Example Named Configuration Section
# Example 2: configuration forcing use of the Java Plugin in all cases (even if
# the client browser is on Windows)
[jpi]
baseHTMLJInitiator=basejpi.htm
# Example Named Configuration Section
# Example 3: configuration running the Forms ListenerServlet in debug mode
# (debug messages will be written to the servlet engine's log file).
[debug]
serverURL=/forms/lservlet/debug
# Sample configuration for deploying WebUtil. Note that WebUtil is shipped with
# DS but not AS and is also available for download from OTN.
[webutil]
WebUtilArchive=frmwebutil.jar,jacob.jar
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
baseHTMLjinitiator=webutiljini.htm
baseHTMLjpi=webutiljpi.htm
archive_jini=frmall_jinit.jar
archive=frmall.jar
lookAndFeel=oracle
[ttmsmenu]
WebUtilArchive=frmwebutil.jar,jacob.jar
WebUtilLogging=off
WebUtilLoggingDetail=normal
WebUtilErrorMode=Alert
WebUtilDispatchMonitorInterval=5
WebUtilTrustInternal=true
WebUtilMaxTransferSize=16384
baseHTMLjinitiator=webutiljini.htm
baseHTMLjpi=webutiljpi.htm
baseHTML=webutilbase.htm
archive_jini=frmall_jinit.jar
archive=frmall.jar
lookAndFeel=oracle
width=500
height=500
background=no
form=ttmsmenu.fmx

# or by overriding them in a specific, named configuration (see below)
[default]
this line seems to start a named section that finishes nowhere.
comment this line (put a # in front of it)
FRancois

Similar Messages

  • Help with my first ever PDF form

    Hi there,
    In my PDF form there are a couple of time fields. I would like some help on couple of things as this is my first ever PDF form:
    Display current time in format HH:MM when the document is opened.
    I would like to display a default value for time such as 00:00. Is that ok? How generally default time is displayed?
    If someone enters anything else in time field, I get a default message such as ‘The value entered does not match the format of the field [fieldname]’ Is there a way where I can customize this error message. If so, how can I do it.
    Thanks for your help. Please explain your solution in steps as this is my first form that I'm creating in Acrobat 9.
    Joe Green

    1. Place this script in the doc-level (of course, edit the field name as required):
    this.getField("CurrentTime").value = util.printd("HH:MM", new Date());
    2. Just enter that value as the Default Value of your fields.
    3. Only if you use a custom format and validate scripts, which is quite a bit of work...

  • Invalid Web Service URL Error

    I am trying to access define a new webservice system using the WSDL for my local queryview web service.  When I put in the WSDL URL it comes back with a "Invalid Web Service URL" error.  If I put the URL in the Browser address, it successfully brings back the web service information.  Any ideas why I can't define this web service system?
    http://<server>:8001/sap/bw/xml/soap/queryview?sap-client=040&wsdl=1.1
    <server> is a token for posting concerns...
    Thanks!

    I am imagining that the BW QUERY_VIEW_DATA web service complies to the Basic Profile 1.0. 
    And I don't quite understand this part?
    <i>In addition, connections to Web services for SAP backend systems must be performed via logical destinations (configured in the SAP J2EE engine with the Visual Administrator) and not via portal systems</i>
    Since the QUERY_VIEW_DATA Web Service resides on my BW system is the BW system considered a SAP backend system?  Any guidance is greatly appreciated.

  • "invalid web service URL" error for create web service system

    Hi.
    I want to call web service in visual composer and try to create Web Service definition.
    When I push create button in visual composer, I got "invalid web service URL" error.
    My web service is located in SAP ABAP System and I can check WSDL URL in web service homepage.
    (http://mycompany.com:8000/sap/bc/srt/rfc/sap/ZTEST?sap-client=500&wsdl=1.1)
    Any ideas for this error ?
    Regards, Arnold.

    Hi
    Please can you create the web service in the portal as a portal system, this will work and you will be able to see the service in Visual Composer.
    Jarrod Williams

  • Web Form creation Error

    Hi,
    When I am going to create a web form and click the create button, there comes out an error, when clicking the explorer warning tab, it says
    "URL: http://ip:19000/HyperionPlanning/Servlet/HspCreateForm?Application-demo&RND=0.61554385&FOLDERID=9"
    Does anybody ever encounter this kind of problem and know how to solve it? Thanks in Advance.

    When I am going to create a web form and click the create button, there comes out an error, when clicking the explorer warning tab, it says What is that error?
    Which version of Planning and web browser you are using?
    check if something is logged in Planning's sysout or syserror logs.
    Cheers...!!!
    Rahul S.

  • Web form integration error

    I am working on integrating a web form with Oracle CRM On-demand. This web form offers the ability for users to submit file attachments.
    Rether than submit the whole file as an attachments, we would like them to submit a URL to the attachment. I would like these URLs to appear under the "Attachemnts" tab which appears at the bottom of every new Oracle profile.
    I’ve attached the error message and the wsdl file that I’m using.
    You can download them here:
    http://www.mediafire.com/?djeeeify0zn
    Also here is the code snippet that is calling the web service:
    SCAPTitle.AttachmentData[] data = new SCAPTitle.AttachmentData[1];
    data[0] = new SCAPTitle.AttachmentData();
    data[0].Attachment = file.FileBytes;
    data[0].DisplayFileName = displayFileName;
    SCAPTitle.ListOfAttachmentData[] listOfAttachmentData = new SCAPTitle.ListOfAttachmentData[1];
    listOfAttachmentData[0] = new SCAPTitle.ListOfAttachmentData();
    listOfAttachmentData[0].Attachment = data;
    CustomObject1Data[] myCustom1Data = new CustomObject1Data[1];
    myCustom1Data[0] = new CustomObject1Data();
    myCustom1Data[0].ListOfAttachment = listOfAttachmentData[0];
    ListOfCustomObject1Data myListOfCustom1Data = new ListOfCustomObject1Data { CustomObject1 = myCustom1Data };
    CustomObject1Update_Input myCustom1ObjectUpdateInput = new CustomObject1Update_Input { ListOfCustomObject1 = myListOfCustom1Data };
    CustomObject1Update_Output myCustom1ObjectUpdateOutput = scap.CustomObject1Update(myCustom1ObjectUpdateInput);
    This is using Visual Studio 2008.
    Can you help me fix the code, so I don't get an error message?

    Hi,
    Attachment in Ondemand are Always Child objects, they need to be associated to a parent in you case which is CustomObject1, as you can see you have not specified the CustomObject Record Id to which the Attachment needs to be associated to.
    Specify the Row Id of the record to which the Attachment needs to be associated to
    //Specifing the Record's RowId
    myCustom1Data[0] .Id='AXSA-1234'
    Regards,
    Deepak H Andeli

  • Web form delivery error

    I tested a web form in the staging environment (villagekidsdentistry.businesscatalyst.com) and it worked perfectly.  Then I pushed the site live and now the form will not deliver to any of the notification e-mail addresses.  The form is sending using a Yahoo e-mail address and I get a delivery error notirication in that Yahoo account from "[email protected]" saying, "An error occurred while trying to deliver the mail to the following recipients:"
    Can anyone help me fix this problem?  The actual live site is www.villagekidsdentistry.com.
    Thanks.

    I'm having the same sort of trouble, but a little different. We have group email addresses and a contact form we have on our site (www.adam.co.uk) - it flings emails out to everyone in the group, even though only one email is used. We're having some mailer daemons ping through to those people in the group who have a slightly different email designation/ending.
    For example this is everyone in this [email protected] group:
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    [email protected]
    Everyone received the email who has the 'adam.co.uk' designation, but anyone who has another (in this example 'centerprise.co.uk') gets a daemon. Does anyone have any ideas why this might be?

  • Web Forms Connection Error

    Hi Folks,
    I need help in deciphering this error message. I am trying to
    connect via the browser to a simple form in Developer SErver and
    I get this error in the Applet Window:
    FRM-99999: An unexpected error occurred.
    Details...
    Java Exception:
    sun.applet.AppletSecurityException: Checkconnect.networkhost1
    at sun.applet.AppletSecurity.checkConnect
    (AppletSecurity.java:599)
    at sun.applet.AppletSecurity.checkConnect
    (AppletSecurity.java:641)
    at sun.applet.AppletSecurity.checkConnect(Compiled Code)
    at java.net.InetAddress.getAllByName0(Compiled Code)
    at java.net.InetAddress.getByName0(Compiled Code)
    at java.net.Socket<init>(Socket.java:89)
    at oracle.forms.net.SocketConnection.connect
    (SocketConnection.java)
    at oracle.forms.engine.Runform.initConnection(Runform.java)
    at oracle.forms.engine.Runform.startConnection(Runform.java)
    at oracle.forms.engine.Main.createRunform(Main.java)
    at oracle.forms.engine.Main.startImpl(Main.java)
    at oracle.forms.engine.Main.start(Compiled Code)
    at sun.applet.JinitAppletPanel.run(Compiled Code)
    at java.lang.Thread.run(Thread.java:466)
    I have tries the following so far:
    1) changed to HTTP mode in the ifsrv60 service
    2) changed from the default port 9000 to 9999
    Although the errors are slightly different in each, they are
    also sufficiently similar.
    Many thanks,
    Ara Jeknavorian
    Genesis Consultants Inc.
    [email protected]
    null

    Thanks for the reply; however, I was using IE 5 when this
    problem occured and am still using IE 5. I think my problem may
    be one of configuration. Presently, I have the OAS on a linux
    maching and the Developer Server on an NT box. I am using the
    parameter "serverHost" in the ActiveX control. I have tried
    using the UNC format and it responded with an error so I
    revereted back to the explicit the host name (HOSTS file is
    correct).
    Since the original problem, ifsrv60 has caused NT to die. Now
    I have to reinstall the OS. Luckily I had a dual-boot with
    Win98 or else I would have lost much more than the OS.
    Ara
    harjeet singh bakshi (guest) wrote:
    : hello,
    : this problem will not come using IE 5.0 browser, if everything
    : else is configured properly.just try it out
    : harjeet
    null

  • How to setup a purchase discount on my web form?

    How to setup a purchase discount on my web form? I use adobe form central and my wix web page only allow me to insert ready host form URL.

    Hi,
      I believe you want to embed a form on your web page.  Please take a look at this link, http://forums.adobe.com/docs/DOC-1991 and see if it works with your web page.  I am not familiar with wix websites tools, but if after trying it out with the instructions on how to embed the form, and does not work, maybe you can provide the FormsCentral web form URL on your web page.  Your end users visit your web page, click on the web form URL link and the form will open in a new browser.
    To get the FormsCentral web form URL, open the form, go to Distribute Tab / Web Form sub-tab and select "Copy Link", then paste the link on your web html page.
    If you want to set up your form to work with PayPal for payment transaction, please see this link: http://forums.adobe.com/docs/DOC-1632
    Hope this helps,
    Thanks,
    Lucia

  • Invalid Web service URL

    Hi All,
    While creating a model in VC7.0 based on an external webservice(ex: http://api.google.com/GoogleSearch.wsdl), I ended-up with Invalid Web service URL error.
    Note: When I access the same  WSDL URL using browser it didn't ask me for user authentication, the XML file was opened neatly.
    Please assist.
    FYI- Portal Version is NW2004s SP16.
    Kind regards,
    Vijay

    Hi Fabien,
    Thanks for your feedback.
    Yes, I had tried with simple and local one, and found success in that as well.
    But, this time I would like to create a model based on the some 3rd party webservice available in internet.
    If you know few simple 3rd party webservice available in internet as like the one I have mentioned in my initial post, that would be helpful to me.
    Many thanks.
    Kind regards,
    Vijay

  • 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

  • Parameter form works on web but submit query causes url error

    we have been able to both run the report on the web server with parameters preincluded and run a parameter form by itself. The question is how do you run a report with a parameter form on the web in which you enter the parameters and then submit the query without it giving you a cannot find url error?
    Any help is greatly appreciated

    These values are not stored in any file. Reports server will replace action and hidden with the actual values while generating parameter form. You can see the source of html parameter form generated to understand these.
    For your scheduling requirement one very simple solution would be to create a user parameter with name 'SCHEDULE' and map a field in the pform to the 'SCHEDULE' user parameter.
    You can also use a hidden field by name 'SCHEDULE' and set the value using javascript when button is clicked.

  • E-mail signup web form - Error message

    My index page has a newsletter signup web form. The workflow attached works, but when a user enters their e-mail and clicks "submit" they get an error message. I used a bc gurus template and this is the one thing I cannot find, how to change the link of the submit button or fix the confirmation. url is thesoleconnectionllc.com
    I'm stumped, help would be greatly appreciated!!
    Thanks

    It is a module inserted basic implementation.
    It allows for drag and drop ordering which will update the form and any changes and new additions will update the form - which is what is happening in your case.
    ID's etc changing have no baring on what is happening.
    But what your saying... I am not sure your seeing what your saying. Even in this case I do can not replicate what your doing.
    This is a test form:
    The ID is - CAT_Custom_19956061
    I can edit auto responder, I can add new fields, I can save and update the form in the admin, go into another part of the admin and come back - the ID for this field NEVER changes. The Script ID etc in the html of course updates if I make changes this never changes.
    The ONLY way this changes is if I delete and remake the field.
    So you need to make a BC support ticket. Your either doing something critical like removing and re-adding the form fields and not stating that here or, for what ever reason on that site only there is an issue.

  • Web Form Error Message

    I have a very large collection form although it only has 14 "Required fields
    When I press submit, I get a new page with the following message -
    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.
    Name and email are definitely there, and I have tested every field and submitted data.
    However if I enter just my name and email address, then all the other required fields are ignored.
    I cut down the code to only include the fields that are important to check - same result
    here it is
    <script type="text/javascript" src="http://propertywealthpartners.businesscatalyst.com/CatalystScripts/ValidationFunctions.js"></script>
                <script type="text/javascript">
    //<![CDATA[
    var submitcount75734 = 0;function checkWholeForm75734(theForm){var why = "";if (theForm.FirstName) why += isEmpty(theForm.FirstName.value, "First Name");if (theForm.LastName) why += isEmpty(theForm.LastName.value, "Last Name");if (theForm.EmailAddress) why += checkEmail(theForm.EmailAddress.value);if (theForm.HomeAddress) why += isEmpty(theForm.HomeAddress.value, "Home Address");if (theForm.HomeCity) why += isEmpty(theForm.HomeCity.value, "Home City");if (theForm.HomeState) why += isEmpty(theForm.HomeState.value, "Home State");if (theForm.HomeZip) why += isEmpty(theForm.HomeZip.value, "Home Zipcode");if (theForm.HomeCountry) why += checkDropdown(theForm.HomeCountry.value, "Home Country");if (theForm.CellPhone) why += isEmpty(theForm.CellPhone.value, "Cell Phone Number");if (theForm.CAT_Custom_19946743) why += isEmpty(theForm.CAT_Custom_19946743.value, "Your Age");if (theForm.CAT_Custom_19946749) why += checkDropdown(theForm.CAT_Custom_19946749.value, "Marital Status");if (theForm.CAT_Custom_19946750) why += checkDropdown(theForm.CAT_Custom_19946750.value, "Living Arrangements");if (theForm.CAT_Custom_19947405) why += isEmpty(theForm.CAT_Custom_19947405.value, "What would you like to discuss at our first meeting?");if (theForm.CAT_Custom_19947406) why += isEmpty(theForm.CAT_Custom_19947406.value, "What would you like to achieve in the next 5 years.");if (theForm.CAT_Custom_19948331) why += checkDropdown(theForm.CAT_Custom_19948331.value, "Please read and consent to our use of your information as per our Privacy Statement");
    if(why != ""){alert(why);return false;}if(submitcount75734 == 0){submitcount75734++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
    //]]>
    </script>
    I checked it against another smaller form, which is working but can't see any difference between the first few lines and last lines.

    It is a module inserted basic implementation.
    It allows for drag and drop ordering which will update the form and any changes and new additions will update the form - which is what is happening in your case.
    ID's etc changing have no baring on what is happening.
    But what your saying... I am not sure your seeing what your saying. Even in this case I do can not replicate what your doing.
    This is a test form:
    The ID is - CAT_Custom_19956061
    I can edit auto responder, I can add new fields, I can save and update the form in the admin, go into another part of the admin and come back - the ID for this field NEVER changes. The Script ID etc in the html of course updates if I make changes this never changes.
    The ONLY way this changes is if I delete and remake the field.
    So you need to make a BC support ticket. Your either doing something critical like removing and re-adding the form fields and not stating that here or, for what ever reason on that site only there is an issue.

  • Not able to record web navigation(URL/Certificate Error : Navigation Blocked) part of oracle application in open script !

    Hi,
    I am trying to record script in using Functional Oracle EBS/Form in open script but only Oracle Forms actions are got captured.
    I am not able to record first web navigation(URL/Certificate Error : Navigation Blocked) part, only i am getting "web.window(7, "/web:window[@index='0' or @title='about:blank']"). close()" code for   navigation of URL part.
    I tried with changing Capture Screen in Recorder but doesn't work. 
    How to resolve this.
    Please help me out.
    Here is some info :
    OATS version  : Version: 12.3.0.1 Build 376
    Browser : Internet Explorer 9
    Operating System : Windows 7
    I am using VPN connection to open oracle application. 

    try adding ur url in secured site list

Maybe you are looking for