Submit button has a dreamweaver file attached not PDF

Hi,  I am creating a form with a submit by email button.  I got it working with the distribute function but cannot get it to work without it using the distribute function.  How do I get this button to return my form?   Also my files show up in a XML format not PDF?  Your help would be greatly appreciate.  I am using Adobe 8.1.5.
Thanks

nmli wrote:
HI,
For the Enable Usage Rights my understanding is that the function is only valid up to 500.
That is correct. You can collect data from a single form 500 times.
nmli wrote:
 What happens afterwards
Adobe sues you for breach or the EULA and takes all your wordly possesions.
nmli wrote:
 Does the file need to be resave and reset? 
That's a very good question. The advice I normally give around here is, they've already thought of that and there's probably some language somewhere preventing it (they want you to buy a more expensive product for that type of use). If you think you'll be flirting with the limit, it's best to consult an attorney that can give you some definitive answers.

Similar Messages

  • My eBay pages don't work properly. There are parts missing. The symbols on the My eBay page have gone. The £ paid sign, checkout, feedback, and probably more. I can't list an item as the submit button has disappeared. It all works fine on IE.

    My eBay pages don’t work properly. There are parts missing. The symbols on the My eBay page have gone. The £ paid sign, checkout, feedback, and probably more.
    I can’t list an item, as the submit button has disappeared.
    It all works fine on IE. I’ve uninstalled and reinstalled Firefox, but still the same.
    How can I regain my missing bits please.
    Thanks

    Can you attach a [http://en.wikipedia.org/wiki/Screenshot screenshot]?
    Use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed the maximum file size (1 MB).
    See http://kb.mozillazine.org/Websites_look_wrong
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • Submit button has no code after download

    I have made a form with submit button. When clicked it will generate the date and send the form in an email.
    With one user (at least) after downloading the form from a website the actions on the submit button have gone. I know this because they sent me the form. Has anyone seen this before, or know why it is happening.

    This will happen if the user saves the form with Preview on the Mac, and perhaps other PDF viewers.
    What does it show for: File > Properties > Description > PDF Producer

  • "Submit" button in Adobe Interactive form does not trigred.

    Dear all
    I am working with interactive form and i am using *click event with formcalc. When I click these button nothing seem to happen.
    i tried with javascript also.
    Event has following code.
    // DO NOT MODIFY THE CODE BEYOND THIS POINT - 710.20060821084622.325745.280724 - SubmitToSAP.xfo
                          ContainerFoundation_JS.SendMessageToContainer(event.target, "submit", "", "", "", "");
                          // END OF DO NOT MODIFY
    I am using  the following versions:
    Adobe livecycle 7.1
    Adobe reader 9
    SAP: EHP4 FOR SAP ERP 6.0 / NW7.01
    Interactive form properties:
    DiplayType: Native
    Enabled: True
    Form layout:ZCI
    Interface: XML
    Submit button used from Web Dynpro Native.
    Can someone please help me resolve this issue as it is very criticial for me.
    Many thanks,
    Ravikumar.

    Hi Ravikumar,
    Your ABAP backend is of version NW7.01, but your ZCI script version is 710.20060821084622.325745.280724.
    This is a very old ZCI script, delivered with NW 7.00 SP11 or SP12.
    I assume that your ADS is still running on a NW7.00 system (JAVA stack!)
    You have to update the ADS and you have to update the ZCI script of your form. See SAP note 999998, search for "The Web Dynpro application hangs during submit". There's a detailed explanation + solution description.
    Ralf

  • File attachent not sent to Approver in Purchase Requitions

    Hi all
    I have issue about Purchase Requition:
    When i create a Purchase Requions fianlly, i go to menu View -> Attachment to attach file after that i press button Approve to send approver
    My Approver receive Requition but not receive file attachment in email.
    I don't know why.Please support me
    Thanks

    Check that notification activity and its assigned message. If that message doesn't source your attachment(i.e no attributes to capture attachment), obviously attachment would not appear in notification.

  • File attachment not available on CALL TRANSACTION

    Hello guys,
    I am using Generic Object System (GOS) for file attachment in a custom transaction. If I access the transaction directly, it is working fine. But if I use CALL TRANSACTION 'ZTRAN', the file attachment in the application toolbar is not appearing. I debugged in both way, I don't find any difference. But finally through call transaction, GOS is not appearing. please throw some lights on this.Below is my code.
    In transaction:
    DATA: gcl_manager  TYPE REF TO cl_gos_manager.
      IF NOT zmm_spa_header-rmsno IS INITIAL.
    *   Set object Key
        gv_object-objtype = gc_spah.
        gv_object-objkey  = zmm_spa_header-rmsno.
    *   GOS toolbar
        CREATE OBJECT gcl_manager
          EXPORTING
            is_object    = gv_object
            ip_no_commit = 'R'
            ip_mode      = 'E'
          EXCEPTIONS
            OTHERS       = 1.
      ENDIF.
    In report:
    CALL TRANSACTION 'ZMMD_SPA'.

    Hi,
    1,  make SY-BINPT = 'X'. then call transaction. Hope it will display.
    if not try BDC as mentioned below record only first screen.
    data: ctu_params type ctu_params.
    ctu_params-UPDMODE = 'A' . " Asyconrous mode.
    ctu_params-DISMODE = 'A' " all screens
    ctu_params-NOBINPT = 'X'.
    CALL TRANSACTION 'ZMMD_SPA' using bdcdata options ctu_params.
    Hope it helps.
    Regards,
    shanmugavel chandrasekaran

  • Submit button on Adobe Interactive form does not send data back to ABAP

    The integration of my ABAP View and Adobe works fine getting data into the form. The form is interactive and I am able to change the data. I am using ZCI and the XML Context. I display the FirstName attribute both on the ABAP View, and the Adobe Form. When I press the SUBMIT button the first time, it disables that button, but the ABAP View is not updated. I have an ONACTION event, but it doesn't get triggered at all.
    Here are my specs:
    Adobe Reader 8.1.1. Local
    Adobe LiveCycle Designer 8.01.3250.1.491864
    NetWeaver 7.0 SP19
    HR Support Pack 48 and Enhancement Pack 2

    Hi all,
    I assume the ZCI script included in the form (800.20070410093956.383622.376748 ) is too old (I guess it's from SP13 or14).
    In general, I propose the following to analyze/fix these kind of problems (Web Dynpro ABAP only):
    1. Check the tracefile (available from SAP NetWeaver 700 SP19): Add "&sap-wd-clientDebug=X" to the application URL and open the trace by typing <CTRL><ALT><SHIFT>T (see note 999998 too):
    -> Watch for an entry "Got a message from Adobe Reader: zciReady 1: 2: 3:". If this line doesn't appear => ZCI script too old, go on with step 2
    -> Watch for an entry "Got a message from Adobe Reader: zciVersion 1: 800....". That's the version of the ZCI script included in the form
    -> Watch for entries containing "sendDataToServer" and "responseFromServer": If you can't find these entries, something went wrong transferring the form data to the ABAP server: Watch out for entries containing "Error", there might be a network problem.
    2. Execute report FP_PDF_TEST_00 to find out the used ADS version: The corresponding ADS version of SP19 is 800.20090130093518.519793 or 800.20090608122643.560369 (look at the second part of the version string. It's a timestamp: The ZCI script included in the form is from April 2007, the ADS version of SP19 is from January/June 2009!
    -> Update the ADS or patch the ADS (see notes 999998, 1229392 and 956074)
    3. optional step: Have a look at note 999998, section "related notes" (this is the complete list of available notes for Web Dynpro ABAP Interactive Forms integration): Install all notes available for your release/SP - or even better: Update SAP NetWeaver (SAP_BASIS) to the latest available SP
    4. Update the ZCI script of the form using transaction SFP_ZCI_UPDATE
    5. Repeat step 1, I'm pretty sure that it will work now!
    Regards,
    Ralf

  • Submit button to update csv file.

    Hello,
    I have designed a number of forms for my company which are quite basic but i want to be able to create a Radio (Submit) button to automatically update a CSV file.
    I know there is a feature for being able to merge multiple documents into a file but i would for a button to be able to do this automatically
    Is there a way with javascript?
    Thanks
    Blake

    I would look at using a button.
    Radio buttons are for making a single selection from a group of options.
    You cannot export a CSV file from a PDF only a tab delimited text file.
    Merging multiple PDFs into one PDF is problematic with PDFs.

  • Submit button in Cap 7 quiz does not advance learner to next quiz slide

    I created a 5 question MC quiz in Cap 7. When I take the quiz in the preview mode, I am able to advance to the next slide by clicking on the submit button. Well, when I click on the submit button, a pop up appears that says: Correct - click anywhere or press 'y' to continue. Once I click anywhere, *then* I am taken to the next question.
    However, when I take the quiz in a web browser, I cannot advance to the next slide, even when I answer the question correctly. I click the submit button. The same pop up appears as in the preview mode: Correct - click anywhere or press 'y' to continue. So, I click anywhere but nothing happens. The slide does not advance.
    I've created a few quizzes before in Cap 7 using the same settings so I was stumped when the quiz didn't work this time. Maybe I accidentally changed a setting??

    The jump to slide works great. Yes, the user goes right back to the quiz after remediation. The user can then change her answer and click submit. However, she can not advance forward. Sigh.
    I am a freelancer who inherited the template from the former freelancer. I was told to use her template to create the trainings. So I am. I was supposed to use all the settings she used, too. That's why the Required is set to: User must answer every question'
    I can try your idea and the Requirements in the settings.
    What's odd, though, is that I've developed a Quiz using these same exact settings and it worked perfectly. That's why it's odd that the Quiz is no longer working correctly.
    Okay, let me try to change the Required settings.
    By the way, the submit button works fine in the Preview mode, just not the Web Browser mode.

  • TS1398 The wifi button has greyed out and will not open at all. I know this has been happening to a lot of iPhones six the io6 update. How to fix one very distressed daughter

    The wifi button has greyed out on iphone4s. What to do I have a very distressed daughter here?

    Heard about this strange my 4s is fine after updating.
    Back up the device to either itunes or cloud
    and try to restore the device

  • Adobe Reader documents now download as an anonymous file type, not pdf.

    I'm using Mozilla 19.0.1 but this has been happening for the last several versions, when I open a pdf it displays but when I download it downloads as something without an extension (even though the downloader *says* it's a pdf). Then when I try to open the download it asks which program to use every time and I then have to save the download as a pdf. A yellow bar across the top of my Firefox window showing a pdf says "This pdf might not be displayed correctly." and offers me a different option but I get the same result: having to use numerous steps to save the pdf as a pdf.
    I have the Adobe Acrobat plug-in 11.0.2.0 installed and enabled. In Options > Applications I have it set to use Adobe Acrobat in Firefox but I've tried changing this without making any difference.
    What has happened to the bar across the bottom of an online Adobe document?
    Thanks.

    Some pdf s may not be compatible with the Firefox pdf viewer. Almost all pdf s should display in either the standalone Adobe viewer or the Adobe plugin.
    The built-in Firefox pdf viewer is still undergoing development and improvements. Some of the problems with it will be forthcoming Firefox Releases. Some save file problems should be fixed in fx<s>21</s>fx'''22''' (Currently the Nightly version)
    * Bug 738952 - "Save as..." File menu entry or Ctrl+S produces unexpected results when having a PDF file opened within PDF Viewer
    Workarounds.<br/>Either view using the plugin, or download as is and edit the filetype.
    * see [[How to disable the built-in PDF viewer and use another viewer]]

  • Adobe printer shows plt file type not pdf

    Just installed Adobe Acrobat XI on Win 7 workstation,
    text documents pdf okay,
    Printing 24 x 36 cad files only shows plt file type, fails to create pdf.
    Didn't have this problem with Acrobat 8 Pro and windows XP,
    what am I missing?

    Some pdf s may not be compatible with the Firefox pdf viewer. Almost all pdf s should display in either the standalone Adobe viewer or the Adobe plugin.
    The built-in Firefox pdf viewer is still undergoing development and improvements. Some of the problems with it will be forthcoming Firefox Releases. Some save file problems should be fixed in fx<s>21</s>fx'''22''' (Currently the Nightly version)
    * Bug 738952 - "Save as..." File menu entry or Ctrl+S produces unexpected results when having a PDF file opened within PDF Viewer
    Workarounds.<br/>Either view using the plugin, or download as is and edit the filetype.
    * see [[How to disable the built-in PDF viewer and use another viewer]]

  • Has anyone experienced file extensions not being recognised by the right program?

    I'm using CC -- the whole show, Win 7 Pro and Win 8 Pro on a second PC. Only the Win 7 system is showing this issue but both systems have identical software. Click on an inDesign file and Acrobat tries to open it.
    Click on a Photoshop file and a HDR application called 'Luminance' tries to open it.
    Use the traditional method of choosing the program to open the files with is a waste of time. They still try to be opened by the same apps. I'm no newby here. I know my way around the registry and tried altering that to set the file to program relationship. Next boot and it's as if I'd never altered the registry in the first place.
    This is strictly a work PC, not the sort of thing you'd expect to contract a virus or malware but I installed Microsoft Security Essencials and did a 'Home visit' from a well known AV company. Nothing out of the ordinary on either machine.
    When I bought this system in 2010, I had an issue installing Windows on it. I had to get a MS technician to log on remotely and do the install. (Hour and half so it must have been significant) but since then it has run daily without any issues. Except for a plug-in suite called onOne 5,6 and 7. Whenever I tried to use it with Photoshop, it would open two versions of itself and take out or freeze Photoshop.
    There is only one app in that suite I ever use so part of the refund was providing a stand-alone version of that app. I've pretty much convinced myself that their suite is the cause of the issue with file extensions  but getting anyone to admit they have flakey software is like trying make a horse talk another human language.
    The most recent issue started not long after I installed Luminance HDR, A free app that does a great job of tone mapping. I also use Luminance on the second PC that does not display these any of these problems. It has gotten so bad from trying to install the onOne app as a plugin,(another waste of money, it still kills Photoshop) that I can no longer use file manager to choose a file to open with any Adobe cc program I have. Today I targeted the motherboard and flashed the BIOS, and replaced all the drivers with new versions also.
    Still doing it, GRRRR! I can't believe I'm the only one who has this problem so I'm posting here in the hope I'm not alone and might get a pointer or three on how to fix it. No harm in hoping, is there?
    Ryadia

    Well, well, well... Nothing has changed. Somehow or another Adobe has managed to truly take control of Windows 7.
    I updated Bridge or more correctly... The Cloud did and every files extension in Bridge had 'none' as the application. Lovely stuff. Now All I want to know is why did Adobe take control of Windows file manager and cause this much grief?
    I almost never use the clunky and often impossible to manage Bridge. Simple freeware... Irfanview is way more elegant than Bridge and 10 times more useful IMO.
    Well thanks for the heads up Curt. I never considered the full implication of giving Adobe the freedom to add and remove whatever they wanted to... Forget the don't fix what isnt broken thing... Just pour everything we've got in the cloud onto all the  members PCs, eh? Hard drives are cheap and hey, what are forums for when things go wrong if it isn't to keep Adobe informed of bugs they can silently fix and pour 'em back into the cloud as fixes.
    Ha,ha you just gotta love progress eh?
    This is really going to take on. I can see it now... For every mess up of a PC -- "THE CLOUD DID IT"!!!

  • IMessage,,,video file attachement not found

    My gf send me an email with an video attachement using iMessage from her iPhone,but when i open my inbox from my iPod touch 4th  i recieved the email but there nothing in to it, it say's "This message has no content" is there anyone could help me how to retrieve the attachement?
    thank you:

    Well, I gave up, blew away the partition and started over with a primary partition using ext4.  Worked without a hitch, go figure...

  • The select button for upload a file is not working

    Every time I want to select a file or image to upload nothing happens.
    I did use the options in troubleshooting but no results.

    Maybe this report can help
    Toepassingsbasics
    Naam: Firefox
    Versie: 32.0.3
    Useragent: Mozilla/5.0 (Windows NT 5.1; rv:32.0) Gecko/20100101 Firefox/32.0
    Crashrapporten van de afgelopen 3 dagen
    Alle crashrapporten (waaronder 1 crash in behandeling in het gegeven tijdsbereik)
    Extensies
    Naam: Adblock Plus
    Versie: 2.6.5
    Ingeschakeld: true
    ID: {d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}
    Naam: avast! Online Security
    Versie: 9.0.2021.112
    Ingeschakeld: true
    ID: [email protected]
    Naam: Microsoft .NET Framework Assistant
    Versie: 0.0.0
    Ingeschakeld: true
    ID: {20a82645-c095-46ed-80e3-08825760534b}
    Grafisch
    Adapter-RAM: Unknown
    Adapterbeschrijving: Intel(R) 82915G/GV/910GL Express Chipset Family
    Adapterstuurprogramma’s: ialmrnt5
    Datum stuurprogramma: 10-14-2005
    Device-ID: 0x2582
    Direct2D ingeschakeld: Geblokkeerd voor uw grafische stuurprogramma. Probeer uw grafische stuurprogramma bij te werken naar versie 6.1400.1000.5218 of nieuwer.
    DirectWrite ingeschakeld: false (0.0.0.0)
    GPU #2 actief: false
    GPU-versnelde vensters: 0/1 Basic Geblokkeerd voor uw grafische stuurprogramma. Probeer uw grafische stuurprogramma bij te werken naar versie 6.1400.1000.5218 of nieuwer.
    Stuurprogrammaversie: 6.14.10.4410
    Vendor-ID: 0x8086
    WebGL-renderer: Geblokkeerd voor uw grafische stuurprogramma. Probeer uw grafische stuurprogramma bij te werken naar versie 6.1400.1000.5218 of nieuwer.
    windowLayerManagerRemote: false
    AzureCanvasBackend: skia
    AzureContentBackend: cairo
    AzureFallbackCanvasBackend: cairo
    AzureSkiaAccelerated: 0
    Belangrijke aangepaste voorkeuren
    accessibility.typeaheadfind.flashBar: 0
    browser.cache.disk.capacity: 358400
    browser.cache.disk.smart_size.first_run: false
    browser.cache.disk.smart_size.use_old_max: false
    browser.cache.frecency_experiment: 4
    browser.places.smartBookmarksVersion: 7
    browser.sessionstore.upgradeBackup.latestBuildID: 20140923175406
    browser.startup.homepage_override.buildID: 20140923175406
    browser.startup.homepage_override.mstone: 32.0.3
    dom.mozApps.used: true
    extensions.lastAppVersion: 32.0.3
    gfx.blacklist.direct2d: 3
    gfx.blacklist.layers.direct3d10: 3
    gfx.blacklist.layers.direct3d10-1: 3
    gfx.blacklist.layers.direct3d11: 3
    gfx.blacklist.layers.direct3d9: 3
    gfx.blacklist.layers.opengl: 3
    gfx.blacklist.stagefright: 3
    gfx.blacklist.suggested-driver-version: 6.1400.1000.5218
    gfx.blacklist.webgl.angle: 3
    gfx.blacklist.webgl.msaa: 3
    gfx.blacklist.webgl.opengl: 3
    network.cookie.prefsMigrated: true
    places.database.lastMaintenance: 1413621554
    places.history.expiration.transient_current_max_pages: 53427
    plugin.disable_full_page_plugin_for_types: application/pdf
    plugin.importedState: true
    privacy.sanitize.migrateFx3Prefs: true
    storage.vacuum.last.index: 1
    storage.vacuum.last.places.sqlite: 1413153869
    JavaScript
    Incrementele GC: true
    Toegankelijkheid
    Geactiveerd: false
    Toegankelijkheid voorkomen: 0
    Bibliotheekversies
    NSPR
    Verwachte minimale versie: 4.10.6
    Gebruikte versie: 4.10.6
    NSS
    Verwachte minimale versie: 3.16.5 Basic ECC
    Gebruikte versie: 3.16.5 Basic ECC
    NSSSMIME
    Verwachte minimale versie: 3.16.5 Basic ECC
    Gebruikte versie: 3.16.5 Basic ECC
    NSSSSL
    Verwachte minimale versie: 3.16.5 Basic ECC
    Gebruikte versie: 3.16.5 Basic ECC
    NSSUTIL
    Verwachte minimale versie: 3.16.5
    Gebruikte versie: 3.16.5
    Experimentele functies
    ----------------------

Maybe you are looking for