Can you "name" a field in FormsCentral?

In Adobe Acrobat forms, I could name a field.  For example, I have the same 4 questions for several presenters, so I name them "Q1Session1, Q1Session2", etc.  I have not been able to find this feature in Forms Central.

Just label the fields as normal. You can go into the response tab and change the headers (on top) to be whatever you want (you can make them more unique). Those are used when you export to Excel.
I think that will solve your problem.
Randy

Similar Messages

  • Can you sum a column in FormsCentral?

    Similar to how you would sum a column of numbers in a Excel spreadsheet, Can you sum a column in FormsCentral or are you required to only do this once it has been saved to an Excel sheet?
    Regards
    kevin

    One of my biggest grievances with Forms Central is the lack of any kind of calculating (living in hope Adobe!)... you will have to do it in Excel.

  • Can you find the fields

    hi all
    please can you find the fields from which table.These are the fields
    PUR.ORG
    PUR.GROUP
    TOTAL NET PRICE.
    P.O NUMBER.
    ITEM NO.
      MAT.NO.
       MATERIAL DES.
      ORDER QTY.
    NET PRICE.

    Hi Kiran,
    Check tables<b> EKKO</b> and <b>EKPO</b> to get the above fields.
    <b>PUR.ORG</b>  -  EKKO-EKORG
    <b>PUR.GROUP</b>  -  EKKO-EKGRP
    <b>TOTAL NET PRICE</b>  -  EKPO-NETWR
    <b>P.O NUMBER.</b> - EKKO-EBELN
    <b>ITEM NO.</b>   - EKPO-EBELP
    <b>MAT.NO.</b>  - EKPO-MATNR
    <b>MATERIAL DES.</b>  -
    <b>ORDER QTY.</b> - EKPO-MENGE
    <b>NET PRICE.</b>  - EKPO-NETPR
    Thanks,
    Vinay

  • Java arrays - can you name the keys?

    i have 1 function that declares 2 ArrayLists of type String. They are the same size and the values are related. Let's call them A & B.
    I was hoping i could have my function return just 1 array, with the values of arraylist A being they keys of the returned array, and the values of arraylist B being the values in the returned array.
    But can you name the elements of an array in java? in php you can, but in java, the only examples i have seen only use the standard #'s: 0, 1, 2, 3, etc. if you can, please post sample syntax.
    i guess i could use a double scripted array, but... well i don't exactly know what the sytax would be for that in declaring the funciton.
    if someone has a link of these kinds of examples / topics they could send me - that would be great too - i googled it but haven't really come across any.
    thanks in advance

    It appears as though what you are trying to do is associate a specific "key" value with another value. For example, let's say you want the word "dog" to be the key for the arraylist value of "bull dog."
    The perfect data structure for this that Java provides is called a Map. Here is some sample code.
    //create something called a HashMap where the first
    //value is the key, and the second value is the value
    //that the key is associated with
    HashMap<String, String> map = new HashMap<String, String>();
    //now, consider the previous example...
    //here is the syntax for storing those values
    map.put("dog", "bull dog");
    //and this would be the syntax for getting a value
    String value = map.get('dog");
    //which would give "bull dog"
    {code}
    Hope that helps :)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Can you change the field names in the address book?

    Can you change the Pager field name to read 2nd cell?

    No.
    This add-on https://freeshell.de//~kaosmos/morecols-en.html allows you to modify the labels of the 4 custom fields of the contact card

  • Can you name video/audio tracks in FCP?

    instead of V1, V2, V3... can you title or name these tracks?

    I used to think it would be cool, too, way back when Media 100 was Avid's main competition. But M100 talked us out of it.
    It's only a good option if the names carry through to EDL and other output options from FCP (or Avid, whatever an Avid is).
    I've worked on huge audio projects, 24-30 tracks. I've never been particularly lost and I've never worked on a system where naming the tracks was possible. So it has never really struck me as useful or desirable.
    Personally, I'd like to see tons of things FIXED before Apple starts adding more features and options but be sure to drop this request into the FCP FEEDBACK folder.
    bogiesan

  • Data Merge FYI - can't name a field "table"

    I spent an hour today trying to figure out why my wedding place card data merge wouldn't work. I wasn't even getting an error message so it was hard to identify the problem. It turns out that you can't have a field named "table". Just thought I'd get the word out there as there seems to be no mention of it in InDesign Help.

    Yeah, I resaved the source both ways, and even copied/pasted it into a brand new TextEdit file. Maybe the OS has something to do with it; I'm running Mac OS X 10.5.8. Just now, I opened a new TextEdit file and typed up a new one-field, one-record source file, and sure enough, it didn't work. But when I deleted the "e" in "table" and resaved it, it worked just fine.

  • How can you make a field "key" in transformation rules - master data maping

    Hello ,
    We are in the process of creating some custom master data datasources for HR module. In this we are trying to extract fields from particular infotypes. In my situation we are pulling fields from only one table PA0032.  From this table I am making a view where in I am selecting all the key fields from that table and including 2 other fields (Buliding name and room number). Now I create an ATTR master datasource with this view and check in RSA3 I see the data very good. All this is time dependent data like for Employee he might be in buliding AB room 32 first and then get moved to Buliding CD room 34. So we need to keep a history of the records. Now I replicate the DS in BW system, and create custom infoobjects for building and room no. I create an infoobject called Zworkaddress and dates I use 0VALIDTO and 0VALIDFROm. I make both the dates, bulding and room as attributes of ZWORKADDRESS. Now I map all the fields from datasource to the infoobject but field ZWORKADDRESS is on,y coming up as KEy field not the dates and subtype. Thats why I am getting only the last record not all the records of the emplyee work address. 
    We are using BI 7.0, so my question is how can I make the other fields as key's so that I can have all records.
    Thanks in advance.

    Kiran,
       If you make any one time dependant system will create Dateto and date from internally. we don't need to add those.
    1. for Employee, add Company Address as attribute. make this as Time Dependant. keep Subtype as Compounding key to your employer. then you will get Employee, Sub Type and Dates as key fields. you can have complete history of Employee Address change.
    Hope this helps.
    Nagesh Ganisetti.

  • Can You Name This Font?

    I recently inherited a web site and unfortunately not the graphics. I REALLY need to re-do the client banner, but can't figure out the font of the logo within the blue 1/2 globe.
    Can anyone help? URL: http://cirilloworld.com/home.html
    Thanks...

    I'm gonna name him "Barry." ;)
    <br />
    <br />I kid!
    <br />Looks like one of the Bank Gothics.
    <br />
    <br />I isolated the image of the font, the uploaded the image to
    <a href="http://www.myfonts.com/WhatTheFont/" style="color: teal; text-decoration: underline;">What The Font?!</a>. The tricky part about fonts like this is that they are built to use small caps for lower-case characters, so when you go through the identifying process on What The Font, you have to make sure you use your keyboard to enter (and in some cases
    <b>
    <i>change to...</i>
    </b>) the lower-case characters in the fields provided.
    <br />
    <br />Following the steps provided the following result. Can't link to it directly, so here's a screen shot. Click image for full size:
    <br />
    <a href="http://www.pixentral.com/show.php?picture=1qlzxj7v1QDwxexHAhanqAllWpXwT0" /></a>
    <img alt="Picture hosted by Pixentral" src="http://www.pixentral.com/hosted/1qlzxj7v1QDwxexHAhanqAllWpXwT0_thumb.png" border="0" />

  • Can you name multiple apple TV's to display in airplay?

    I have 3 apple TV's (#2) and wonder if there's any way to name each uniquely so as to pick the one you want, rahter than keep picking until you get the correct one.
    Thanks for any info.

    Yes, there are even defaults for naming them, such as LivingRoom, Bedroom, etc, or you can even enter your own name with the remote for each AppleTV.

  • Can you copy multiple fields in a pdf form and paste them elsewhere?

    I have created forms in Adobe Standard 9 and have posted them on our company intranet for users to access. All the forms work well, but one group would like to be able to copy and paste the form data into our call tracking software for future reference. It can be achieved now by copying and pasting each field one at a time. My question is there a way to copy more than one field at a time and paste the data elsewhere as even simple text, no font recognition required.
    Kerry N

    Thanx graffiti, you're right that Adobe 9 Standard had that option and it saves it as a seperate .txt file. and you can cut and paste from there. What I was hoping for was a Reader 7, 8 or 9 copy and paste solution, like the Adode version of "shift + c" to choose and add individual cells in Excel.
    Any tricks of shortcuts would be appreciated.
    Kerry N

  • Can you change the fields in add field under contacts?

    does anyone know how to change fields names?

    Tap on the field name while in the "Edit" mode, pick what you want or add your own custom label.

  • Can you use Sub-Forms in FormsCentral

    I'm developing an inspection report form and would like to make it dynamic by alowing the user to delete sections of the form that do not apply to the site.

    HI;
    You can use "Show and Hide" logic to show or hide a group of questions based on the answer to other question/s.  I think this would give you what you are looking for. 
    Select the group of fields you want to hide or show based on another answer, and in the Properties panel click the "Show/Hide" checkbox.  This is a Paid level feature.
    Thanks,
    Josh

  • Can you name a compound clip?

    Hello All,
    I'm making several compound clips in my time line, but after I do this the name I have given to the clips now shows "compound clip" in the timeline.  Since I'm going to have serveral of these in my timeline I want to be able to tell them apart.  Can I give a name to a compund clip or at least a number so I can see at a glance what compound clip I'm working with?
    Thanks
    Mike

    Tom you are amazing!   You should write a book about this stuff......ha ha.
    Mike

  • Data merge - can you insert multiple fields at once?

    Hi,
    I'm using InDesign CS4.
    I'm automating a series of reports using Data Merge from a CSV file. Each row in the CSV file holds the data for each individual report - 135 reports in total.
    The thing is, each report contains a text comments from some research interviews - but some reports have maybe 10 or so comments, others have over 600! The fields are called comment001, comment002 ... right up to comment620 (or so).
    InDesign only seems to let me insert fields from the Data Merge one at a time - it won't let me Shift-select a range of fields ... the alternative is to manually insert about 620 fields one click at a time!! Ouch...
    Does anyone know of a way around this?
    (Hope I've explained the problem properly!)
    Cheers,
    F13

    We see a few Adobe employees from time to time, notably Dov Isaacs and occasionally Matthew Laun (from the InDesign development team), but they are here on their own time and in an unofficial capacity, though they are extremely helpful when they do drop in. Employees are encouraged, at least on the ID team, to monitor the forums, but not necessarily to participate, so they probably do see most of the reported problems, but their jobs are to do development, not provide tech support, and I for one would rather they spend their time fixing bugs and developing new features than have them actively engaging in these threads.
    And rest assured that Adobe appreciates the work that the user community is doing here. It's no secret that we are far better than the free telephone tech support, largely becasue we work with the programs every day while the suppot contractor only has relatively untrained folks reading from the knowledebase unless you can get escalated very high up the chain.
    As for the feature request, by all means file it. I think you are correct that it would be nice, though I can see some issues, too, like how do you decide how multiple fields will be strung together (one after another would be the same as your concatenation problem and using separate lines might not be approprtiate in all cases, either). The place to file is Adobe - Feature Request/Bug Report Form

Maybe you are looking for