Field name without ID when Save As PDF Form

Hi,
I couldn't fin anywhere anybody complaining about the same problem, thus I apologise if there is some bascis I don't understand.
When I'm saving the form from FormsCentral as pdf, then fill the form, and finally export the data to Excel, the labels show an ugly machine-created ID on top of the label value
Example: my orginial label is "2.1.1.1 Title" when exported in Excel, the column name becomes : "_2_1_1_1 Title_MLJDCBBxpN-6npaHxT3sWw".
I can undesrtand the underscores (guess easier to be managed by computers), but I need people working with those forms, with very little IT skills.
Would be possible to have nicer lables automatically (or hide this kind of ID) ?
Thank you in advance for any help
Best  regards
Juan Manuel

Hi Josh,
Sorry for the confusion, my English is poor.
Well, let's start saying that I'm working offline. Once I finished my form, I save it as a pdf document. This document is sent to the people to be filled. They send me back the filled file. I open Acrobat, click on Tools, and choose Forms>More Form Options>Merge Data Files into Spreadsheets... and choose the file to have the data exported. When I open the excel file the column titles look horrible, with the above mentioned serials. I just would like to find my labels.
AND, by the way, with no need to complete all the steps mentioned above: when I save my form in pdf format and then open it on acrobat, if I choose Tools>Forms>Edit, first it says I have to save it as a copy otherwise not possible to edit as a form. Once saved as a copy and opened again, I click on Tools>Forms>Edit and see the awful labels [see attachment].
Hope is clearer
Thanks for any help
JM

