Conditional Form Fields in a Survey

I am putting together our employee satisfaction survey and need some help.  Employees will be asked to tell us how to satisfied they are with some aspects of  the company. For example:
Question 1:
Cost of health insurance for  employees and families
Ranking:
-3 -2 -1 0 1 2 3
What I would like to do is  that every time an employee ranks us lower than -1 for a text box to  automatically pop for them to add comments or suggestions on how we can improve  in this area.
Any suggestions?

With respect to Michael, there's no benefit to using LiveCycle Designer for this. It would be helpful if you clarified what you mean when you say you want a text box to automatically pop up. It is possible to prompt the user to enter something either using the app.response JavaScript method of by creating a custom dialog. Or you could instead create a text box near the question that appears when one of the negative options is selected. WHich would you prefer? I'd suggest the latter as the better option.

Similar Messages

  • Conditional Form Field with "-" character

    I have two items on a form:
    P10_DISTRIB_CODE (ex. CFP or CFP-MI)
    P10_TI_OFFICE_ID_LU (ex. ABC Company =d value 230 =r value)
    I only want P10_TI_OFFICE_ID_LU to show on the screen if P10_DISTRIB_CODE does NOT contain a "-".
    How do I do this?

    Just make the P10_TI_OFFICE_ID_LU item display conditionally using a condition that refers to P10_DISTRIB_CODE
    instr(P10_DISTRIB_CODE,'-')>0 or the inbuilt
    Value of Item in Expression 1 Is Contained within Colon Delimited List
    using
    item one=-
    and
    item two=&P10_DISTRIB_CODE.
    Phil

  • Conditional forms fields

    I'm creating a form where one drop down menu will populate
    after the user selects something in the drop down menu before it.
    (If Menu A if they select x, Menu B will give the options of 1, 2,
    3; if in Menu A they select y, Menu B will give the options of 4,
    5, 6.) This is not database driven. Could someone outline the steps
    I need to do this, or point to a good website which describes what
    I need to do? Thank you!

    Thanks! I find one that will work (probably not the most
    modern way though!):
    http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=1000288

  • How To Make A Tabular Form Field Conditionally Readonly

    Hello.
    I am using Apex 4.0.1. I've created a tabular form on the EMP table and have made the ENAME column a select list that is being sourced from a simple SELECT query like:
    select distince ename d, ename r from emp order by 1
    When a user selects "KING" as the value, I would like this ENAME field on this specific row in the tabular form to become readonly. If some other value is chosen from the ENAME drop down, then this ENAME field should remain "changeable".
    If the user clicks the "Add New Row" button on the form, a new row should be added to the bottom of the form with this ENAME field as "changeable". Only if the user selects the "KING" value from this ENAME drop down should this filed become readonly.
    Does anyone know how to go about doing this kind of conditional readonly on a tabular form field?
    Thank you for any help.
    Elie

    Hi Little Foot (I do like that name).
    Here's the link to my thread: "How to conditionally make a specific row in a tabular form readonly":
      Re: How To Conditionally Make A Specific Row In A Tabular Form Read Only.Hope this helps you as much as it does me.
    Elie

  • Set maximum size in Text Form Field Options for a field in bi publisher RTF

    Hi All,
    How to set maximum size in Text Form Field Options for a field in bi publisher RTF.
    I have a RTF whch is having a field in that i need to add some validation condition but after adding certain condition in Add help text tab ,it is not accepting after certain length, how i can increase the length to unlimited,please help me on this
    Thnaks

    Form fields have some restrictions if your are using version lower than 11g.
    They can accommodate only 393 chars. You can add the text in both status bar and help key, which can in total consume 393 chars.
    If your code logic is more than that, it can be split into multiple form fields as Avinash suggested or you can use sub template logic and handle coding over there. Again in sub template code can be within/outside form fields.
    So there is no option for user to increase the size of form field.

  • Action with a condition that checks for a survey filled in a transaction

    Hi!
    I need to create an action with a condition that checks if there is a survey filled in the complaint document.
    Is there any way to do it?
    Thanks a lot!
    Susana Messias

    Hi Siva,
    Thanks for the document.
    My scenario its the following:
    I have a complaint with a survey assigned to it. I need to create an action that creates a follow-up task to the person responsible when the status is equal to Completed and the survey it's not filled.
    I customized the action profile as you said, but the problem is to create a condition with the information about the survey. The field status it's ok to insert in a condition, but how about the survey?
    Any ideas?!
    Susana Messias

  • A form field to insert white space

    Hi all,
    I need to insert some white space (the number of these white space is depending to some condition) in a form field.
    I show in my report a value and then I must complete this value with some white space to have finally a string with a fixed number of characters.
    I have a form field with a value (<?VALUE?>) and then I would insert a new form field to show only some white space. I can not add these white space directly on the field form containing the value.
    Thanks

    Balaji wrote:
    I need insert white space into table which a VARCHAR2 column. Just insert it, Whats the issue?
    I would like to validate the below expression against the data in the column \S.* What is this expression and where did you get it from?
    I guess this pattern validates for non-whitespace characters. Anyone help me on this and explain what this pattern does?No in regular expression space is represented as [:space:]
    Please read {message:id=9360002}

  • In Adobe Acrobat XI Pro, how do I validate a form field so that it's numerical value is less than or

    I have one numerical field named "B," and I need to validate it so that it is less than or equal to the value of another field named "A." I can't figure out how to do that!

    OK, so the custom calculate script for field B could be something like:
    (function () {
        // Get field values as strings
        var sA = getField("A").valueAsString;
        var sC = getField("C").valueAsString;
        var sD = getField("D").valueAsString;
        // Only perform the calculation if all fields are filled
        if (sA && sC && sD) {
            var sum = +sC + sD;
            event.value = sum;
            // Alert the user if the sum is more than A
            if (sum > +sA) {
                app.alert("Error message goes here");
        } else {
            // Blank this field if all fields are not filled in
            event.value = "";
    Instead of (or in addition to) an app.alert popup, you could place this message in a read-only form field, and clear it if there is no error condition.

  • I have been creating forms in InDesign and pulling into Acrobat XI Pro to do form fields. My client would like to fill in the PDF form, save under a different name locally on their device, and redistribute. The problem I have is that, sometimes, they want

    I have been creating forms in InDesign and pulling into Acrobat XI Pro to do form fields. My client would like to fill in the PDF form using Reader, save under a different name locally on their device, and redistribute. The problem I have is that, sometimes, they want to redistribute the form as Read Only. I know how to flatten the form on a mobile device, but uncertain how they can do that with a PC or Mac using Adobe Reader. I looked at FormsCentral thinking there might be a solution going that route, but don't believe there is. Any advice?

    FormsCentral won't help with flattening a form. You could set up the form in Acrobat so that the fields are set to read-only, using JavaScript. Not quite the same as flattening but it's the best Reader can do.
    Note that when Reader is used to e-sign a document, it gets flattened, but this won't be possible if you need to Reader-enable the form and under certain other conditions.

  • Setting form fields to required not working in Adobe Acrobat XI Pro

    This should be a simple matter. However, I'm stuck in a rut with it, and cannot seem to get out.
    I have created a form. All I need is for users to be prompted that they have to complete the form field when they try to tab or click out of that particular field where there needs to be information input. I have tried the following "on blur" java script code:
    if (!event.value) {
        app.alert("This field is required. Please enter a value.");
        event.target.setFocus();
    What continues to happen is when the user clicks out of that field, the error message comes up asking them to click "okay." The problem is that the error message does not go away after the user clicks it.
    What I've learned is that if you right click on a field and click "set as required field," it doesn't work in the way I need it to. In fact, it hasn't been working at all for me.
    Does anyone have a simple suggestion? I more than willing to try anything at this point.

    OK, so the custom calculate script for field B could be something like:
    (function () {
        // Get field values as strings
        var sA = getField("A").valueAsString;
        var sC = getField("C").valueAsString;
        var sD = getField("D").valueAsString;
        // Only perform the calculation if all fields are filled
        if (sA && sC && sD) {
            var sum = +sC + sD;
            event.value = sum;
            // Alert the user if the sum is more than A
            if (sum > +sA) {
                app.alert("Error message goes here");
        } else {
            // Blank this field if all fields are not filled in
            event.value = "";
    Instead of (or in addition to) an app.alert popup, you could place this message in a read-only form field, and clear it if there is no error condition.

  • BIP Template - How to display form field on next page?

    I have a BIP word template with the below form-fields. How do I display the fk_job_title and p_grade on the next page if it continues on next page (same class title)?
    ** form fields **
    CLASS TITLE: F fk_job_title PAY GRADE: p_grade
    JOB CODE: job_code SALARY RANGE: s1 - s2
    LOCATION OF WORK: work_location
    GENERAL DESCRIPTION: general_descr
    ESSENTIAL WORK TASKS: work_task
    KNOWLEDGE, SKILLS, AND ABILITIES: knowledge_skill
    EDUCATIONAL AND EXPERIENCE: education_exp
    SUBSTITUTIONS: sub
    CERTIFICATIONS/LICENSES: certification_license
    OTHER JOB ASPECTS: job_aspect E
    PB
    Thank you so much,
    MT

    Hi ,
    For the Header on each page...
    http://blogs.oracle.com/xmlpublisher/2010/04/repeat_row_headers_after_page.html
    Number of rows restriction
    http://bipublisher.blogspot.com/2009/06/bi-publisher-conditionally-limiting.html
    Hope this might helpful for you.
    Thanks,
    Ananth
    http://bintelligencegroup.wordpress.com/

  • Conditional Required Fields

    Is it possible to have conditional required fields. As in if a certain box is selected, certain fields will become required. Take a look at this example if this needs clarification. In this example, the left 3 text boxes are required. If I check the middle checkbox, can I make it so the 3 text fields in the middle now become required as well. Furthermore, if I check off the 3rd check box (rightmost one), can I make all of the text boxes as required fields. Thanks!

    Hope You have the code on the check box change event, which decides the need of required or not.
    if(this.rawValue =='1')
    TextField1.mandatory = "error";
    TextField2.mandatory = "error";
    TextField3.mandatory = "error";
    Gender.mandatory = "error";
    Gender.border.edge.color.value = "225,0,0";
    else{
    TextField1.mandatory = "disabled";
    TextField2.mandatory = "disabled";
    TextField3.mandatory = "disabled";
    Gender.mandatory = "disabled";
    Gender.border.edge.color.value = "0,0,0";
    If you have facing any problem send me ur form to [email protected] if possible, If need sample give me ur email id so that i can post the form.
    RAGHU.

  • Condition type field when Define Pricing Procedure Determination

    Hello Gurus,
        there is a condition type field when Define Pricing Procedure Determination. what does it mean ?
    Many thanks,
    Frank Zhang

    Here is are the details of various fields while configuring pricing procedure.
    A. STEP
    This indicates the number of step-in the procedure.
    B. COUNTER
    This is used to show a second ministep
    C. CONDITION TYPE
    This is the most important component in the pricing procedure. The rates are picked up from this element, on the basis of the properties described.
    D. DESCRIPTION
    This forms the description of the condition type.
    E. FROM
    This is used to define the progression of the calculation and range of subtotals
    F. TO
    This is used to define the progression of the calculation and range of subtotals
    G. MANUAL
    This function enables to allow the condition type to be entered manually also apart from automatic pickup.
    H. MANDATORY
    This function identifies the conditions that are mandatory in the pricing procedure. The sales price is a mandatory condition type.
    I. STATISTICS
    This can be used to represent the cost price of the material sold, generally used for study statistical impacts of price
    J. PRINT
    The activation of this function will enable the printing of the values and conditions to the document.
    K. SUBTOTAL
    A key is assigned from the drop down menu; this can be used by the system in other area like Sis for reporting purpose also
    L. REQUIRMENT KEY
    This function is used to assign a requirement to the condition type. This requirement can be used to exclude the system from accessing the condition type and trying to determine the value. This can be used to specify that the condition type should only be accessed if the customer has a low risk credit.
    M. ALTERNATE CALCULATION TYPE
    This function allows you use a formula as an alternative in finding the value of the condition type, instead of standard condition technique. this can be used to calculate complex tax structures.
    N. ALTERNATE CONDITION BASE VALUE.
    The alternative condition base value is a formula assigned to a condition type in order to promote an alternative base value for the calculation of a value.
    O. ACCOUNTS KEY
    The account keys form part of account determination. These keys are used here to define the posting of the revenue generated to respective account heads& to subsequent assignment to GL accounts.
    PR00- ERL
    K007/KA00- ERS.
    KF00- ERFu2026u2026u2026u2026.& so On.
    P. ACCRUAL KEY.
    The accrual keys form part of account determination. These keys are used here to define the posting of the revenue generated to respective account heads& to subsequent assignment to GL accounts and payment to respective parties.
    Kalpesh

  • Initializing form fields

    I have a form in my application with some fields in. The user enters data in one of the fields which is used as criteria for displaying data on the next screen. When the user returns to the form, I want to blank out the data the user entered initially. I cannot figure out how to do this. Has anyone been able to do this, and if so, how did you do it?
    Thanks in advance
    Dave

    If you have any button on the form that is supposed to reset the form, you will have a procedure in the form generated package like wwv_gensys_x (where x is a number) that calls doReset.
    You can conditionally call the wwv_gensys_x procedure from the additional pl/sql section ...before displaying the page to reset all the form fields.

  • CSRF form field is missing

    Hi,
    I have a classical asp .net application which is using asp.net 4.0 architecture(using Webforms and NOT MVC). To prevent CSRF attacks I am trying to use AntiCSRF implementation given by codeplex.
    When I try to redirect a certain page using ‘Server.Transfer’, this causes an exception saying ‘CSRF form field is missing’. Instead, the page can be redirected successfully using ‘Response.Redirect’. Any idea?
    Can you please anybody help me.
    thanks,
    Pandian.s

    Hello,
    Welcome to MSDN forum.
    Your issue is out of support range of VS General Question forum which mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Because you are working with ASP.NET Web Application, I suggest that you can consult your issue on ASP.NET forum:
    http://forums.asp.net/
     for better solution and support.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • Error while creating a Foreign Currency Receipt using Create_Cash API

    Hi, I am working on AR Receipts converison in R12 and trying to create cash receipts using AR_RECEIPT_API_PUB.CREATE_CASH. Receipt gets created successfully when the currency_code is USD. Receipt Method i am passing is 'Manual Receipt'. When the curr

  • Won't sync all the photos in my iPhoto album...

    Hi: I had my 2G nano set to sync all 75 pics in one iPhoto album (pics of my kids, and that's the only album I had set to sync). As of this morning, only three of the photos - the most recent three - are on my nano. All the most up-to-date iPod softw

  • HP Color LaserJet 2605dn

    Ever since installing the printer driver update today, I have been unable to print anything. When I go to print something, the printer queue comes up and shows the document to be printed with the following message underneath "Finally, send the print

  • VAT calculation in Import pricing in Tanzania

    Dear Experts, I'm configuring a Import Pricing procedure for my African client(Country - Tanzania) where the Scenario is as mentioned. 1.Cost(Base Price) = 100 2.Insurance = 10 3.Freight =10 4.Customs duty = 10 5. IDF Value = 10 6. Vat = 14% on (1234

  • How to migrate from 8.1.7.4.1 to.9.2.0.6

    We Got three versions tha above and 10gr2 is the same server.We have 3 database in 8 version.How can i upgrade to 9i versions which is already installed. Can i export from 8i and create in 9i and import it?or Else i use the DBUA of 9i to upgrade? OR