PDF Submit not working in Chrome & Safari

I have a PDF with form fields added as well as a submit button, The action on the submit button exports all fields to a page on the server as HTML. This works fine in Firefox and IE but does not work in Chrome or Safari. Is there any known workaround to this?

The PDF is imbedded in a web page - they are forced to open in a browser. There they are required to fill in the forms fields and submit. Here is an example:  https://www.benefitfront.com/Applications/ABCCompany_Anthem_Medical_23_BZUFP.pdf

Similar Messages

  • Internal pdf links not working in chrome and firefox

    I have some PDF files that I am adding links to additional PDF files that are located in the same folder on our webserver using Acrobat Pro XI. The links work fine in IE and the other PDF files open up and display well in the IE browser, but the links don't even show up in Chrome and will not open in Firefox. Further, the links in Safari, deliver an error message pop up saying the file could not be opened. If you click OK, the file does open. Also, in Acrobat > Tools > Add or Edit Link, I can change the properties to "Open File" and pick the "Open in New Window" option, but when I save the changes and come back, the option has automatically changed back to "Execute a Menu Item" and of course, the file I'm linking to does not open in a new Window.  These files were originally created in Word by another person and the person who converted them to PDF added fillable form fields throughout the document prior to converting to PDF. The links I am adding are being added using Acrobat Pro XI in the PDF file. Should we insert the above-mentioned links in the Word docs prior to converting to PDF to ensure the links work in all browsers, or are these browser issues common to all internal PDF links?
    Please help!
    Thanks,

    Make sure that you are using the Adobe PDF NPAPI viewer for Chrome and Firefox.  Both Google Chrome and Mozilla Firefox now have their own default PDF viewers.
    To change Chrome's settings use this blog:  Change PDF Viewer back to Adobe’s in Google Chrome « Caveat Lector
    To change Firefox's settings use this:  How to disable the built-in PDF viewer and use another viewer | Firefox Help

  • Youtube not working with chrome, safari and firefox only on mac computers 10.7

    no clue why. This has been happening for quite awhile

    Nope, that was done a while ago. Deleted and re-installed as well. Did a discussion search and it looks like it hasn't been resolved for the majority the lion users. If I shut the computer down and re-start it will work for a while.

  • Audio captcha is not working in mac safari 5.1.7. We used below code snippet that is working in other browser like IF 7,8,9, crome and firefox. Audio refresh is also not happening. When submit Audio Captcha then jcapcha framework giving InvocationTargetEx

    Audio captcha is not working in mac safari 5.1.7.
    We used a code snippet that is working in other browser like IF 7,8,9, crome and firefox.
    Audio refresh is also not happening.
    When submit Audio Captcha then jcapcha framework giving InvocationTargetException.
    <Edited By Host>

    Audio captcha is not working in mac safari 5.1.7.
    We used a code snippet that is working in other browser like IF 7,8,9, crome and firefox.
    Audio refresh is also not happening.
    When submit Audio Captcha then jcapcha framework giving InvocationTargetException.
    <Edited By Host>

  • Why two fingers sliding is not working in Chrome and PDf, why two fingers sliding is not working in Chrome and PDf

    Sometime two fingers sliding for scroll down is not working in Chrome and Pdf. I have to log out to make this work. I just bought this laptop a week ago, is it software's problem or just my laptop's problem. Thx,guys!

    having the same problem and i bought a brand spankin new retina 15'

  • RTE not working in chrome and mozilla

    Hi
        I have an urgent issue.. My RTE is not working in chrome and mozilla.. It is showing up in my dialog; but when i enter data and submit it is not storing in CRX. Also non of the plugins is active
    Any help weill be appreciable
    Thanks
    Veena

    Hi Sham
         After lot of debug i found out the following issues
    In RTE if we put styles plugin only this issue is happening
    The issue happens because the RTE is getting disabled because of the following in RichText.js
    if (CQ.Ext.isIE) {
                var editorSheet = this.doc.createStyleSheet();
                for (cssIndex = 0; cssIndex < cssCnt; cssIndex++) {
                    styleToAdd = cssToAdd[cssIndex];
                    for (sheetIndex = 0; sheetIndex < styleSheetCnt; sheetIndex++) {
                        styleToCheck = styleSheets[sheetIndex];
                        rules = styleToCheck.rules;
                        ruleCnt = rules.length;
                        ruleToCopy = null;
                        for (ruleIndex = 0; ruleIndex < ruleCnt; ruleIndex++) {
                            ruleToProcess = rules[ruleIndex];
                            ruleText = ruleToProcess.selectorText;
                            if (ruleText == "." + styleToAdd) {
                                editorSheet.addRule(
                                        "." + ruleText, ruleToProcess.style.cssText);
                                break;
            } else {
                var styleDef = this.doc.createElement("style");
                styleDef.type = 'text/css';
                var cssText = "";
                for (cssIndex = 0; cssIndex < cssCnt; cssIndex++) {
                    styleToAdd = cssToAdd[cssIndex];
                    for (sheetIndex = 0; sheetIndex < styleSheetCnt; sheetIndex++) {
                        styleToCheck = styleSheets[sheetIndex];
                        rules = styleToCheck.cssRules;
                       ruleCnt = rules.length;
                        ruleToCopy = null;
                        for (ruleIndex = 0; ruleIndex < ruleCnt; ruleIndex++) {
                            ruleToProcess = rules[ruleIndex];
                            if (ruleToProcess.type) {
                                if (ruleToProcess.type == CSSRule.STYLE_RULE) {
                                    ruleText = ruleToProcess.selectorText;
                                    if (ruleText == ("." + styleToAdd)) {
                                        ruleToCopy = ruleToProcess;
                                        break;
                        if (ruleToCopy) {
                            cssText += ruleToCopy.cssText;
                            break;
                styleDef.appendChild(this.doc.createTextNode(cssText));
                headEl.appendChild(styleDef);
    The above lines are from 650-701 in RichText.js of CQ5.4 . They have handled the code for IE seperately from lines 650-670
    The error is happening in line number 679 ; Where the ruleCnt is returning null for some sheetIndex and so the code is breaking and the RTE is disabled.
    If i add the following line of code
    if(ruleCnt == null){
    continue;
    just after line 679 . This issue seems fixed. But i think it is not the proper way to fix it and it is only a temporary fix. I dont know if it is a CQ issue.
    Does any one have any solution for this.
    To replicate the scenario
    Create a rtePlugin in ur richtext widget
    add a styles dropdown with styles in it
    run this in chrome or any other browser except IE
    If you have a proper solution please let me know
    Thanks
    Veena

  • Cursor 'mouseover' state change not working in Chrome

    Flash novice here.
    I'd appreciate any tips on where to start looking for answers to this problem.
    Here's the basic details:
    1. 40kb banners with no audio and nothing tricky
    2. Created in Flash Pro CC 2014
    3. Opened and re-saved in Flash CS6 for delivery to client website
    4. Client IT reports that everything is fine and banners are up and running
    5. For me personally, the mouseover state for the cursor works in Safari, but not in Chrome.
    6. While the mouseover cursor state for my banner is not working in Chrome, it is working for all the other banners/ads on that page.
    7. A friend tested the banner on all major browsers and the mouseover cursor state works for him.
    Any ideas where to look would be appreciated.
    Should I be talking to the host website, examining the Flash file, or checking my version of Chrome?
    Thanks in advance.

    This forum software is very tricky; updates to forum posts sometimes need to be done three or four times until it "takes".  I have been able to update your original post.
    Now that it is actually readable, I will go and have a look at it.

  • Can't open Pdfs in firefox, works fine in Safari. Please help?

    Can't open Pdfs in firefox, works fine in Safari. Please help?

    This resolved my problem
    I checked and my Firefox is doing (or not doing in this case)  the same thing.  There seems to be a problem with the Snow Leopard and the Adobe browser plugin.  I was able to get Firefox working again by going to Firefox > Preferences > Applications and switching all to Adobe settings to "Use Adobe Reader (default)" instead of the plugin.  Then I went to Tools > Add-ons... > Plugins and disabled the Acrobat plugin.  Restarted Firefox and now pdf worked.

  • Cross browser testing : Modifier Keys playback actions not working in chrome and Firefox

    Hi,
    In my work flow I have to select multiple items in list.So I have recorded 'Ctrl+Click' action to select list items.In Chrome and Firefox it is not selecting multiple Items.
    Even Ctrl+A,Ctrl+C,Ctrl+V also not working in chrome and Firefox.Complete modifier keys support is not observed in chrome and Firefox.Let me Know how to automate modifier keys actions in cross browser?
    Regards,
    Nagasree.

    Hi Nagasree,
    Welcome to MSDN forums.
    First,please make sure the Chrome and Firefox is supported by cross browser testing.
    Latest version of Chrome and Firefox supported by cross browser testing are Chrome version 38.0.2125.111 and
    Firefox 33.
    I doubt whether Chrome and Firefox in cross browser testing don’t support automating modifier keys or there is anything wrong on it if you are using supported browser. Since this issue is related to the Extensions tool
    Selenium components for Coded UI Cross Browser Testing, if possible, I suggest you post this
    issue here, click “Q AND A”, and then you could post this issue there, you would get dedicated
    support there.
    Thanks for your understanding.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Jquery not working in ios Safari Ipad/Iphone

    I am working on website that need jquery attached to make my ajax working. but after i implement the ajax, all links are not working on Ipad Safari.
    It seems the tap action to the screen not affect anything. but its working for all browsers except ios safari (its working on windows safari)
    but after i remove my jquery js, its working normally. but i cant use my ajax. So, is there any idea how this happened?
    Or if i can separate production for ipad safari and others? so i can use ajax for non safari and not use ajax for safari browser on ios.

    Better to post in the Developer Forums >  Developer Forums: Apple Support Communities
    This is the forum for troubleshooting Safari for Mac OS X.

  • In context not working with Mac Safari 6.04

    Hi there just noticed
    in context not working with Mac Safari 6.04, you can edit text, and save and publish but editable marquees are no longer visible especially the repeating elements?

    Hi Vicki,
    I would suggest submitting a support case on this for further investigation. 
    Unfortunately I'm on a PC machine so I cannot confirm on my end.  Please reach out to direct support ASAP if the issue is still existing. 
    - http://helpx.adobe.com/contact.html
    Kind regards,
    -Sidney

  • HT1677 In safari browser cookies is working fine. But when I add the browser url to the screen then the cookies concept is not working. In safari setting cookies is always open only. Can you please provide any information regarding to this?

    In safari browser cookies is working fine. But when I add the browser url to the screen then the cookies concept is not working. In safari setting cookies is always open only. Can you please provide any information regarding to this?

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that turns off some settings and disables most add-ons (extensions and themes).
    ''(If you're using an added theme, switch to the Default theme.)''
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu by clicking on the '''Restart with Add-ons Disabled...''' menu item:<br>
    [[Image:FirefoxSafeMode|width=520]]<br><br>
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.
    Thank you.

  • Youtube is not working on my Safari. I have an iPad 3 wifi. Help please!

    Youtube videos are not working on my Safari browser. But can be played on the Youtube app. Any suggestions?

    This is probably not a Flash-related issue. It's probably an iOS 7 issue.  I have been waiting for Apple to fix this issue ever since iOS 7 came out in September: https://discussions.apple.com/message/23889006#23889006
    Since then, I have come to realize it is a much broader issue with Safari in iOS 7 crashing constantly in general, no just with YouTube videos. Many of us have posted about this Safari issue now in several threads. It is a bug in iOS 7 that Apple needs to fix. There is no workaround for it.
    YouTube videos embedded in websites do not require Flash to play. In previous versions of iOS, I was fully able to play YouTube videos in Safari on my iPad 2, iPhone 5, and older iPhones. Ever since iOS 7, YouTube videos now cause problems/crashes on some (but not all) websites. And Safari in general crashes on me multiple times per day, even on web pages with no video content at all. These problems continue on my new iPad Air. 

  • Webpage links not working in chrome

    please advise why webpage links in green and grey table cells beneath the product image are not working in chrome on following webpage: http://www.canchair.com/new_web_product_family.asp?productfamily=5

    thanks for your quick reply
    the following code containing the links which i believe is of discussion appears in internet explorer:
    <table width="100%"  border="0" class="zebra" cellpadding="0" cellspacing="0" >
                      <tr>
                        <th> </th>
                        <th>Title</th>
                        <th>Model</th>
                        <th>Price</th>
                      </tr>
                      <tr valign="top" style="cursor: hand;">
                        <a href="productfamily_processor.asp?ProductID=1453" ><td valign="top">View Item</td>
                        <td valign="top">Lightweight Poly Folding Table, 24"x60" </td>
                        <td valign="top">SD2460</td>
                        <td valign="top"><strong>Contact us</strong></td></a>
                      </tr>
                      <tr valign="top" style="cursor: hand;">
                        <a href="productfamily_processor.asp?ProductID=1059" ><td valign="top">View Item</td>
                        <td valign="top">Center Fold Lightweight Poly Folding Table  30" x 72" - GREY GRANITE</td>
                        <td valign="top">SD3072F</td>
                        <td valign="top"><strong>Contact us</strong></td></a>
                      </tr>
                      <tr valign="top" style="cursor: hand;">
                        <a href="productfamily_processor.asp?ProductID=641" ><td valign="top">View Item</td>
                        <td valign="top">Lightweight Poly Folding Table, 30" x 72" - UPGRADED RUNNERS - GREY GRANITE</td>
                        <td valign="top">SD3072</td>
                        <td valign="top"><strong>Contact us</strong></td></a>
                      </tr>
                      <tr valign="top" style="cursor: hand;">
                        <a href="productfamily_processor.asp?ProductID=1393" ><td valign="top">View Item</td>
                        <td valign="top">Lightweight Poly Folding Table, 36" x 78" - UPGRADED RUNNERS - GREY GRANITE</td>
                        <td valign="top">SD3678</td>
                        <td valign="top"><strong>Contact us</strong></td></a>
                      </tr>
                      <tr valign="top" style="cursor: hand;">
                        <a href="productfamily_processor.asp?ProductID=1085" ><td valign="top">View Item</td>
                        <td valign="top">Lightweight Poly Folding Table, 30" x  96" - UPGRADED RUNNERS - GREY GRANITE</td>
                        <td valign="top">SD3096</td>
                        <td valign="top"><strong>Contact us</strong></td></a>
                      </tr>
                      <tr valign="top" style="cursor: hand;">
                        <a href="productfamily_processor.asp?ProductID=642" ><td valign="top">View Item</td>
                        <td valign="top">Lightweight Poly Folding Table, 36" x 84" - UPGRADED RUNNERS - GREY GRANITE</td>
                        <td valign="top">SD3684</td>
                        <td valign="top"><strong>Contact us</strong></td></a>
                      </tr>
                      <tr valign="top" style="cursor: hand;">
                        <a href="productfamily_processor.asp?ProductID=921" ><td valign="top">View Item</td>
                        <td valign="top">Standard Duty Lightweight Poly Folding Table, 18" x 60"</td>
                        <td valign="top">SD1860</td>
                        <td valign="top"><strong>Contact us</strong></td></a>
                      </tr>
                      <tr valign="top" style="cursor: hand;">
                        <a href="productfamily_processor.asp?ProductID=632" ><td valign="top">View Item</td>
                        <td valign="top">Lightweight Poly Folding Table, 18" x 72"</td>
                        <td valign="top">SD1872</td>
                        <td valign="top"><strong>Contact us</strong></td></a>
                      </tr>
                      <tr valign="top" style="cursor: hand;">
                        <a href="productfamily_processor.asp?ProductID=755" ><td valign="top">View Item</td>
                        <td valign="top">Standard Duty Lightweight Poly Folding Table, 18" x 96"</td>
                        <td valign="top">SD1896</td>
                        <td valign="top"><strong>Contact us</strong></td></a>
                      </tr>
                    </table>
                  </div>
       </div>
              <div class="inside-box-border">
                  <div class="inside-box" align="left"> Other </div>
                  <div   class="inside-border"> insert other </div>
              </div>
                <!-- NEWS-ITEM -->
              <!-- InstanceEndEditable --></td>
              <td valign="top"><!-- InstanceBeginEditable name="right nav" -->
                <!-- NAV-MENU -->
              <!-- InstanceEndEditable --></td>
            </tr>
          </table>

  • PDF hyperlinks not working on app

    I have pasted a PDF (with working links) on a folio page (folios done in PDF format). The page is uploaded but all links on the original PDF are not working once I view it on the app.
    So I'm guessing folios with pasted PDFs on them don't transfer hyperlink properties to the final app? Even thought I've made the folio in PDF format? Does this mean I have to use boxes to create hotspots over the pasted PDF? Is there a way to transfer these properties from the original PDF and skip the hotspot step?
    Thanks.

    You're right -- the placed PDF loses all its interactivity even when it becomes part of a PDF article. You'll need to add buttons over the PDF as you describe. Also, keep in mind that the Show/Hide Buttons action isn't supported in DPS, so you'll need to use a combination of buttons and MSOs to create hotspots, as described in this article:
    http://blogs.adobe.com/indesigndocs/2010/12/hot-spot-button-workaround-for-indesign-dig-pu bs.html

Maybe you are looking for