How to fix a security warning on a web form?

hi, I have added a new form which I have modified, and it is coming up with a security warning (see attached screenshot)
Is there any reason why this is happening and is there anything I can do to make it secure?
Form is here:
(www.eastsidestudios.com.au > book now > view cart > checkout)
The checkout form is the one that has the security warning.
This is the code on the form:
<div class="checkOut">
<h3>CHECKOUT</h3>
<h5>* These fields are required</h5>
<form action="http://www.eastsidestudios.com.au/FormProcessv2.aspx?WebFormID=42582&OID={module_oid}&amp;OTYPE={module_otype}&amp;EID={module_eid}&amp;CID={module_cid}" enctype="multipart/form-data" onsubmit="return checkWholeForm73108(this)" method="post" name="catwebformform73108">
    <table width="600" cellspacing="0" cellpadding="2" border="0" class="webform">
        <tbody>
            <tr>
                <td colspan="3">
                <table width="600" cellspacing="0" cellpadding="2" border="0" class="webform">
                    <tbody>
                        <tr>
                            <td colspan="3"><label for="Title">Title</label>
                            <br />
                            <select class="cat_dropdown_smaller" id="Title" name="Title">
                            <option value="436503">MISS</option>
                            <option selected="selected" value="436500">MR</option>
                            <option value="436501">MRS</option>
                            <option value="436502">MS</option>
                            </select></td>
                        </tr>
                        <tr>
                            <td colspan="2"><label for="FirstName">Parent First Name <span class="req">*</span></label>
                            <br />
                            <input type="text" maxlength="255" class="cat_textbox" id="FirstName" name="FirstName" /></td>
                            <td colspan="2"><label for="LastName">Parent Last Name <span class="req">*</span></label>
                            <br />
                            <input type="text" maxlength="255" class="cat_textbox" id="LastName" name="LastName" /></td>
                        </tr>
                        <tr>
                        </tr>
                        <tr>
                            <td colspan="3"><label for="EmailAddress">Email Address <span class="req">*</span></label>
                            <br />
                            <input type="text" maxlength="255" class="cat_textbox" id="EmailAddress" name="EmailAddress" /></td>
                        </tr>
                        <tr>
                            <td style="width: 188px;"><label for="HomeAddress">Home Address <span class="req">*</span></label>
                            <br />
                            <input type="text" maxlength="500" class="cat_textbox" id="HomeAddress" name="HomeAddress" /></td>
                            <td colspan="3"><label for="HomeCity">Suburb <span class="req">*</span></label>
                            <br />
                            <input type="text" maxlength="255" class="cat_textbox" id="HomeCity" name="HomeCity" /></td>
                            <td colspan="3" style="width: 172px;"><label for="HomeZip">Zipcode/Postcode <span class="req">*</span></label>
                            <br />
                            <input type="text" maxlength="255" class="cat_textbox" id="HomeZip" name="HomeZip" /></td>
                        </tr>
                        <tr>
                        </tr>
                        <tr>
                        </tr>
                        <tr>
                            <td colspan="3"><label for="HomePhone">Home Phone Number <span class="req">*</span></label>
                            <br />
                            <input type="text" maxlength="255" class="cat_textbox" id="HomePhone" name="HomePhone" /></td>
                        </tr>
                        <tr>
                            <td colspan="3"><label for="CellPhone">Cell Phone Number <span class="req">*</span></label>
                            <br />
                            <input type="text" maxlength="255" class="cat_textbox" id="CellPhone" name="CellPhone" /></td>
                        </tr>
                        <tr>
                            <td colspan="3"><label>Payment Method <span class="req">*</span></label>
                            <br />
                            <input type="radio" value="5" id="PaymentMethodType_5" name="PaymentMethodType" />
                            PayPal<br />
                            </td>
                        </tr>
                        <tr>
                            <td><label for="CAT_Custom_259470">Child 1 Name <span class="req">*</span></label>
                            <br />
                            <input type="text" class="cat_textbox" id="CAT_Custom_259470" name="CAT_Custom_259470" maxlength="1024" /></td>
                            <td colspan="3"><label for="CAT_Custom_259481">Date of Birth Child 1 <span class="req">*</span></label>
                            <br />
                            <input type="text" class="cat_textbox" id="CAT_Custom_259481" name="CAT_Custom_259481" maxlength="1024" /></td>
                            <td colspan="3"><label for="CAT_Custom_259484">T-Shirt Size - Child 1 (holiday camp only)</label>
                            <br />
                            <select class="cat_dropdown" id="CAT_Custom_259484" name="CAT_Custom_259484">
                            <option value=" ">-- Please select --</option>
                            <option value="XS">XS</option>
                            <option value="S">S</option>
                            <option value="M">M</option>
                            <option value="L">L</option>
                            </select></td>
                        </tr>
                        <tr>
                        </tr>
                        <tr>
                        </tr>
                        <tr>
                            <td><label for="CAT_Custom_259475">Child 2 Name</label>
                            <br />
                            <input type="text" class="cat_textbox" id="CAT_Custom_259475" name="CAT_Custom_259475" maxlength="1024" /></td>
                            <td colspan="3"><label for="CAT_Custom_259482">Date of Birth Child 2</label>
                            <br />
                            <input type="text" class="cat_textbox" id="CAT_Custom_259482" name="CAT_Custom_259482" maxlength="1024" /></td>
                            <td colspan="3"><label for="CAT_Custom_259485">T-Shirt Size - Child 2 (holiday camp only)</label>
                            <br />
                            <select class="cat_dropdown" id="CAT_Custom_259485" name="CAT_Custom_259485">
                            <option value=" ">-- Please select --</option>
                            <option value="XS">XS</option>
                            <option value="S">S</option>
                            <option value="M">M</option>
                            <option value="L">L</option>
                            <option value="XL">XL</option>
                            </select></td>
                        </tr>
                        <tr>
                        </tr>
                        <tr>
                        </tr>
                        <tr>
                            <td colspan="3"><label for="CAT_Custom_259472">School</label>
                            <br />
                            <input type="text" class="cat_textbox" id="CAT_Custom_259472" name="CAT_Custom_259472" maxlength="1024" /></td>
                        </tr>
                        <tr>
                            <td colspan="3"><label>I hereby give permission for my child to attend Eastside Studios and I understand that my child will be supervised for the duration of the class camp and/or aftercare hours only. (Aftercare hours only available during holiday camps) <span class="req">*</span></label>
                            <br />
                            <input type="radio" value="Yes" id="CAT_Custom_259476_0" name="CAT_Custom_259476" checked="checked" />
                            Yes</td>
                        </tr>
                        <tr>
                            <td colspan="3"><label for="CAT_Custom_259473">Does your child have any condition/illnesses/allergies that we need to be aware of?</label>
                            <br />
                            <textarea onkeydown="if(this.value.length&gt;=1024)this.value=this.value.substring(0,1023);" class="cat_listbox" rows="4" cols="10" id="CAT_Custom_259473" name="CAT_Custom_259473"></textarea></td>
                        </tr>
                        <tr>
                            <td colspan="3"><label>I give permission for my child to be photographed during the class and understand these photos may be used exclusively for Eastside Studios advertising material. <span class="req">*</span></label>
                            <br />
                            <input type="checkbox" value="Yes" id="CAT_Custom_259474_0" name="CAT_Custom_259474" />
                            Yes<br />
                            <input type="checkbox" value="No" id="CAT_Custom_259474_1" name="CAT_Custom_259474" />
                            No</td>
                        </tr>
                        <tr>
                            <td colspan="3"><input type="checkbox" name="CampaignList_29296" />
                            Subscribe to: Eastside Studios Database</td>
                        </tr>
                        <tr>
                            <td colspan="3"><input type="submit" id="catwebformbutton" value="Submit" class="cat_button" /></td>
                        </tr>
                    </tbody>
                </table>
                </td>
            </tr>
        </tbody>
    </table>
    <script type="text/javascript" src="http://www.eastsidestudios.com.au/CatalystScripts/ValidationFunctions.js"></script>
    <script type="text/javascript">
