Make a drop down field selectable, but password protect text

Hi, we have created a form with several drop-down menus. One of the drop-down menus contains the prices. We have been asked to make this drop switchable - but lock the text, so only the password holders can change the price.

Is this possible, and if so, how are you?

Thank you in advance!

No, it isn't. With the help of player you cannot select an item in a drop-down list,

change (except if you have enabled the option in the properties of the field that)

allows the user to enter custom values).

Tags: Acrobat

Similar Questions

  • Do not select the in drop-down fields, JS pls duplicate entries. ?

    Hello

    I have 3 fall to the low fields in my_sub_form, say, my_country_1, my_country_2 and my_country_3. All the field list drop-down boxes are filled with 10 names of countries, say, United States, Canada, Spain, Germany, France...

    Say user selected U.S. my_country_1 drop down field, new user TRYING to select same entry of the United States in the field of the my_country_2 = > here at this point, as soon as the user has selected United States in my_country_2 droppped to the bottom of the Inbox list = > immediately, I need to start the warning message to the user and make the my_country_2 as "" VACUUM.

    Basically, my form does not allow the user to select the duplicate in these 3 fields drop-down entries, all 3 should be SEPARATE.

    If I write JS in the event of my_sub_form, his works well, but not easy to use, this kind of delay.

    So we want to have an INSTANT user alert as SOON AS the user selects an entry duplicated in any field drop-down list

    I tried to put some JS in case of CHANGE of my_country_1 and my_country_2, but does not

    Pls provide me with a few JS and the name of the event, the name of the object

    Thank you

    you could put in the output of the list of my_country_1 event:

    If (this.rawValue == my_country_2.rawValue | this.rawValue == my_country_3.rawValue)

    {

    xfa.host.messageBox ("you can't choose the same country");

    this.rawValue = «»

    }

    then put the same thing in the other menus but change the names.

  • Some way to make a drop-down list with dressing

    I is it possible to make a drop-down list contains a long sentence and when you select the sentence, he trained actually phrase to encapsulate in a multi-line text box?  I seem to be able to enter a fairly long series of words in the drop-down list, but when you make a selection of the text encapsulates not and the right edge of the field cost overruns.  If this can be done is a way of pre-existing reference somewhere else comments hidden in the shape and align them on the field with the selection list?

    I think that this is a limitation in the LC Designer. However, you get the sentence on mouse hover.

  • How to Add Drop Down Menu selection of city?

    How is the best way to add a Drop Down Menu selection town on my website next MyCITY logo?  This page should be selection on Los Angeles (arrow icon w next to him), but I need 4 other choices in the city.  It must fall down, like RESTAURANTS, with an arrow.  Not sure what the best way to address the issue.

    http://www.tammyfarringtoncreative.com/test/index.html

    Thanks, Tammy

    Looking for a list of shape selection?

    http://www.w3schools.com/tags/tag_select.asp

    Nancy O.

  • from the drop-down list selection to multi-line output

    I am trying to create a pdf form with Adobe XPro, where I will have multiple delivery addresses. I want to have is that the user can select the correct recipient group in the drop-down list.

    Given that the drop-down lists pdf format are just simple lines the drop-down list selection could only display the name of the company (e.g., COMPANY A) and selecting the company wanted to, this would trigger the whole address (multiline) to appear as described below (on another text field is ok if necessary)

    THE COMPANY

    StreetAddress 1

    City of ZIP-1234

    Does anyone have an easy solution for this?

    I have created a sample form for you, please look at attachment.

    PDF form does exactly what you want.

  • Try to make a drop-down list automatically calculate another field, but it is only caclulating a menu drop-down

    I am currently using Acrobat to create a form to fill out. Basically I want the selection in the drop down from the provinces to calculate the taxes of the SubShip field. I have 3 fields of text labeled GST, HST and PST and the selection must fill each box respectively. However, with the code that I use now, it is calculation only 13% of the SubShip field any province is selected, and it is only showing in the box of HST. Here is my code, and I have no idea where I'm wrong.

    Can someone please?

    var sNewSel = event.value;

    Switch (sNewSel) {}

    case "Ontario":

    this.getField("HST").value = (this.getField (subtotal) .value +)

    this.getField ("Shipping") .value) * this.getField("0.13").value;

    this.getField("PST").value = '0 ';

    this.getField("GST").value = '0 ';

    break;

    }

    var sNewSel = event.value;

    Switch (sNewSel) {}

    case "Prince Edward Island":

    this.getField ("SubShip") .value = this.getField("HST").value * this.getField("0.14").value;

    this.getField("PST").value = '0 ';

    this.getField("GST").value = '0 ';

    break;

    }

    var sNewSel = event.value;

    Switch (sNewSel) {}

    case "Alberta":

    this.getField ("SubShip") .value = this.getField("GST").value * this.getField("0.05").value;

    this.getField("HST").value = '0 ';

    this.getField("PST").value = '0 ';

    break;

    }

    var sNewSel = event.value;

    Switch (sNewSel) {}

    case 'British Columbia':

    this.getField ("SubShip") .value = this.getField("GST").value * this.getField("0.05").value;

    this.getField ("SubShip") .value = this.getField("PST").value * this.getField("0.07").value;

    this.getField("HST").value = '0 ';

    break;

    }

    var sNewSel = event.value;

    Switch (sNewSel) {}

    case "Manitoba":

    this.getField ("SubShip") .value = this.getField("GST").value * this.getField("0.05").value;

    this.getField ("SubShip") .value = this.getField("PST").value * this.getField("0.08").value;

    this.getField("HST").value = '0 ';

    break;

    }

    var sNewSel = event.value;

    Switch (sNewSel) {}

    case "New Brunswick":

    this.getField ("SubShip") .value = this.getField("HST").value * this.getField("0.13").value;

    this.getField("GST").value = '0 ';

    this.getField("PST").value = '0 ';

    break;

    }

    var sNewSel = event.value;

    Switch (sNewSel) {}

    case "Nova Scotia":

    this.getField ("SubShip") .value = this.getField("HST").value * this.getField("0.15").value;

    this.getField("GST").value = '0 ';

    this.getField("PST").value = '0 ';

    break;

    }

    var sNewSel = event.value;

    Switch (sNewSel) {}

    case "Nunavut":

    this.getField ("SubShip") .value = this.getField("GST").value * this.getField("0.05").value;

    this.getField("HST").value = '0 ';

    this.getField("PST").value = '0 ';

    break;

    }

    var sNewSel = event.value;

    Switch (sNewSel) {}

    case "Quebec":

    this.getField ("SubShip") .value = this.getField("PST").value * this.getField("0.9975").value;

    this.getField ("SubShip") .value = this.getField("GST").value * this.getField("0.05").value;

    this.getField("HST").value = '0 ';

    break;

    }

    var sNewSel = event.value;

    Switch (sNewSel) {}

    case "Saskatchewan":

    this.getField ("SubShip") .value = this.getField("GST").value * this.getField("0.05").value;

    this.getField ("SubShip") .value = this.getField("PST").value * this.getField("0.05").value;

    this.getField("HST").value = '0 ';

    break;

    }

    var sNewSel = event.value;

    Switch (sNewSel) {}

    case "Yukon":

    this.getField ("SubShip") .value = this.getField("GST").value * this.getField("0.05").value;

    this.getField("HST").value = '0 ';

    this.getField("PST").value = '0 ';

    break;

    }

    var sNewSel = event.value;

    Switch (sNewSel) {}

    case "Newfoundland":

    this.getField ("SubShip") .value = this.getField("HST").value * this.getField("0.13").value;

    this.getField("GST").value = '0 ';

    this.getField("PST").value = '0 ';

    break;

    }

    var sNewSel = event.value;

    Switch (sNewSel) {}

    case "The Northwest Territories":

    this.getField ("SubShip") .value = this.getField("GST").value * this.getField("0.05").value;

    this.getField("HST").value = '0 ';

    this.getField("PST").value = '0 ';

    break;

    }

    Your link does not have access to the folder.

    You error means there is an error in the name of the field used in the script. You must check very carefully the spelling and capitalization of the name of the field.

  • The floating field value based on the drop-down list selection (sex)

    Hi, I have created a form that will have different fields, dropdowns etc where the answers will fill a range of fields floating in a letter. I would like to have a list drop-down for sex (m/f) and if selected, either fill in the letter as 'he' or 'she. ' Is this possible?

    Hello

    Here are some ways to do it in this sample https://sites.google.com/site/livecycledesignercookbooks/home/HeShe.pdf?attredirects=0&d=1

    Unrolling of male/female can have a bound value from it, which means we can do refers to the value directly, without however going any calculation.  Is there are a lot of places where it needs to be replaced, then you can simplify things by making reference to the field to form directly, although this requires to change the XML, but if you won't find yourself with a hidden for each instance field.  Or you could edit the XML Source and change the reference for the same id of a floating field.  There are examples of both in the sample linked above.

    Concerning

    Bruce

  • Display the menus drop-down InDesign CC, but tools can be selected - running in El Capitan

    I trashed preferences and caches, but this did not help.  I can see the tools (the menu fly out) but I can not choose the tools found in the fly-out.  A little stuck.  Help, please!

    Well, I've found a workaround.  Considering that, before, I would choose a tool with the pointer (but who would choose the tool in the menu drop-down), I discovered that if I pressed the option + command (Mac) buttons while selecting the tool on the fly-out, there select the tool and make it active.  So, problem solved immediately.  (In fact, using the keys in this way, I expect to divide all the tools, so they each have their own individual box - I have the screen space to do.)  (If I remember correctly, Adobe Pagemaker (wow, remember that?) lets you do this.)

  • How to drive the content of a text field or table from a drop-down list selection cell?

    Users will choose an option in a menu drop-down. I want their selection to control the contents of the cells in a table or text elsewhere on the form fields.

    For example, 'The coldest season of the year' by selecting 'winter' in the menu drop-down displays in a table cell.

    Thanks in advance for the help.

    Nick

    Hi Nick,

    Here are some examples:

    https://Acrobat.com/#d=pxtis4z3OxCqWxajZwDS2Q

    https://Acrobat.com/#d=20lQl9JfL19aBtbPC1WYbw

    https://Acrobat.com/#d=Hi0ZwVgVB1PWbxc6OJ0z4A

    If you open these in LC Designer, you can view the script by selecting the menu drop down and looking at the script at the top of the window Editor. If the script editor is a single line, you can drag the lower edge to make it bigger.

    Good luck

    Niall

  • Can not get a text field to atuo fill based on a drop-down list selection

    I have a drop down box with 3 values that can be selected:

    Dropdown2 is 101-3 subd. A

    101-3 subd. B

    101-3 subd. C

    I'm trying to get a field of text automatically fill based on selection:

    If Dropdown2 = 101-3 subd. A Text4 then = 'a. '.

    If Dropdown2 = 101-3 subd. B then Text4 = 'b. '.

    If Dropdown2 = 101-3 subd. C then Text4 = 'ValueC.

    I tried to create a custom for Text4 calculation script:

    var v = getfiled("Dropdown2").value;

    If (v = "subd 101-3. A") event.value ="A."

    ElseIf (v = "subd 101-3. B") event.value ="B."

    ElseIf (v = "subd 101-3. C') event.value = "ValueC."

    else event.value = "";

    I walked into this script and syntax seems to be OK. (At least for Acrobat XI.  I'm not know programmer and have just enough knowledge to be dangerous).  When I select a value in Dropdown2 nothing happens.  No value appears in Text4.  I checked the "selected value immediately commit" in the Dropdown2 option by google'ing.  I don't understand why the values do not appear.  Any help would be appreciated.

    Thank you

    You made a mistake... The comparison operator is "is" (or ' = '), not of '=', which is used to assign a value.

    So replace all these:

    If (v = "subd 101-3. A")

    To do this:

    If (v is "subd 101-3. A")

  • Drop-down field - when some entries are selected are unavailable another field for data entry

    Hi all

    A sorry again, I am very new to forms and have another question. I have a drop down list which list by selecting certain values I need an another field will not be available if the user can enter data.

    Hopefully this example is logical:

    Drop-down list Champ %
    Outdoor

    Not allowed to enter data

    Previous

    Not allowed to enter data

    Interior

    Not allowed to enter data

    Cotton

    Allowed to enter data

    Wool

    Allowed to enter data

    If someone could give me some examples that would be a great help.

    Thank you very much

    Adam Sadler

    Here is a script that you can use for the validation script custom from the drop-down list. It resets the value of the text box, whenever a change is made to the drop-down list. You can get rid of the line doing it, if you do not want to. Change "text1" in the code to match the name of a text field that you are using.

    Validate a custom for picklist script

    (function () {}

    Get the selected value

    v var = event.value;

    Set up an object to associate status items text box read-only

    var f_state = {}

    'Outside': true,

    'Back': true,

    'Interiors': true,

    'Cotton': false,

    'Wool': false

    };

    Get a reference to the text field

    var f = getField ("text1");

    Clear the text field

    f.Value = "";

    Set the State of read-only text box based on what is selected

    If (v f_state) {}

    f.ReadOnly = f_state [v];

    }

    })();

  • LiveCycle: How to select a drop-down list and fill in a text field.

    I have a PDF on Adobe livecycle 8.0 that if selected will auto fill the field area:

    GoalDropDownList: has points:

    People with disabilities

    Functional

    Impairment

    I would like that when disability is chosen this GoalTextField show:

    Patient will return to the previous level of function.

    When functional is chosen GoalTextField to see the

    Patient able to stand 5 minutes

    When the disability is selected GoalTextField to see the

    Patient has full range of motion

    Any help would be appreciated.

    I'm new so can you include in java script where it must go out, enter, etc..

    Thank you all.

    In fact I don't know how to show a picture of this to illustrate what someone knows how?

    Write the code javascript next to the drop-down list in the change event.

    var

    selectedValue = xfa.event.newText;

    If

    (selectedValue is 'Disability')

    TextField1.rawValue

    = "Patient will return to the previous level of function.";

    on the other

    if(SelectedValue=="Functional")

    TextField1.rawValue

    = 'Patient able to stand for 5 minutes.';

    on the other

    TextField1.rawValue

    = 'Patient has full range of motion. "

    Thank you.

  • Verification of the text field problem and requiring an option in the drop-down field

    I have a form with several fields that if the user enters information in one or more of the

    fields, I need to check that the drop-down list field is not empty.

    I got this to work, but now I find that if the user deletes the text in the text field, the user always receives the error message. Here is the script I use:

    If

    ((form1.page1.ListFilesFolders.rawValue) ! = null & & (form1.page1.windsNtwkAccess.rawValue) == null);

    {

    xfa.host.setFocus (form1.page1.windsNtwkAccess);

    xfa.host.messageBox ("Please make a selection in the field of Windows network."

    , 'Need to selection' , 1 , 0);

    }

    Thank you

    MDawn

    Makes sense... the field is null when the user deletes the text. You could put a white in these areas as default values and test for this instead of null. Now, when the user empty field, it will be null and will not empty so that the message will not appear.

    Make sense?

    Paul

  • In a tubular form: how to make a drop-down list box reflect another

    For example:
    If there are two fields, drop-down list with bread, meat, juice and I select juice, I and the content of another combo box in another area to say Orange, grape, lemon.

    a two field

    orange bread
    grape meat
    lemon juice


    in the area there is only the 3 but in the table representing two there are several such as bread and meat and juice types, all three.
    Hope you can understand this example. Thanks for your help.

    Hello
    You can follow the example or do it easier as follows: -.
    Let's say you have two combo box P1_ITEM_ONE, P2_ITEM_TWO

    for P1_ITEM_ONE, I guess you have LOV query based on the table something like this.

    Select Champ_1, field_id from your_table

    Make sure that you assign a null-1 and -1 for this list box default value drop-down.

    To make the P2_ITEM_TWO something like this to LOV-
    Select item1, item_id from your table where (field_id = NV('P1_ITEM_ONE') or NV ('P1_ITEM_TWO') = - 1)
    order by 1

    Hope this will help,

    Djelloul

  • It is Possible to the box of the card for a drop down field?

    Hello

    So I have a form with about 20 boxes on it that allow our customers to choose what information they want to receive it. Recently, we have created a new field of Contact in Eloqua/SalesForce which, in theory, would allow the boxes to populate the list and then move to Eloqua.

    So my question, is possible to map checkboxes from the drop-down list field of Eloqua? So, allowing me to having spent them in SalesForce.

    Any help would be greatly appreciated.

    John

    Hi John,.

    This is without any doubt. The boxes on the form must be inserted using a box multiple option (called 'Boxes'), which is filled with a selection list (not a field of each box for each item in the box). You can assign the same selection list to contact your field and specify that you want the field to be a multiple selection. Then you can simple map of the form field that collect multiple checkbox data to the name field of the contact with the muti selection list in your form processing steps.

    I hope this makes sense.

Maybe you are looking for