How do I submit a form as e-mail in xml and pdf form?

Hi,
can I set up the submit button to send the form data as xml and also include a copy of the filled out pdf-form?
I can make it work whith either xml-file or pdf-form, but not both at the same time.
Hope anyone can help.
K

I know I can import data to a blank form in Acrobat Pro. Is it possible to call Acrobat from the command prompt?
It would be really fine, if we could make Acrobat work together with our in house systems. Or is there another way to import data to a blank form?
As I see it LiveCycle Forms is not an option, because the form data will be handled in a closed enviroment.
K

Similar Messages

  • TS1424 i bought a book and itunes charged me three times for the same book, how do i submit a claim to get the money back and where do i find then form

    i bought a book and itunes charged me three times for the same book, how do i submit a claim to get the money back and where do i find then form

    Welcome to the Apple community.
    Select the content which is causing a problem and use the 'Report a problem' button in Your Purchase History.

  • How to edit bitmap which is imported in flash using xml and save the edited bitmap back to xml in flash.

    hi all
    It would be appreciated if any one let me know how to edit
    bitmap which is imported in flash using xml and save the edited
    bitmap back to xml in flash.
    Is it posible to save the bitmap data in flash?
    thanks in advance

    Yes you can... but like I said before you need to upload the
    data from the changes you make to a server.
    In terms of the solution... its unlikely that you'll find one
    specifically for your needs. You will have to learn whatever you
    don't know how already and maybe adapt some existing examples to
    your needs.
    To change the visual state of a movie clip... you just do all
    the regular things that you want to do to it using flash... scale,
    rotation, drawing API , textfields etc in actionscript. If you
    don't know how to how to do that stuff, then you need to learn that
    first. That's basic actionscript.
    You can capture the visual state of a movieclip using the
    BitmapData class. That includes a loaded jpeg. You can also
    manipulate bimatp data using the same class. You should read up on
    that if you don't know how to use it or check out the examples
    below for uploading info.
    For uploading to the server:
    Here's an as2 solution that took 15 secs to find using
    google:
    http://www.quasimondo.com/archives/000645.php
    If you're using as3, google search for "jpeg encoder as3" and
    look through that info. There are also historical answers in the
    forums here related to this type of thing that might help as
    well.

  • I like the mail feature with one exception; I cannot figure out how to change the font size of incoming mail permanently.  And, when answering an email I have to highlight the first few words and zoom it so I can see what I am writing.  what am I missing?

    I like the mail feature with one exception; I cannot figure out how to change the font size of incoming mail permanently.  And, when answering an email I have to highlight the first few words and zoom it so I can see what I am writing.  what am I missing?

    You can type the email using what you set in preferences and then highlight the text and use command - minus sign (or command - + for larger) to reduce the size of the text.
    You can also type command - T and a window will appear allowing you to select fonts/sizes/color/ background highlight.
    The above works in Notes also. I haven't tried to do this in any other Apple application.
    For incoming emails, you can use the above to reduce font size, but I don't know of a way to permanently set the incoming font size to a default.

  • HT201320 I have two email accounts. However, the iPad automatically uses the account that I only want to use for business. How can I change the account from which mail is sent and received?

    I have two email accounts. However, the iPad automatically uses the account that I only want to use for business. How can I change the account from which mail is sent and received?

    You are most welcome

  • How do I submit my form as PDF in email?

    I just completed a PDF form with a Submit by email button, I was able to set the email id but when i press Submit by Email button, it attaches an XML. How do I make LiveCycle Designer save the form as pdf and attach it to the set email id? Help please

    Open your form in Acrobat Professional.  Using the Advanced pull down menu choose, "Extend Features in Adobe Reader".  You'll get a warning message which includes the following note - "Once reader enabled, certain functions,such as editing document content or inserting and deleting pages will be restricted." Read so you are sure this is what you want then choose Save Now.  Reader rights are now enabled.
    To answer your question on usage rights, I went right to the acrobate users group and copied their indepth explanation
    "To summarize the EULA as it relates to enabling PDFs, you are granted permission for enabling a PDF for a maximum of 500 uses. This means that if you post a PDF enabled form on your Web site and 500 people fill out the form, you're within the licensing agreement. If you enable a form where more than 500 people fill out and submit the form back to you, you're not complying with the licensing in the EULA. There are many uses for staying within the 500 limit. You might want to enable files used as a purchase order form, a travel expense form, a vacation leave form, etc. The form can be used by several Adobe Reader users many times, but needs to stay within the 500 use limitation.
    For a huge number of appliications this new enabling feature is designed for people who don't have industrial strength needs for forms distribution that require purchase of LRES. A charity golf tournament, a small conference, a PTA event, etc. are all likely candidates for using the new enabling features in Acrobat Professional."

  • How can I submit the form back to the server, then reload the page again

    Hi
    I have 2 comboboxes, one is already populated with data by the time the page is loaded. The second combobox will be populated depending on the value chosen from the first combobox
    I need to know how can submit the form to go back to the server with the selected value from the first combobox, get some data from the database and then regenerate the whole page again filling the second combobox with the collected data
    for example, here s my select tag:
    <select name="country" id="firstBox" onchange="populateSecondList()">
         <option value="" SELECTED>
         </select>
    <select name="city" id="firstBox">
         <option value="">
         </select>
    what should I have to add in the retrieveSecondOptions() function?

    declare a second combo box in a iframe and to iframe tag there is attribute to which you can sepcify the file name like one.jsp
    now call onchange event on first combo box and forward request to one.jsp

  • How to automatically submit a form without clicking the button?

    Hi,
    Is there any way to submit a form without clicking the button? Any idea is greatly appreciated.
    -Joey

    well if you are filling some textfields you can do a onchange call so you can submit the form, or use any of the existing functions to do that.

  • How can I submit a form that depends on another form?

    Hello,
    I have a jsp with 2 different forms. The one is a Login form and the other one does some calculations.
    In my servlet I want to be able to proceed with the calculation form (when I click submit) only if someone is logged in.
    How can I do that? Any suggestions please?

    Actually what I did is when I submit the calculation form in my servlet I am requesting the login bean ( this is where I store the username and password if a customer logs in, plus a boolean variable to keep track if someone is logged in or not) like that:
    Login login = (Login)session.getAttribute("login");
    But I want somehow to get the Bean boolen variable and check if it is true or false, but I don't know how to do it. I did the following and it didn't work:
    //create a new boolean variable to store the Bean boolean
    boolean checkLoggedIn = request.getIsLogged();
    Any suggestions?

  • How Do I Submit a Form to a Server?

    Overview
    - I am working on forms for two seperate websites.
    - I have the server information for website1, but I don't
    have the information for website2's server at the moment.
    - I set up a form on dreamweaver 8.0 and I am trying to get
    the user to submit it to my server.
    Questions:
    1. Do I make the form a PHP file since I want the user to
    submit it to a server? If so, I have PHP/ MySQL set up on my
    webserver for website1. I hear that email is a very unreliable/
    unsafe way to submit forms.
    2. What is the code for this or is there a tutorial one of
    you might know?
    3. Website1 is an FTP and I believe that website2 is a local
    server. Would there be a difference in the code besides the
    rootfolder?
    4. When someone submits a form to the server, is there a new
    file that is created in the rootfolder or is it manifested in the
    database somehow? I am very unfamiliar with databases.
    I have searched over and over again in google and these
    forums. All I can find is how to email a form. Even when I tried
    that, all I get attached in the email is an .att file that I can't
    open unless I download some rogue program that I really don't
    trust. I feel submitting to a database is the way to go. Please
    help me.
    -- Carrion Misery

    What you need to find out is what server side scripting can
    be used on the
    hosting. ASP or PHP or ?
    What does the hosting's FAQ/support pages say about form to
    email scripts?
    Is there a hosting control panel or CPanel? If yes- look in
    there.
    If you can use PHP scripting, here's a quick list of
    instructions for a
    particular script:
    If you don't want to create the php script yourself- here's a
    very short set
    of instructions to get a free script working in a few
    minutes. Refer to the
    docs folder in the expanded zip file for more info.
    1)go to
    http://boaddrink.com
    -->phpformmail
    download it.
    extract the ZIP file.
    2) open formmail.php in dreamweaver
    Make the following changes (in code view, turn line numbers
    on)
    2a)
    line 4,
    define('CHECK_REFERER', true);
    change to:
    define('CHECK_REFERER', false);
    reason: too many people use a firewall or Norton security to
    restrict this.
    2b)
    Line 43
    $referers = array('www.example.com', 'example.com');
    change to the url address of your web site.
    reason: this probably isn't needed since we just turned the
    referrer
    checking off. but change it anyway.
    2c)  *this is to hard-code the recipient address into
    the php
    file, where it is totally invisible *
    Line 46
    $recipient_array = array();
    change to:
    $recipient_array = array('me' =>
    '[email protected]);
    **of course, replace [email protected]  with
    the email address
    you want to receive the form data
    reason: this sets the email address the form results will be
    sent to.
    2d) give the script a default "From" address to use.
    Go to line 41
    Change:
    define('FROM', null);
    to:
    define('FROM', 'Example Name <[email protected]>');
    substituting your name and email address.
    3) now do a File-->Save As and save this file to within
    this Local Site
    folder. save it as anythingyouwant.php
    4) in dw's File Panel, find anythingyouwant.php and upload it
    to the remote
    site.
    5) Now open your form html file in dreamweaver,
    5a)click the mouse into the form area, and select the
    <form> tag on the
    lower left margin of the design window.
    In the Property Inspector, it should now show the properties
    of the <form>
    tag. In the Property Inspector, to the right of the ACTION
    line, click the
    folder icon and browse to and select the anythingyouwant.php
    file
    you've saved to within this site.
    5b) now go to dw menu-->Insert-->Form
    Objects-->Hidden Field
    This inserts a hidden form field.
    In the property inspector, change the NAME/ID of this field
    to: recipient
    And the VALUE of this field to: me
    the code should look like:
    <input name="recipient" type="hidden" id="recipient"
    value="me">
    This tells the script to use the "me" recipient_alias value
    as the email
    address to send the form to.
    5c: Do you have a form field to collect the user's email
    address?
    If yes, if this field is named exactly "email" then the
    script will use the
    user's email as the reply to in the outgoing email
    6) Save and upload the form page.
    Try the form from the website.
    Optional:
    1-make a new page for a thank you for submitting message.
    In the form, insert another hidden field.
    Name: redirect
    Value:  the full absolute
    http:// address to the new thank you page.
    If you don't set a redirect value- the form script will build
    a "thank you,
    here is what you submitted" page. If you want to use that
    dynamic page-
    upload the .css file that it uses.
    2- If you have a field in the form to collect the visitor's
    email address,
    IF you name this field  in the form exactly  
     email   then the visitor's
    email address will be the Reply To address in the outgoing
    email.
    There are 30 or so other optional form fields to control the
    form- see the
    readme in the docs folder. One of those optional control
    fields is
    verification.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • How do I submit a form to a LC process using the process fields component in LC Designer

    I have a PDF Form with the Process Fields component attached.<br /><br />In the FSSubmit component, I have set the URL to <br />http://localhost:8080/soap/services/SAPS_Submission?wsdl, <br />where SAPS_Submission is the name of my process.<br /><br />I open the form through a Flex app, fill out the form and press submit, but get the following error:<br /><br />  <?xml version="1.0" encoding="utf-8" ?> <br />- <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><br />- <soapenv:Body><br />- <soapenv:Fault><br />  <faultcode xmlns:ns1="http://xml.apache.org/axis/">ns1:Client.NoSOAPAction</faultcode> <br />  <faultstring>no SOAPAction header!</faultstring> <br />- <detail><br />  <ns2:hostname xmlns:ns2="http://xml.apache.org/axis/">dtross</ns2:hostname> <br />  </detail><br />  </soapenv:Fault><br />  </soapenv:Body><br />  </soapenv:Envelope><br /><br />The LC process has the schema for the form as an input variable, which is used in the execution of a insertSQLStatement.<br /><br />My knowledge of the process fields component is sketchy at best, but from what I understand, I can use it to submit to workbench without using a servlet?<br /><br />Any help with getting the data from the form to the process using this technique, or clarification about what I should actually be doing would be greatly appreciated...<br /><br />Thanks<br /><br />Ross Malan

    The process fields are ONLY needed if you're planning to use the form offline or through email. If you submit the data back to a servlet, you just need to put a submit button on the form.
    Jasmin

  • How do users submit a form?

    Once I post a link to my form and someone fills it out, how is it submitted?

    Yes, they will be able to fill-in and save, but it's important that you tell your users to use Adobe Reader. Some PDF viewers (e.g., ones built into browsers like Chrome and FIrefox) do not allow form filling, or if they do, don't have the same functionality as Reader does.
    As far as submitting, you can set up a button that when clicked will attempt to initiate an email. Whether this works depends on whether the user's system (email client in particular) is set up. User can always manually attach a file to an email that they initiate, so it's helpful to provide some instructions for this. Don't forget to include the email address.
    Finaly, email can't be considered secure, so don't use it for anything that needs to be secure. It also not the most reliable method.

  • How do I get iPhoto to use my Mail address book and no Themes?

    How do I get iPhoto to stop themes and use mail to share my photos?
    I have corrected this on another system (iMac and MacAir) but do not remember how I did it.

    Make sure you have the latest version of iPhoto (v9.1.3). If you installed from a disk or it was already on a new Mac, then run software update. If you bought on the App Store check there for updates.
    Then check the General Pane of the Preferences
    Regards
    TD

  • How can I stop Photoshop CS5.5 taking control of html and pdf files without the user's consent?

    Our client uses CS 5.5, and Photoshop will continuously take control of pdf and html files. This is without any interraction from the user, and after setting it back to the desired settings (pdf - Reader, html - Chrome), after some time (and doesn't seem to be related to anything the user does, restarting machine etc), Photoshop will snatch control of either or both of these extensions.
    Could you please advise on how best to deal with this issue? Resetting Photoshop preferences does work for a time but it is not long before the issues arise again.

    Thank you for the link, it is an encouraging read as I have not yet found anything even similar to my issue via searches.
    The machine has never had a previous version of Photoshop installed, but it does have Elements, which is used for scanning documents (which are then edited in photoshop and converted to pdf there). It is an involved process.
    Although I appreciate the link and your time, I'm afraid the issue in the link is the opposite issue - the other user cannot set the default, whereas my user cannot unset the default.

  • How do you change the default location of the library xml and other related files?

    After the most recent software update of iTunes for Windows, the new software resorts to going to a folder on my hard drive for the files that determine your library:
    \Users\username\Music\iTunes\iTunes Library.itl
    \Users\username\Music\iTunes\iTunes Library.xml
    My itl and xlm files are located at on an exgternal network connected drive in a iTunes\ folder.
    Asa temporary solution I replated and copied my itl and xml files into the C drive folders but I would like to modifiy the defualt settings in the solftware?
    Is that possible?

    This question should not be in the "ITunes for Mac" dicusiosn but in Itunes for PC.
    Unrelated to this quesiton but related to the software update, I noticed that not all settings for my albums's artwork came over.  I would prefer avoiding going into each album to modify album art info.... >:-(

Maybe you are looking for

  • Open and Save Dialogs Slow to Open and Populate

    In all of my apps, the Open and Save dialogs have become very slow to open and populate since installing Snow Leopard, when the machine is connected to a Windows server. Disconnecting from the server solves the problem; reconnecting causes it to reap

  • How do i save files from my macbook to an external hard drive

    Ive always been a PC user until recently when i purchased a macbook pro. I have an external hard drive that i used to back up all my files including word documents & mp3's etc. I now want to use the same hard drive to back up files from my macbook bu

  • How to make fields with Forms Builder "read only"

    Hello, I'd like to make the fields "date" and "user" in the news form read only so that the user cannot edit them. Is this possible and how. ? Andreas

  • Home user of iMac

    Hi, I'm a home user of iMac. I got several question of using iMac (I'm new to mac). So here it is: 1. Like mention above, I'm a home user of iMac and working outside, on weekdays I only use iMac for 5-6 hours and whole day on the weekends. Should I p

  • Flash Remoting Works Locally But Not On The Server

    Hello, I have a flash file that connects to an asp.net page. The aspx page queries a databse and returns a set of records to flash. Flash reads in those records and processes those records. Locally, this works fine. However, on the server, nothing ha