//<![CDATA[
var submitcount73108 = 0;function checkWholeForm73108(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.HomePhone) why += isEmpty(theForm.HomePhone.value, "Home Phone Number"); if (theForm.CellPhone) why += isEmpty(theForm.CellPhone.value, "Cell Phone Number"); if (theForm.PaymentMethodType) why += checkSelected(theForm.PaymentMethodType, "Payment Method");if (theForm.CAT_Custom_259470) why += isEmpty(theForm.CAT_Custom_259470.value, "Child 1 Name");if (theForm.CAT_Custom_259481) why += isEmpty(theForm.CAT_Custom_259481.value, "Date of Birth Child 1");if (theForm.CAT_Custom_259476) why += checkSelected(theForm.CAT_Custom_259476, "I hereby give permission for my child to attend Eastside Studios and I understand that my child will be supervised for the duration of the class camp and/or aftercare hours only. (Aftercare hours only available during holiday camps)");if (theForm.CAT_Custom_259474) why += checkSelected(theForm.CAT_Custom_259474, "I give permission for my child to be photographed during the class and understand these photos may be used exclusively for Eastside Studios advertising material.");if(why != ""){alert(why);return false;}if(submitcount73108 == 0){submitcount73108++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
//]]>
</script>
</form>
</div>

The problem is in <form action="http://www.eastsidestudios.com.au/FormProcessv2.aspx?WebFormID=42582&O ID={module_oid}&amp;OTYPE={module_otype}&amp;EID={module_eid}&amp;CID={mo dule_cid}"
You have to remove http://www.eastsidestudios.com.au from the action URL and make it relative:
<form action="/FormProcessv2.aspx?WebFormID=42582&O ID={module_oid}&amp;OTYPE={module_otype}&amp;EID={module_eid}&amp;CID={mo dule_cid}"
Cheers,
-mario

Similar Messages

  • How do I disable Security Warning - "The application requires an earlier...

    h4. How do I disable Security Warning - "The application requires an earlier Java. Do you want to continue?" ?
    The message is correct - our ESS application requires 1.4.08, but this message has begun with 1.6.11. Earlier versions of 1.6 did not produce this. Is there any setting anywhere that I can use to prevent this from displaying for my users?
    Thanks.

    The simplest approach is to only have the latest version of Java "enabled".
    A fix, step-by-step, is as follows:
    1. Close all browsers;
    2. Make sure you are running latest version of Java (check this via Java Control Panel in Windows Control Panel, or, more simply, just download latest version from Java.com) (as of today's date, the latest version is 1.6.0_14);
    3. Open Java Control Panel (via Windows Control Panel);
    4. Go to "Java" tab;
    5. Click on "View" in "Java Applet Runtime Settings" of that tab;
    6. Uncheck "Enabled" for every version of Java listed EXCEPT for the latest version;
    7. Click "OK", etc., and thus close Java Control Panel;
    8. Restart browser(s);
    9. Done.
    Alternatively, you can Uninstall all earlier versions via Windows Control Panel - Programs and Features (This is in Vista; similarly in other Windows versions)... Select previous versions and uninstall them. Leave the most current version.
    This was a puzzling one, at least for me. Took a while to figure out.
    M

  • Is there a fix for security warning:

    Is there a fix for security warning: the document is trying to connect to file:/index.cfm?event=Vendorsonly.submiteventform---trust choose allow--no trust choose block. I need a fix for this.

    My systems are all running 10.4.9 with all updates.
    Here is a link to the article page ... http://www.macworld.com/2007/03/secrets/aprilmac911/index1.php ... the section in question is titled ... "Bug: Firefox security breach".
    When I click on the ..."this test page"... link it appears that Safari does in fact have this security problem.
    I know I can simply not use the 'User names and passwords' - Autofill feature. But I would like to be able to.
    Is there a fix in the works? Or, a work around.
    Thanks for the input to date. I should have included the above in the original question.

  • How to fix your security questions

    How to fix your security questions

    Hi Yungcowgirl,
    Welcome to the Support Communities!
    The article below should help you with this:
    Rescue email address and how to reset Apple ID security questions
    http://support.apple.com/kb/HT5312
    I hope this information helps ....
    Have a great day!
    - Judy

  • How to fix the security code invaild

    how to fix the security code invaild i keep writing the security code but it keeps telling me that it wrong what should i do?

    please im talking about my credit card i was buying and every thing was ok till 6 days ago it says that my billing info was wrong or aomething like that and it says i have to update it i clicked billing info it says that the security code of my card is invaild and im so sure it vaild please help me and teach me what to do (please step by step)

  • How to resolve partial result warning msg in WEBI?

    Hi
    how you resolve partial result warning msg in WEBI?
    can any one please guide me.
    Regards,
    Mahendra

    Hello,
    Go to Data Access à Edit à  Query Properties --> Uncheck the maximum rows retrieved option. This is limiting the number of rows which need to be retrieved.
    Regards,
    Shwetha

  • 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

  • How can I fix the security warning I keep getting regarding unencrypted connections?

    When I surf the internet, I get a security warning saying that I am sending information over an unencrypted connection that can be viewed by a third party. I would like to resolved this.

    The settings for the warning messages have been removed from the user interface (Bug 513166).
    You need to change the related security.warn_* prefs directly on the <b>about:config</b> page.<br />
    Filter: security.warn
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    *Use the Filter bar at to top of the about:config page to locate a preference more easily.
    *Preferences that have been modified show as bold (user set).
    *Preferences can be reset to the default via the right-click context menu if they are user set
    *Preferences can be changed via the right-click context menu: Modify (String or Integer) or Toggle (Boolean)

  • How to disable IE Security Warning on opening a "local" visio file with Visio Viewer ActiveX?

    Hello all,
    Everyone knows that Microsoft released ActiveX based Visio Viewer for free and allow the users to open Visio drawing and view/print via IE browser.
    The problem that I am facing is that some users are complaining about IE browser's security warning on "active content to run in files on My Computer".
    It means that opening .VSD files from the network, internet, intranet would be all OK but if the user wants to open .VSD files from the local hard drive (or open it as a mail attachment, which will extract it to a temp folder), it prompt the user to select "Allow Blocked Content" EVERYTIME they open them.
    I know that I can GLOBALLY disable this warning by going through Tools - Internet Options - Security section and enable "Allow active content to run in files on My Computer" but I hope that there is a way (or workaround) to allow them by file type or location, etc.
    Questions:
    1. Is there any way to disable those warning for all .VSD only while we still UNCHECK the option on Internet Options?
    2. Is there any 3rd party Win32 based viewer which wouldn't have those restriction?
    3. Is it safe assumption that McAfee VirusScan and Host IPS protection is sufficient enough to remove the IE's security warning feature?
    Thanks in advance?
    Young-

    Are you able to host/launch the VSD file via an HTM page? In that case you can format the HTM page as shown below. This will trick IE into thinking it is loading the file off of a website. Commonly called 'mark of the web'.
    <?xml version="1.0" encoding="utf-8" ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!-- saved from url=(0014)about:internet -->
    <html>
    </html>

  • How to stop HTTP Security warning message in transactional iview

    When I am trying to access ECC through transactional iview then I am getting HTTP security warning message i.e. This page contains both secure and nonsecure items. Do you want to display the nonsecure items?
    I think it is because portal is accessable using HTTPS protocol and when we access ECC then it uses HTTP Protocol.
    Pl help to resolve.

    Hi AshuGrover_in,
    First, welcome on SDN!
    > I think it is because portal is accessable using HTTPS protocol and when we access ECC then it uses HTTP Protocol.
    > Pl help to resolve.
    This might very well be the root cause of the issue, and if it is, you know the resolution - make all systems accessible via https.
    Anyhow, to examine the exact cause creating this message you could use tools like HttpWatch or something similar and record the client accesses to the server. If you originally have a GET to a https address, the first http request caused by the original request will throw this message.
    Theoretically, on client side, you can switch off this message: Search for "switch off http https warning" on google and you will get all possible instructions for the different clients. Anyhow, a clean landscape design with complete https connections is the aim you should have.
    Hope it helps
    Detlev
    PS: On SDN, if something helps, you might reward the answer, check it out.

  • How to disable Java Security Warning

    Hello Friends
    I am running different versions of JRE on a machine due to specific application exigencies.
    However I noticed that when entering on the application using the lower JRE Version,the following warning message is being obtained.
    The application requires an earlier version of Java.Do you want to continue.
    I have searched on the net..and someone advised to disable next generation Java Plug in.Apparently it solves the issue.
    But I see several advantages we get by enabling this option.Can we disable it or any other way..I can avoid seeing this warning message.
    Regards
    Kam.

    Hi Stuart,
    in Security Warning is text "The certificate used to identify this application has expired". When selected "More Information" -> "View Certificate Details" an certificate for SAP America Inc is visible. Validity of certificate is:
    [From: Thu Sep 12 03:00:00 EEST 2013,
    To: Fri May 30 02:59:59 EEST 2014]
    When I open Router Maintenance in another SAP ME installation validity of certificate is:
    [From: Thu May 27 03:00:00 EEST 2010,
    To: Sun May 27 02:59:59 EEST 2012]
    Where this certificate is located in application server? Is it in code of SAP ME in application server?
    Is it not possible to renew certificate?`
    Regards,
    - Jukka

  • How do I disable security settings on PDF fillable form?

    The PDF fillable form was made in Word and saved as a PDF. I tried copying it then bringing into Acrobat Pro X to make it a fillable form. Saved with Enabled Features but when opened into Reader I get a security warning restricting adding text or placing a signature. I've tried changing setting and can't figure out what is wrong or even if it's possible it fix this.
    Does anyone know how to fix this?
    Kwiley

    It is "The security settings on this document prevent adding text and /or placing a signature on it from Adobe Reader. To fill and sign this document you need to print it out."  These forms need to be fillable because they change and then my client places her signature or her bosses signature on the page.  Is there another way to do this?
    Thanks,
    Kathy

  • 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

  • How to configure standard report concurrent program in web forms.

    I have developed new custom report using reports6i, and defined a concurrent program registered into AOL and assigned to a request group. I tested the report runs fine from form based applications. But user wants to run this new report from web forms(Incentive Compensation). I have no idea how to create a concurrent program link in the Incentive compensation module web forms.
    Is there any document to configure oracle report concurrent program into web forms?
    or guyz please send me the steps (screen shots) to add custom report concurrent program to web forms?
    Please help guyz...I'm new to web forms......
    Thanks in advance
    Naveen
    [email protected]

    Naveen,
    On some event on the page (like a button submit) you can call a PLSQL API with parameters which can further submit your concurrent Request.
    If you want to see the Report output in Apps, it can be done directly. Otherwise if you want to see the value in the Self Service Page itself, then you can extend the oracle.apps.fnd.cp.request.server.RequestSummaryVO for your case.
    Thanks
    Sumit

  • How to fix folder security

    folder does not have proper security settings--how do you fix it?

    Parallels no longer users the Transporter application so its startup item should be removed. I don't know why you have the .DS_Store file in that folder nor why it is being detected as a startup item. It's an invisible file that you can easily remove by opening the Terminal application in your Utilities folder and doing the following:
    At the command prompt enter:
    sudo rm -rf /Library/StartupItems/.DS_Store
    Press RETURN. You will be asked to enter your admin password which will not be echoed.
    As an additional precaution you may do the following:
    Repairing the Hard Drive and Permissions
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger, Leopard or Snow Leopard.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer. Now restart normally.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.

Maybe you are looking for

  • Crash in javaw

    For my application, I want only one instance to be active at once. I use this Win32 method to do it: JNIEXPORT void JNICALL Java_Server_multipleInstanceBlocker (JNIEnv * env, jobject objThis, jstring instanceName) char* mutexInstanceName = (char*)env

  • Multiple layouts per portal

    i would like to create a look and feel like amazon.com(and many other sites) with tabs and each tab having different layout. since a portal can only have one layout per group, how can this be done. i was thinking of having multiple portals and then s

  • Create Node in Solar01 using ABAP Program

    Hi Experts In our project, the integration between ARIS and Solution Manager is not working. So the project team has decided to develop a workaround solution for this problem. The solution is we download all the BPP & BPS from ARIS into an excel file

  • Business Functions in SAP Business Suite Foundation - Business Functions (SAP Enhancement Package 5 for SAP ERP 6.0) - SAP Library

    To add a comment, please log in or register on the top of this page and choose Reply. Please write your comment in English. You can also go back to the SAP help page.

  • Column Headers are Jumbled when exporting to 'Excel Data only'

    Hi, When I am exporting a report to 'Excel Data only' the column headers are jumbled in the output,where as the data field are exported in the same order as it is in the report . They are being exported as Header:F3   F2    F1 Detail   :F1   F2    F3