Similar Messages

  • How to save to PDF form View Responses tab without including blank fields?

    Is there a way to save in PDF form from View Responses withouth including blank fields? More specifically, my form has several fields that have action (Show/hide) depending on the values. Once form is submitted and I am reviewing it from View Response tab, I use "save as PDF" button to save/download my completed form, however when I open it, it shows blank fields as well. Is there a way to somehow specify not to include blanks. If there is no way it would be a nice feature to have. Please let me know.

    No, the PDF is always going to show all fields, the "Show/Hide" does not affect the PDF we generate.
    I will soon post a Form for users to submit feature requests, keep your eyes out for an announcement in the forums for it and you can submit this request.
    Thanks,
    Josh

  • When I save as PDF form, my logo dissapears from header

    The header has an image that dissapears when I save as PDF form. Please help

    Please check if your form falls within the scenarios described in this document: https://forums.adobe.com/docs/DOC-4144.
    Thanks,
    Wenlan

  • How do I purchase reader extensions to save a PDF form that has been filled out in Acrobat Reader?

    I have just discovered that in order to save a PDF form that has been electronically filled out in Acrobat Reader, that I have to purchase reader extensions to make this possible.  I would like to speak to someone about the price and how to purchase.
    I cannot find a phone number on your site, so I am hoping to get an answer from Adobe this way.
    Thanks,
    Chani

    Thanks everyone for responding.  I should have supplied more information.
    I was hired by my client to create PDF forms that can be downloaded from their website, filled out electronically in Acrobat Reader, and then saved (with all the form fields filled in) and emailed.
    I was supplied with scanned forms as the base for creating the form fields in Acrobat Pro.  These web visitors that will be filling out the forms and emailing them will only have Acrobat Reader, most likely.
    I created the forms in Acrobat Pro, and they worked great when I tested them ( in Acrobat Pro) - I could save the form field data.  However, my client has come back to me with numerous complaints from their web visitors - they cannot save the form once they have filled it out in Acrobat Reader and keep the data they have entered.  Instead, they have to print the form physically, scan it, and email it that way (kind of low tech for the year 2013, and not easy for these people).
    So, my end goal is to update these forms in Acrobat Pro so they can be filled out by folks only using Acrobat Reader and saved with the form field data intact.  Seems like a no-brainer that Acrobat Pro should have this capability without purchasing additional extensions.  However, in my research online, I have found several posts that suggest that purchasing "Reader Extensions" is the only way to enable Acrobat Pro to be able to do this.
    Can someone please clarify if I need to buy something to program these forms in Acrobat Pro to enable other people using Acrobat Reader to fill out these forms and save them with the form fields intact?
    If I do need to buy something, what is it exactly?  How do I find out clear, consise, specific information about buying it/the cost/the licensing?  I am a sole owner/employee of a graphic design firm and these forms are for my client, which is a locally-owned regional hospital.
    If this needs to move to the LiveCycle forum, fine, but I don't really know what that software is and since I'm only using Acrobat Pro (and the users, Acrobat Reader) I felt this was the appropriate place to post.
    Thanks for all of your responses!
    Chani

  • I have created a form but it won't let me 'save as PDF Form'

    Hi there,
    I have created a form but it won't let me 'save as PDF Form'.
    When I click the button a timer appears then disappears without creating the pdf form.
    I have created forms previously and not had this problem before.
    Thanks

    Are you using the FormsCentral desktop application or FormsCentral in a web browser?
    I would try the things recommended in this FAQ, the issue is different but the fix is likely similar:
    http://forums.adobe.com/docs/DOC-4141
    You can also try sharing your form with me to see if I can save PDF, that would tell us if it is a (very rare) issue with the form or on your system.  If you'd like, share with [email protected] and please include a reference to this Forum post so I know what we are looking for, instructions for sharing your form: http://forums.adobe.com/docs/DOC-2462
    Thanks,
    Josh

  • Header lost when saving as pdf form

    I have created a form using formscentral, and added an image in the header.
    When I select File > Save as PDF form, the resulting file/form looks good EXCEPT my header doesn't appear.
    Any ideas what I'm doing wrong?
    Many Thanks
    Rachel

    Like you, I didn't see any logical reason why the box should have become unchecked.
    I certainly can't change that behavior - I'm just another user like you, but you could report it to Adobe directly:
    http://feedback.photoshop.com/photoshop_family
    -Noel

  • Save & Send PDF Form

    Hi all,
    I'm trying to program a function in my PDF form that will automaticly save the PDF form in a folder and then sends the (just saved) PDF form attached in an e-mail.
    I've got the mail function working with my submit button. The only question is how can i get my PDF form to first save and then send the form?
    I've treid several saving scripts but couldn't get it working.
    Could you guys help me out?
    Kind Regards,
    Vincent
    Below my code:
    // Set up the recipients,subject, body, etc.
    var sTo = this.getField("Unit").value;
    var sBCC = "[email protected]";
    var sSubject = "Nice subject";
    var sBody = "Bla bla bla";
    // Set the error messge to display if it doesn't work, \r = carriage return
    var sErrorMsg = "Could not send email. Please make sure your email client is set up correctly.\r\r";
    sErrorMsg += "Otherwise, save this file and manually attach it to an email to: " + sTo +" [email protected]";
    // Email the entire document
    try {
        mailDoc({
        bUI: true,
        cTo: sTo,
        cBcc: sBCC,
        cSubject: sSubject,
        cMsg: sBody
    } catch(e) {
        app.alert(sErrorMsg, 1);

    To save with a script, you'll have to use the doc.saveAs method. There are a number of security related issues you'll have to deal with, as discussed here: http://acrobatusers.com/tutorials/how-save-pdf-acrobat-javascript

  • How to save a pdf form with a button on Android?

    Hello can anyone inform me with the knowledge of how to save a pdf form after filling with button on an Android device?
    What code behind the button is necessary to make this work.

    It happens automatically. You don't need any code to trigger it.

  • Export PDF converts filled PDF form without the data - Turns filled PDF form onto blank Word doc. Is there a solution to this or did Adobe just sell me a service that doesn't work?

    Export PDF converts filled PDF form without the data - Turns filled PDF form onto blank Word doc. Is there a solution to this or did Adobe just sell me a service that doesn't work?

    ExportPDF is not for forms. In general, converting forms to Word is a really, really bad idea which can even cause legal problems. Work with the form as a PDF. Acrobat (not Reader) can export form data as simple text for example.

  • Save the PDF Form with Field Name

    HI Guys,
    I have the Requirment in PDF Form.The PDF Form is generated with the Adobe Live Cycle Designer.After generating the PDF Form the user filled the details in the form and save the filled form.while clicking the Save button the default PDF name is displayed in the File name box.The Requirement is iam having one field in the form.The Field name value should needs to displayed in the File name box during saving.Is it possible.Once its possible please let me know.This is needs to be delivered very shortly.
    Thanks & Regards,
    SatheshKumar R

    You can save the form with name generated from a field's value, but therefore you will have to install a folder level script first and design a custom save button in your form.
    You cannot do this with the applications save or save as... buttons, and you also cannot rename a file on submit.
    Here's an example form and a folder level script. (Maybe to complicated fdr newbies)
    http://thelivecycle.blogspot.com/search/label/Save

  • How do you Save a pdf form automatically to a designated folder using designated fields in the form?

    Hello,
    I am in the process of creating a “service excellence feedback” form.  The idea of this form is to have a blank form living in our company’s intranet page to be used by multiple departments that receive feedback and then have a chain of updated investigations and follow up to be documented within the same file.              
    The top portion is to be filled out by the department receiving the feedback. It collects all the pertinent data needed including the person giving the feedback’s First and Last name. Once the top portion of the form is filled out I want to have a “submit” button that will do; 
    1. Save the pdf automatically to a designated folder AND automatically save it under the last and first name that is entered in the form. So the form will be saved in the designated folder under “Smith, John.pdf”.  I have already figured out how to format the button to “save as” however I would like to eliminate the person filling the form out to have ANY responsibility to naming and saving the file to the correct folder. 
    2. After it is saved I want it emailed to a specific email address (which I have figured out.)              
    Once the steps above are completed and it is emailed an investigation will be performed by me and I will document my findings and then send it by another “submit” button which will save the document (writing over the previously saved version with this new version) and then emailed on to the next person to provide the next step of follow up. When the next person in line finishes they will hit another “submit” button that will again save the new version and send it back to me.  We continue this back and forth with a few more follow-ups performing the same save and send options.                  
    I need help in how to write a script/java to perform this task of saving. I have already figured out how to program the button to email the form.  Help please!!!  I am using Adobe Acrobat XI Pro

    It can also work if you certify the document and each user chooses to trust it to execute privileged JavaScript, which may be feasible in this setting. The method you'd use is doc.saveAs: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.524.html
    Also, read the following tutorial: http://acrobatusers.com/tutorials/how-save-pdf-acrobat-javascript

  • How to save fillable pdf form *without* the blue highlight?

    Created a fillable pdf form.
    Clicked "remove highlight" and it went away.
    Saved file as extended other so I can fill in and save when opened.
    Open it and it still has all fields highlighted in the blue. How to I change this to be transparent?
    Thanks so much!
    Carolyn Witt

    Thanks for the respons... if that is the case how come when I open fillable pdf's in AA from other people there is no highlight. But when I open the one I just created, there is highlight. That's all on the same computer with the same preferences?

  • Excel Print preview stopped working and when save as pdf, pdf is blank

    mac 10.5.8
    excel home and student 2011
    i was working on 2 documents for our accountant.
    created one in excel, converted to pdf
    created second one in excel, converted to pdf
    there was maybe a 30 minute time lapse between these 2 files...tops
    the first file does in fact have a print preview, and the pdf opens and is viewable.
    HOWEVER, on the second file, there is no print preview, and pdf is blank.
    (although the printer does in fact print the file with all the words and whatnot on it...)
    blank pdf prints blank.
    i tried xlsx, and xls to pdf, and nothing works.
    it seems that all of the files created before this troublesome one can be converted and seen in print preview....even if i add a new sheet to the workbook, that works just fine...can print preview and convert pdf no problems.
    now, when i try to do that with the second file, or any new excel doc, i canNOT convert or print preview....everything is blank.
    one minute it was working, the next it's not.
    it works for some excel files while not working for newer ones.
    nothing was changed in preferences for excel, preview, or the printer, unless i accidentally typed a keyboard command that would allow this to happen.
    i REALLY need to be able to convert excel to pdf!  and i really don't want to have to print them out just to scan them in and save the scans as pdf...not fun.
    i have been researching, or trying to research this here,and it seems that there is a known bug for office 2008, or for a different OS, but none of the work arounds for those issues are helping me here!
    someone, please help me get my save as pdf back!!!!

    Try different page setups and layouts.  Reinstall the Office fonts, or check for new patches from Microsoft.     Check in Microsoft Office forums.   Mind you PDF from preview and print are not as complete as Adobe Acrobat Pro, and are based on open source PDF standards.  I don't know how well the standards were at the time your Office application was written, or if 10.5's PDF standard was up to Office's snuff, or if you updating to the latest available Adobe Acrobat Reader  and Plugin will help, but between Office's and Adobe's forum you may be abl eto find an answer.

  • Fonts not embedding when "save as" pdf

    Version: Photoshop CS4 64 bit on Windows Vista 64.
    Issue: fonts not getting embedded during conversion to pdf.
    I am attempting to save files for commercial printing in Photoshop pdf format (file-save as-pdf). In the past, using previous versions of Photoshop, the fonts have always been embedded in the pdf document when I choose the "Press Quality" pdf preset. However, now, even when I simplify my Photoshop source file down to the most basic level (one non-background layer with one line of type using a font I KNOW has successfully embedded before) the resulting pdf reports NO embedded fonts (no fonts at all, actually) and when sized up a great deal in Acrobat Pro shows pixelation as though the type was converted to a graphic. If I open the resulting pdf file in Photoshop the text is still editable though...
    I have Photoshop files that were built using a previous version of Photoshop (CS2). When I open these in Photoshop CS4 and save as pdf the fonts are embedded just as they always were so the problem lies not with the CS4 version of Photoshop itself but rather with NEW files created by it. It seems that any NEW files I create using Photoshop CS4 wil not embed their fonts when saved as pdfs.
    Help !!?!! (example file attached)

    Good points. To test that out I tried substituting different non-commercial fonts (Arial, Tahoma, Times, etc.) and then saving as a pdf. No matter what fonts I try they don't get embedded. So that would seem to rule out the idea that Photoshop CS4 is now restricting the embedding of fonts to non-commercial ones.
    I have poured through the save-as-pdf options in GREAT detail - have tried many various options and don't see any settings that have either made a difference or seem relevant. According to Adobe documentation anytime you select "Press Quality" as the preset the fonts should automatically be embedded.
    The really odd thing is, if I take a psd file that was originally created using a previous version of Photoshop, delete all the layers and then create one single line type layer so that it is identical in every way to my CS4 test file, any font I select gets embedded when I convert that file to pdf - same exact pdf preset - all file settings the same - everything! - except that it was originally created using a previous Photoshop version.
    Does that make ANY sense??

  • Error reads "Cannot save information" when trying to save my pdf form on another computer

    Can anyone tell me what I have done wrong in the creation of my PDF form.   When we try to open it on another PC it comes up with another window which reads as follows:
    Cannot Save Form Information
    PLEASE NOTE:   You cannot save a competed copy of this form on your computer.
    If you would like a copy for your records, please fill it in and print it.
    If anyone can help me, I would be greatly appreciative !
    Thanks,
    Robert

    That message shouldn't show up if you use Reader 11 or DC, unless the form was created with LiveCycle Designer. It also won't happen in Reader if you Reader-enable the form in Acrobat. To do so with Acrobat 11 select:
    File > Save As Other > Reader Extended PDF > Enable More Tools
    The specific menu items are different for every other version of Acrobat.

Maybe you are looking for

  • Cannot attach files to Mac Mail

    Hello, I have a new Mac mini running 10.8.4.  I am transitioning from a Windows PC.  I have setup Mac Mail v 6.5 (1508) against Gmail for both my wife and I on separate Mac user accounts.  Both of us see the same behavior from both of our accounts. 

  • Iweb picture gallery commands

    When a photo is clicked on to view in gallery , words "previous" and "next" appear below the enlarged photo in grey. Above are words "back to album" and "download". I dont like the grey color of the text, it disappears into my background--the value i

  • 720p exporting to dv avi

    hi , i am wondering what would be the best way to export content shot in hd 720p to dv avi? first, i rendered to a  quicktime .mov  and imported it in a new  dv pal project then exported to dv tape. the result seemed fine. but some text graphics came

  • Weird issue with sound control?

    I am not sure what is going on with my audio controls. I use MSI to control my audio (it's connected to the motherboard). The strange thing is, a crack appears on the "Reset EQ Setting" button. See link: http://www.facebook.com/photo.php?pid=30673857

  • How do I update to Logic 8 from Pro 7, $499 the only way?

    Logic Studio 8- Upgrade from Logic Pro 6/7 or Logic Platinum/Gold 5/6 I found that they sell this update in UK for $199 US why not here? Apple online says it is not in stores.Logic Studio - is the whole Studio Suite $499?