Form not submitting in FF (everything fine in IE)

Hello,
Some time ago I wrote a javascript that would validate the
form first with spry if all ok it would submit it.
This works fine in IE, however FF refuses to submit the form.
Can anybody help me with this?
In the header:
<SCRIPT language="JavaScript">
function SubmitForm()
var form1 = document.getElementById('form1');
if (Spry.Widget.Form.validate(form1) != false)
form1.submit();
return false;
</SCRIPT>
my button looks like:
<input type="button" value="Save" class="button"
onclick="SubmitForm();" />
Thanks a lot! - I have been searching everywhere trying to
get this resolved.

I think there's no need for a custom function.
You can set spry validation widgets to check your fields
"onsubmit",
before sending the data.
And give your users the chance to make the necessary
corrections were any errors found.
Using spry's built in features spares you the job of taking
care of any cross-browser issues.

Similar Messages

  • Forms not submitting from iPads

    Been using forms for almost 12 months but since the 18th June the forms are no longer submitting.  As this has to do with student assessment we are a little pushed for a solution
    iOS 6
    Safari
    this happens on site and off site with various versions of safari

    It's is over our wireless network, we have set the iPads to use Private Browsing last year after we had an issue with form data being cashed on the iPads, off site on my own iPad on a home network I had the same problem.  This has worked for almost 12 months now, on the 18th this month we started to see a delay in forms submitting, staff were hitting the submit button several times and I notices multiple submissions across all 4 forms we use, then on the 20th the forms stopped submitting. We have gone back to using normal browsing and will just clear down any cashe regularly.
    IPads are all running iOS 6
    I have tried creating a new form from the form templates, no customisation and the same happend I was unable to submit.
    I have tested this on Chrome on the same iPads, and used the incognito browsing, and had no problem at all, form submitted fine, so I don't think it is the forms
    Https://adobeformscentral.com/?f=3w5WqesvlAGtat%2A8gdcZdg

  • PDF form not submitting after embedding attachments.

    Hi,
    In my process one user open the PDF forms, fills form and submit it to the next user. All was working fine. I have used Submit as XDP option while designing the pdf form. Later on I needed to attach files. But after attaching files my form is not being submitted. Help.
    Abhinav

    Which version of Acrobat? Are you using a custom script for the email button, or just the Acrobat action to submit the form? Have you closed and re-opened Outlook and Acrobat to see if that fixes it? Could the submit button have been marked "readonly" on the general tab by mistake?
    Regards,
    Joe

  • PDF form not submitting.

    I created a PDF with a submit button at the bottom. The forms works perfect when I use it on my mac. However, when I upload the file to my website using MUSE, I can access it fine online, but the submit feature will not work. I can fill it out with no problems, it just will not submit. What am I missing?

    Got it to work with:
    "this .rawValue="Last Saved: "+dtStamp;"
    "this" being the text box I wanted the date displayed in.
    And to answer my other question about downloading from a web client. the presave event is not triggered so I think this will work great to see what time the form was last saved. Thanks for the help.

  • Forms not submitting

    A few customers are having problems submitting a form and get the error: "Operation Not Permitted".
    I'm assuming that the problems stem from some settings or restrictions. Can anyone tell me the first things
    have the customer check?
    Since the majority of our customers have protected and restricted environments, I am wondering if firewalls
    or anything of the like could be responsible.
    Thanks,

    If you ahve designed the form to submit the full PDF (not a great idea), then Reader users can not submit the form without you adding Reader Rights. If you do the latter, then you have to check that you are within the 500 use restrictions of the license. The easier way is just to have the data file submitted (FDF or XML) and import the data into the form on your end. If you are using e-mail for submission (most likely, unfortunately), they may also be having e-mail issues due to their client setup (not under your control).

  • HELP: Javascript online form not submitting from dynamic html site

    See attached code

    Here's the php input form:
    <title>Apply Online -
    Purchase.</title><p>(?php
    </p>
    <p>$mail_to = "[email protected]"; </p>
    <p>$mail_subject = "Apply Online - Purchase.";
    </p>
    <p>mail_body = "You have got a new mail by form:\Apply
    Online - Purchase."; </p>
    <p>if (isset($Loan_Officer_Name)==1) $mail_body .=
    "Loan_Officer_Name: $Loan_Officer_Name\n"; </p>
    <p>if (isset($Best_Time_To_Call)==1) $mail_body .=
    "Best_Time_To_Call: $Best_Time_To_Call\n"; </p>
    <p>if (isset($Borrower)==1) $mail_body .= "Borrower:
    $Borrower\n"; </p>
    <p>if (isset($Borrower_DOB)==1) $mail_body .=
    "Borrower_DOB: $Borrower_DOB\n"; </p>
    <p>if (isset($Borrower_SS)==1) $mail_body .=
    "Borrower_SS: $Borrower_SS\n"; </p>
    <p>if (isset($Co_Borrower)==1) $mail_body .=
    "Co_Borrower: $Co_Borrower\n"; </p>
    <p>if (isset($Co_Borrower_DOB)==1) $mail_body .=
    "Co_Borrower_DOB: $Co_Borrower_DOB\n"; </p>
    <p>if (isset($Co_Borrower_SS)==1) $mail_body .=
    "Co_Borrower_SS: $Co_Borrower_SS\n"; </p>
    <p>if (isset($Borrower_Address)==1) $mail_body .=
    "Borrower_Address: $Borrower_Address\n"; </p>
    <p>if (isset($Borrower_Home_Phone)==1) $mail_body .=
    "Borrower_Home_Phone: $Borrower_Home_Phone\n"; </p>
    <p>if (isset($Borrower_City)==1) $mail_body .=
    "Borrower_City: $Borrower_City\n"; </p>
    <p>if (isset($Borrower_State)==1) $mail_body .=
    "Borrower_State: $Borrower_State\n"; </p>
    <p>if (isset($Borrower_Zip)==1) $mail_body .=
    "Borrower_Zip: $Borrower_Zip\n"; </p>
    <p>if (isset($Borrower_Cell_Phone)==1) $mail_body .=
    "Borrower_Cell_Phone: $Borrower_Cell_Phone\n"; </p>
    <p>if (isset($email)==1) $mail_body .= "email:
    $email\n"; </p>
    <p>if (isset($Borrower_Cell_Phone)==1) $mail_body .=
    "Borrower_Cell_Phone: $Borrower_Cell_Phone\n"; </p>
    <p>if (isset($email)==1) $mail_body .= "email:
    $email\n"; </p>
    <p>if (isset($Borrower_Current_Employer)==1) $mail_body
    .= "Borrower_Current_Employer: $Borrower_Current_Employer\n";
    </p>
    <p>if (isset($Borrower_Years_on_Job)==1) $mail_body .=
    "Borrower_Years_on_Job: $Borrower_Years_on_Job\n"; </p>
    <p>if (isset($Borrower_Position)==1) $mail_body .=
    "Borrower_Position: $Borrower_Position\n"; </p>
    <p>if (isset($Borrower_Gross_Monthly_Salary)==1)
    $mail_body .= "Borrower_Gross_Monthly_Salary:
    $Borrower_Gross_Monthly_Salary\n"; </p>
    <p>if (isset($Borrower_Work_Phone)==1) $mail_body .=
    "Borrower_Work_Phone: $Borrower_Work_Phone\n"; </p>
    <p>if (isset($Borrower_Bankruptcy)==1) $mail_body .=
    "Borrower_Bankruptcy: $Borrower_Bankruptcy\n"; </p>
    <p>if (isset($Borrower_Work_Phone)==1) $mail_body .=
    "Borrower_Work_Phone: $Borrower_Work_Phone\n"; </p>
    <p>mail($mail_to, $mail_subject, $mail_body);
    ?) </p>

  • BICS_PROV_GET_INITIAL_STATE and form Variables are not submitted

    Hi Team,
    We are geting following error message while running WAD reports on BI QA and Test system portal.
    Our issue is similar to the issue mentioned in SDN thread BICS_PROV_GET_INITIAL_STATE Exception
    - We are facing issue in refreshed systems.
    - Variable Entry Screen is displaying correctly.
    - After entering values once you click on "OK"  we are getting UNCAUGHT_EXCEPTION.
    - Support Desk tool is displaying green.
    - Same report is executing fine in Dev and Prod system.
    - BI Queries are running fine on Portal
    - Only WAD reports are giving exceptions
    - Support desk tool is showing green for everything.
    Error Message:
    Exception in BI runtime
    Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
    System error in program BICS_PROV_GET_INITIAL_STATE and form Variables are not submitted (see long text)
    Log ID: 0018FE2D262B00A000000D68000032CA00047CFC82B5D87E
    Initial cause
    Message:
    Termination message sent ABEND RSBOLAP (000): Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION  MSGV1: SAPMSSY1  MSGV3: UNCAUGHT_EXCEPTION
    Stack trace:
    com.sap.ip.bi.base.application.exceptions.AbortMessageRuntimeException: Termination message sent ABEND RSBOLAP (000): Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION  MSGV1: SAPMSSY1  MSGV3: UNCAUGHT_EXCEPTION     at com.sap.ip.bi.base.application.message.impl.MessageManager.addMessage(MessageManager.java:130)     at com.sap.ip.bi.base.application.message.impl.MessageManager.addMessage(MessageManager.java:123)     at com.sap.ip.bi.base.application.message.impl.MessageManager.addMessage(MessageManager.java:123)     at com.sap.ip.bi.base.application.service.RfcService.fillMessages(RfcService.java:221)     at com.sap.ip.bi.base.application.service.RfcService.doPostProcessing(RfcService.java:171)
    Please help me on this
    Thanks,
    Preethish

    Hi,
    Try filtering the queries with the values of variables entries included in the filters.
    Then include them in WAD report. If that works fine then it can be a memory issue.

  • Form is not submitting through Oracle Application Server

    Hi Experts,
    We are creating one Java Application and deploy this java application on Oracle Application Server Enterprise Manager release 2 through War File.
    Now, There one Form on submitting calls procedure with some 42 parameter in that 20 are Oracle Types and remaining are simple varchar or number. when going to submit this form is not raise any database error or server error , but data is saved into database.
    We creating error log on database side as well as on Server side but we did not found any error.
    We are confused because remaining all form working fine as they call with same as procedure, only difference is that this form calls procedure which having 42 parameter with 20 Type and remaining simple varcahr or number. Other Forms procedure also having Oracle Types as a parameter.
    Could any of one help me out, Please ?

    The form HTML is incorrect.
      <form id="form1" name="form1" method="post" action"registration.php">
    you're missing a  = after action

  • Form is not submitting while caling a confrim in from validation.

    Dear All,
    I am getting a typical issue in the application. the code is as shown below.
    <h:form id="registerForm" target="_top">
    <h:inputText id="prmoCode" binding="#{Register_Backing.promoCd}" ></h:inputText>
    <h:commandButton onclick="return validate();" id="submitRegister" type="submit" image="../../../images/btnSubmit.gif" action="# {Register_Backing.createSilverhutUser}" />
    </h:form>
    <Script language="javascript">
    function validate()
         if(document.getElementById('registerForm:prmoCode').value=="")
              return confirm("is it ok to continue registration without the promo_code?");
    return true;
    </script>
    when the user clicks the button I am calling a validate() method, in that one I am calling a javascript confirm() function when the prmocode is empty string.
    if the user is selectig ok in the confirmbox the form is not submitting
    the form is submitting well when the promocode is not empty.
    please provide me some solution to over come this problem.
    Thanks & Regards,
    B.V.SureshBabu

    The form HTML is incorrect.
      <form id="form1" name="form1" method="post" action"registration.php">
    you're missing a  = after action

  • When submitting form, form elements like text box are not available in my action page. This occurs only for several times. if i resubmit the form, i can get the form elements in my action page. May be form get submitted twice in firefox 3.6.13

    I have a simple web page with two form elements say, two text box and submit button. when submitting my form, i didn't get the form data in my action page. This occurs only in Firefox 3.6.13 several times. Not always.
    May be form get submitted twice?
    Note: Remember, i am not facing this issue. However my friend is facing this issue.

    I have a simple web page with two form elements say, two text box and submit button. when submitting my form, i didn't get the form data in my action page. This occurs only in Firefox 3.6.13 several times. Not always.
    May be form get submitted twice?
    Note: Remember, i am not facing this issue. However my friend is facing this issue.

  • Send email to all users who have not submitted a form (SharePoint 13, SP Designer 13)

    Hello all, I have been reading posts all day and have not come across the right solution. We have about 2,200 users in our site collection.  I need to design a workflow that sends every one an email with a link to my blank form, then, once a week I
    need the workflow to notify only those users who have not submitted the form.  The part I am having trouble with is querying the users who have not submitted??? is there a way to use the form library data as a data connection and compare it to the data
    in the UPS DB? that's really what I need to do, compare users who have submitted to all users.
    Thanks for any help

    I will suggest to create a timer job (which will run every week) and read library for all submitted form item's created by field and compare with data set which will come from UPS DB. Once these two set is ready,
    use not in clause using LINQ to send email. 
    This is a draft outline solution which came to my mind. Hope, it will help.
    please 'Propose as answer' if it help you, also vote this as helpful if you like this reply.

  • Major JavaScript bug - form variables not submitted

    I'm building a page where data is submitted to Paypal via a form and using Javascript to build Select statements on the fly. These appear as expected, but when the form is submitted none of the variables are POSTed through. The same page works perfectly in IE so there must be a major bug in Firefox's impementation of Javascript - this is a total show-stopper for the page I need to implement.
    Go to the URL below and then check availability for type of room ANY. On the booking confirmation page if you leave the first select alone and hit the Pay Now button you will arrive at a debug page that dumps all the POST variables in a new window. Now go back and change the room type in the first select statement just above Pay Now - this updates the second select. Maybe even click it again to go back to the original setting. Now click Pay Now - nothing comes through from the select statement and some associated hidden vars.
    Try it in IE and it works just like it should.
    == URL of affected sites ==
    http://www.west-end-bb.co.uk/test/

    Found this which has solved the problem:
    [http://www.infoqu.com/dev/javascript-development/crazy-firefox-javascript-bug-156760-1/]
    There seems to be an issue with FF and InnerHTML when a form is in a table. By moving the form tag around I was able to place it within the table definition so that it works in FF.

  • Applet with Image not working in Browser, works fine in Appletviewer

    Hi,
    I encountered a problem , running my Applet in a browser. (IE and Firefox, ame problem).
    When I use an ImageIcon, it doesnot work. in a browser.(When I remove the icon, it's oke)
    In Appletviewer it works fine. In the browser I first got a security-exception.
    I dealed with that by signing the jar (with the test certificate).
    Now the browser's java console is not showin any faults, but the applet is showing no picture at all.
    Only the text of the label is shown.
    Can someone help me?
    I downgraded the class to a very simple form, shown underneath. This runs fine in Appletviewer, but not in a Browser.
    Best Regards
    Remco

    I have recently had the same problem, after lots of searching, I found that only Java 1.1 is supported by browsers, leaving out everything else including swing. So if you cant play the applet through your browser you need to download the appropriate patch i think about 5mbs.
    You should find one at java.sun.com/getjava/download.html
    Mine worked fine afterwards

  • Custom Master Detail form not working In EBS

    Custom Master Detail form not working In EBS
    Hi all,
    I have two custom tables -- 1) XXX_DIE_Headers
    2) XXX_DIE_LINES
    I developed a Master Detail form based on above tables. XXX_DIE_Headers is the Master Block (Single record) & XXX_DIE_LINES is the detail block ( Multi line block ).
    Yes, I used Appstand,Template.fmb for developing this form. The Master block has three fields out of which Two are required fields and i have given initial value for them.
    As i deployed it in APPS(EBS),everything about it is working fine (insert,delete,master-detail behaviour) except querying.
    When i press F-11 , It pops up a message "Do you want to save changes you have made" Choice - yes,no,cancel.
    I don't want this message to pop up.
    The scenario is :- I open the form.( without entering ) Press F11 . The message Pops up.
    Please give me suggession on how to work it around so as form directly goes to query mode ,without popping the message.
    regards
    ravi

    It seems that you are changing a database value in your form, do you have any changes in WHEN-NEW-FORM-INSTANCE???
    what the form is trying to tell you that you have changed something, do you want to save it?
    I suggest you debug your form and see what's happening step by step.
    Tony

  • FDF Returns the entire form not just user input

    Using the properties dialog box on a submit button I set my form actions to return 'FDF Include' which according to the help menu will only return the results of the user input and not the entire filled out form. I only want user input because I plan to embed each results file in a website.Unless I am misunderstanding what should happen, it is not working. It is returning the entire form.  I would appreciate any help or tips anyone has to offer. If I'm doing it wrong and there is another way, please let me know. I just want to see the answers in the form fields, not the entire form.  Thanks!
    http://help.adobe.com/en_US/acrobat/X/pro/using/WSBB6EF75F-BC3D-4094-B787-FB76DAE1EBDC.w.h tml

    Thanks so much for your assistance. I made a form, and then set the distrubuted settings to email me the form when submitted. I posted it to our intranet and then tested it. The form I posted is the 'distributed' form that Acrobat made from my original form. I posted it on a public site so you can have a look. Here is a link.  This should allow you to download it instantly. If not, remove everything from the question mark to the end and then paste that link into a browser. I checked and double checked everything, but maybe I am missing something.
    https://sites.google.com/site/ccpsgadgets/xml-documents/pbl%20form_distributed.pdf?attredi rects=0&d=1

Maybe you are looking for

  • How to upload excel file in Webdynpro application using ABAP

    Hi Experts, Am developing a webdynpro application in which it will take an excel file as input and display the contents in the form of a table in output. I am able to upload tab delimited text file and populate the table using the below code but not

  • I do I 'drag' an application like Google Earth to my Hard Drive to install it?

    How do I 'drag' an application like Google Earth to my Hard Drive to install it?

  • Displaying image in BLOB via pl/sql cartridge

    Hi gurus , I have a oracle web site. I am dynamically putting links in the page using pl/sql cartridge and procedures. I have loaded all my pictures for the catalog in the BLOB columns. Can anyone help me or direct me how to display these images usin

  • HT204053 App Store / Apple ID update

    My old Apple ID is coming up at the App Store and making hard for me to make purchases. When I went to Apple, I was being treated like I lost my ID. I just quit what I was doing. It was frustrating. How do I change my ID at the App Store?

  • Downloaded Acrobat XI Pro to hard drive

    Downloaded Pro and receive the following message "Serial # you provided is valid, but a qualifying product could not be found on this computer." Have verified that Pro is on hard drive in Adobe Acrobat XI Directory.  What am I missing?