Adobe designer 7.0  URGENT submit by e-mail  change text

Using the Adobe prof 7.0 - form designer - I've made a document with a submit by e-mail button. When clicking this button it generates the wanted xml document and attaches this to in a message in outlook.
My question:
1.) How do I alter the automatically generated accompanying text
(in my case in dutch ' Het bijgevoegde bestand bevat gegevens die waren ingevoerd in een formulier. Het is niet het formulier zelf.De ontvanger van dit gegevensbestand moet dit lokaal opslaan onder een unieke naam. In Adobe Acrobat Professional 7 of hoger ...') ?
This is a service message and I'd like our customers to see a text more like "thank you for filling in this form - this works just click 'send message' ...."
2.) How do I alter the generated xml, eg remove <!--
Als u een formulier hebt ingevuld:
Dit bestand bevat gegevens die waren ingevoerd in een formulier.
Het is niet het formulier zelf.
.... -->
Can anybody help? This needs to be solved in the next 8 hours - Aargh!
Kind regards,
L. Meynen

Thank you, expert, for your quick reply.
Described problem got solved: we noticed later that the extra text only appears for users using Adobe professional 7.0, 'normal' users with adobe 8.0 reader don't get the extra text, so that is ok for us.

Similar Messages

  • Urgent send report in mail in text format

    Hi All,
    Now i am running report in pdf format to screen and printer but now i have to
    send salary slip to individual employees mail. I want to know that
    what should i write for sending salary slip to individuals. So that it should not send in others mail.
    Thanks in advance
    Rgds

    did you want to send emails to individuals? or something else?
    Search for utl_SMTP in this forum. There are tons of example which helps you sending emails via forms

  • Submit problem using Adobe Designer 7.0 form & GroupWise email

    We are designing an interactive form using Adobe Designer 7.0, and would like for other people in the organization to be able to fill in the form electronically then hit the "Submit by Email" to return the data.
    For email, we are using Novell GroupWise.
    Problems are occurring once the recipient of the form selects the "Send Data File" button. This action either causes Adobe to crash, or causes an error message, "Acrobat is unable to connect to your email program."
    Can anyone help? Is anyone successfully using this function with GroupWise email?

    I don't really have a solution for you - perhaps the following may be of use though:
    Try reinstalling Designer 7 and ensure that at the point where you are asked about your e-mail client that you tell it that you are using GroupWise.
    You may like to see if you can send an e-mail using the same method that we employ.
    This is the script we use on the 'click' event of a button that sends an e-mail with the form attached (via GroupWise) to the e-mail address as specified ("[email protected]" in the example below).
    var myDoc = event.target;
    myDoc.mailDoc(false,"[email protected]", "", "",
    "This is will appear in the subject line....",
    "Here is the message text............");

  • Adobe Designer "Submit by Email" problem...

    I am creating a form to be Submitted by Email as an attached PDF file. The process works fine throughout, but when the Outlook New Email window is presented with the attached PDF file, pre-filled in for the Mailto: field, I hit the SEND button with no result... no error, no send, nothing... I have found that sometimes if I hit SEND multiple times in succession it sends out OK... anyone know what is the problem?

    Jay,
    Unfortunately, I don't have an answer for you, but your post relates to a question that I have.
    I finally finished my form, and I designed it for e-mail submission. However, when I try to open the file and submit view e-mail, I can only submit an XML file which must be imported into a PDF. I need to submit a filled-out PDF, without having to import anything. Any ideas?
    PS, it sounds your problem revolves more around Outlook than designer. Are you using Outlook or Outlook Express. You may first try loading the latest service packs and updates for Office (http://office.microsoft.com/en-us/officeupdate/default.aspx). If you're using Office 2003, it was quite problematic before Office 2003 SP2. Also, if your file is quite large, it may be an upload issue.
    Thanks,
    Joe

  • Adobe Design Standard for Student

    Hi there,
    I'd like to purchase Adobe Design Standard. But I have a big problem understanding the system you are working with. I'm a student from Romania in the 1st year of Political Sciency University and I'd like to get and Adobe Design Standard for Student License. How do I'm going to get it? Because I've read all the instructions and didn't understand a thing. Can anyone help me? I've just switch with an iMac and I'd like to buy a CS6 license for student. This means I can use in commercial ways before and after the study years ends right? Also the license comes with the CD/DVD for install?
    Also I'm running on Mac OS X 10.7.4 (just updated yesterday). Is the pack going to work on this version?
    Looking forward for the answer,
    Best regards,
    Tudoran Alexandru

    I would recommend starting by reviewing the Education FAQ - http://helpx.adobe.com/x-productkb/policy-pricing/education-faq.html.  It discusses everything from do you qualify to how to submit your proof of eligibility.  You will want to look at the process which is relevant for your region.

  • Adobe PDF Form (submission by email) - ok on desktop, but using Adobe Reader on iPhone cannot 'submit'

    I recently created an Adobe form (Adobe XI Pro) with a 'submit' button - submission by email (not using Forms Central).  The form works well on desktop (Outlook 2010), but when I open the same PDF on mobile (Adobe Reader installed), the 'submit' function is a dud - does nothing.  Any ideas for a fix?  Thanks.

    If your user is using Adobe Reader and wants to add an attachment to your PDF file... you need Adobe LiveCycle Designer Reader Extensions to do that...
    If your user is using Adobe Acrobat Pro then u can add attachments with this
    var myDoc = event.target;
    var sFile = "myFile" + NumericField1.rawValue;
    myDoc.importDataObject({cName: sFile});
    var myDataObject = myDoc.getDataObject(sFile); 
    var sFileName = myDataObject.path; 
    ListBox1.addItem(sFileName,sFile); 
    NumericField1.rawValue = NumericField1.rawValue + 1;
    you can also remove the file
    myDoc.removeDataObject(sFile);
    you can also open the file
    myDoc.exportDataObject({ cName: sFile, nLaunch: 2 });

  • Help needed!  New to Adobe Designer

    Hello!
    I am new to Adobe Designer, so pls forgive me if this is a stupid question...I have also tried to search for the answer - but no luck...
    This is the requirement:
    - the user opens a PDF form
    - the user fills in the required fields
    - the user clicks on a SEND button
    - an alert is shown "PDF sent!"
    ==> I.e. this button should send the PDF form to a pre-defined e-mail address in the BACKGROUND. The user should not see the e-mail, nor be able to edit it. I.e. we are looking for a way to send the PDF to an e-mail address without being dependant on whether the user has an e-mai client or not. The receiver should see an e-mail in his inbox with the PDF form attached to it and a standard text.
    Is this possible to achieve? What is required?
    I appreciate all suggestions!
    Kind regards,
    Crister

    > this button should send the PDF form to a pre-defined e-mail address in the BACKGROUND
    This would not only be a HUGE security hole if this were allowed (you can have any PDF form out there e-mailing any information it wants to any address without you even knowing it) but it would also require Acrobat to handle SMTP transfers to a mail sever.
    The solution of allowing the OS-defined default mail client to handle this solves both problems. Aandi's option is what you would have to do - submit the data via webservice and have your remote server e-mail out the data.

  • Adobe Designer Crashes

    Hii
              I am facing a problem using AdobeDesigner in NWDS.As soon as i open the Interactive form element for edit and try to change the controls on it,the Adobe gives the error "Adobe Designer encountered and error and needs to clode down".I tries to register the WDAdobeControl.dll many times but it doesnot work.My Adobe version is 7.0.9.Can anyone help urgently.....
    Thanks
    Ishita

    Hi Sejoon
    have you got the latest version of Adobe Reader? It's possible that a lower version of Reader causes Designer 7.1 to crash.
    Best regards,
    Markus Meisl

  • Adobe Designer 7.0 save button and ID system needed

    Hello, I need help with create save button what works with older version too.
    I have Adobe designer 7.0 pro
    After click save button you can not changes anymore information.
    Then I need ID making system. It would be club ID. ID will be include personal sex, birthday, and filling date.
    EX: 3290580020505 ( 3- male (4-female), 29.05.80 birthday (day,month,year), 02.05.05 means filling date. (day,month,year)
    When person will fill application and she/he choose sex, birthday, then automatically its will create the ID and its possible to see in ID form.
    Then When click Save button then what is ID number then automatically it adds end of the application form name.
    EX: ID is "3290580020505" and pdf application name is "New member". Then After Save name changes "New member- 3290580020505"
    How it is possible to do and when you do not understand what I mean pls let me know.
    I really need something similar system.

    LiveCycle Reader Extensions Server is server product that is used to unlock or activate functionalities in Reader that only otherwise available in Acrobat. By enabling rights to PDF documents, this allows end users who are using Reader to save, fill in, annotate, sign, and submit PDF documents...
    To learn more about LiveCycle Reader Extensions Server, go to
    http://www.adobe.com/products/server/readerextensions/main.html

  • Link to download Adobe Design Premium CS5.5

    Hi there,
    I am looking for a link to download Adobe Design Premium CS5.5 to my new iMac as it doesn't have a disc drive.
    Can someone please point me in the right direction?!
    Many thanks
    Si

    Hi sjrickwood
    Please download CS5.5 Trials from below link : http://prodesigntools.com/adobe-cs5-5-direct-download-links.html
    Follow the instructions to Start your Download ...
    Use your Serial Key to Activate them ....

  • I have Adobe Design Standard CS6 purchased 2013 with serial number but cannot find to download it onto a new mac laptop. When I try and add the 24-digit serial number to my account it doesn't seem to work?

    I have Adobe Design Standard CS6 purchased 2013 with serial number but cannot find to download it onto a new mac laptop. When I try and add the 24-digit serial number to my account it doesn't seem to work?

    CS6 - http://helpx.adobe.com/x-productkb/policy-pricing/cs6-product-downloads.html
    You can also download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    CS6: http://prodesigntools.com/adobe-cs6-direct-download-links.html

  • I want to do a clean install of Windows 7 Pro on my computer and my installation of Adobe Design Premium CS3 is not functioning. I cannot start it to get in and deactivate the Creative Suite installation.

    I need help with deactivation.
    I want to do a clean install of Windows 7 Pro on my computer and my installation of Adobe Design Premium CS3 is not functioning. I cannot start it to get in and deactivate the Creative Suite installation.

    if you're using the same computer hardware to reinstall your cs3, you don't need to deactivate first.
    but if there's a significant hardware change you can ask adobe support for an activation count reset. contact adobe support by clicking here and, when available, click 'still need help', https://helpx.adobe.com/contact.html

  • I purchased Adobe Design Standard in June 1993 and have not downloaded it until now. when I click on the software on my account there is no download button. How can I download the software I purchased so long ago? I hope it is not money down the drain. Is

    I purchased Adobe Design Standard in June 1993 and have not downloaded it until now. when I click on the software on my account there is no download button. How can I download the software I purchased so long ago? I hope it is not money down the drain. Is there any phone number available so I can talk to an Adobe employee?

    Which version of Design Standard are you asking about?  I don't think any Creative Suite packages existed in 1993.  I think the first CS came out in 2003.

  • Adding field in PDF(This form designed in Adobe Designer)

    Dear All,
    I use Acrobat 7.0.
    I created forms with Adobe Designer,then I saved this form as PDF.
    I want to add a few field that are; button tool,check box,Drop-down list,List box,radio button,text field,signature field, in the PDF.
    I can add in the body page but I want to add in the PDF form.
    How can I add these fields?
    Thanks.

    PDF preview is not a editing mode...You need to switch back to the editing mode by selecting 'Body Pages' tab from Designer.

  • How to use Template manager in Adobe Designer

    Hi,
    I am new to WebDynpro. I am trying to import templates in Webdynpro Adobe Designer.
    In the Interactive Form Designer, there is a Menu called "Tools", which has option "Template Manager".
    When I select a template there is only a buttion Set Selected as default after i click it but nothing happen!! Can anyone please let me know how to use the Template Manager?
    Thanks.
    Edited by: bo wang on Jan 15, 2008 9:34 AM

    Yes, here you dont have option of using standard template. In this case, just right click on the Project name shown in WD perspective on the left hand side of screen and check the Projectlocation in Properties --> Info.
    go to "Projectlocation"\src\configuration\Components. Here you can find the XDP file. Open this XDP file, in this XDP you have File option. Select the template, and save the file.
    This change will appear in WD.
    With regards,
    Amit

Maybe you are looking for

  • How to find maximum number of users we can assign for Hyperion Planning.

    HI, How to find maximum number of users we can assign for Hyperion Planning.i.e., how to find license limit in hyperion planning 11.1.2.1. In Essbase propreties, the system is showing maximum planning users could be 65535. what would be the number fo

  • Imbed ical calendar into webpage

    is there a way to set up an iweb page so that an ical calendar uploaded to mobileme can be shown? currently, i just have a page that says "click here to view the calendar," but i would like the actual calendar to be shown on the page.

  • H67MA-E45 doesn't start with dual memory channel

    I have just bought an H67MA-E45 motherboard and a brand  new intel i5-2300 processor. The pc works fine with a DDR3 1333 memory module on slot DIMM1 (as suggested in the manual), but does not seem to work with dual memory channel at all. When I insta

  • Permitted Payee as a remit to address

    We want to use Permitted Payee as additional remit to addresses for a vendor. We will defined a vendor A with an address, and extend it to the Company Codes where vendor invoices will be entered.  If the vendor has multiple addresses that we could se

  • Get information about user: memory usage; tcodes

    Hi, I would need more information about a certain user from an admin point of view: one of our users is allocating a lot of memory resulting in performance decrease. What are the usual tcodes I can use here to analyse this further? Thanks!