Based on the State of the checkbox display text

I have two check boxes: 'Yes' and 'no '. When I tick the box 'Yes', I want a textstring 'Good job!' is visible in the text box. And when I check the box 'No' I want a sad emoticon is visible in the text box. Of course, I want to disable multiple responses too.

Help please

Attached exemple.PDF contains requested features. If this meets your need then I can explain the exact steps.

Tags: Adobe LiveCycle

Similar Questions

  • How to hide the object based on the checkbox with FormCalc

    Hello everyone - I am very new to FormCalc and struggling to find answers in the Help menu of Adobe Pro.  The shape that I create is long and based on the requirements of option.  Therefore, if an option is not necessary (check box) more of the data fields will not be displayed for the user.

    1: I can do this?

    2nd: it's the correct script:

    If (temp. RawValue is true)

    Then(LowTempLOFF.Presence == visible)

    on the other

    LowTempLOFF.Presence = "Hidden";

    endif

    in the example above my checkbox is named "Temp".

    the object to be hidden, a numeric field is named "LowTempLOFF".

    I've also tried '1' instead of 'True', and 'on' in vain.

    To add, I want the object visible screen only - not print.

    My current error States: the "Temp.rawValue" accessor is unknown

    Appreciate any help!

    You save the dynamic PDF form? Presence changes will not work unless the form is a dynamic

    PDF.

    Paul

  • AutoFill based on the checkbox

    I'm relatively new to any idea in Javascript and Formcalc for forms of script. I created a form in need of some expensive attention. What I'm trying to do is autopopulate text fields based on the box, if it is enabled or not.

    Example: Once the property information - property name, street address, city, State and zip code (at the top of the form) are filled. If the box is checked in the section information of client (below), it will enter information according to the property information in the fields of the address below in the assigned text fields.

    Here is my code Javascript (not exhaustive):

    FLContract. #subform [0]. PayerName::calculate - (JavaScript, client)

    var a =' '

    If (this.getField ("CheckBoxPropertyInfo") .value == 1)
    {
    a = propName.Value
    }
    Event.Value = has

    Capture.PNG

    Enter this slot option 'Change' to the editor script for the checkbox control. just rename your fields appropriately. The second 'if' will reset the fields if they accidentally clicked on it. Name [1] is the field you want the box to be filled. 'Name' is the original field.

    If (this.rawValue == '1') {}

    this.resolveNode("Name[1]").rawValue = this.resolveNode("Name").rawValue;

    this.resolveNode("Address[1]").rawValue = this.resolveNode("Address").rawValue;

    this.resolveNode("City[1]").rawValue = this.resolveNode("City").rawValue;

    this.resolveNode("State[1]").rawValue = this.resolveNode("State").rawValue;

    this.resolveNode("ZipCode[1]").rawValue = this.resolveNode("ZipCode").rawValue;

    this.resolveNode("Country[1]").rawValue = this.resolveNode("Country").rawValue;

    }

    If (this.rawValue == '0') {}

    this.resolveNode("Name[1]").rawValue = "";

    this.resolveNode("Address[1]").rawValue = "";

    this.resolveNode("City[1]").rawValue = "";

    this.resolveNode("State[1]").rawValue = "";

    this.resolveNode("ZipCode[1]").rawValue = "";

    this.resolveNode("Country[1]").rawValue = "";

    }

  • Adding conditional based on the checkbox

    I have a field that adds the values of several other fields in the form.  The question I have is how can I add another 2 If a certain checkbox is visible and active?

    Hello

    You would need an if/else statement that looks at the value of the checkbox.

    This could be in the event to calculate the field which displays the answer:

    var tempAnswer = numericfield1.rawValue + numericfield2.rawValue + numericfield3.rawValue;
    
    if (checkbox.presence == "visible" && checkbox.rawValue == 1)
    {
         tempAnswer = tempAnswer + numericfield4.rawValue + numericfield5.rawValue;
    }
    
    this.rawValue = tempAnswer;
    

    You would need to change the object references, etc, but it should give you a structure to work with. We have examples here, some of which include objects with calculation scripts: http://assure.ly/eEPuCM

    Hope that helps,

    Niall

  • Fill in the time field, based on the checkbox

    I am trying to find a script to do the following:

    If checkfield.rawValue = "1" (checked)

    timefield.rawValue = (current time)

    If checkfield.rawValue = "0" (unchecked)

    timefield.rawValue = 'null '.

    Any ideas or suggestions would be greatly appreciated.

    Thank you.

    Here's a modified version. Display BBS of the script added additional characters that mess. I moved the code to the change event of the box (I think it's nicer whne the user clicks to see the change rather than leave the checkbox). Validate the e Th message was because you had a pattern on the ground and time resulting does not match. I deleted the template as well as disable the validation script message.

    Paul

  • Apex on the load display text page 5 article & navigation based on the values in the table bar

    Hi Experts,

    I have a page in which I want to show the textual elements and the crumbs of bread according to the requirement on page load.

    To do this, I gave the condition for navigation buttons and text elements bar as below:

    Condition type: there is no

    Expression 1: select null from ms_contracts where contractor_id = UPPER (v ('APP_USER') and contract_expiry_dt < sysdate)

    The text value of the element (display only): ' your contact has expired, prents get it renewed. Position to renew the update below the new end date '


    Above solution does not work for me. I guess there is no need to create dynamics of Action I want this to happen on the page load.

    Ask that you please guide me.


    Thank you.

    Thierry

    Hello

    Have you tested your query do not return all rows using SQL workshop for example?

    Not the condition watch Object Exists, when the query do not return all the lines.

    BTW, it's better to use bind variable: APP_USER function v. APP_USER is also always capitalized

    select 1
    from ms_contracts
    where contractor_id = :APP_USER
    and contract_expiry_dt < sysdate
    

    Kind regards
    Jari

  • Fill in the multiple fields based on the checkbox

    (other questions newb...)

    You want to fill several form fields from or not a checkbox is enabled.

    I now using scripts calculated in the work field. for example:

    If (this.getField("checkbox").value == "Off") {}

    Event.Value = null;

    } else {}

    Event.Value = "ABCXYZ";

    }

    However, it is possible to assign values only from the field box itself?

    Yes, you can do so from the MouseUp event of the checkbox field. It will look something like this:

    if (event.target.value=="Off") {
        this.getField("Text1").value = "";
        this.getField("Text2").value = "":
    } else {
        this.getField("Text1").value = "ABCXYZ";
        this.getField("Text2").value = "123456":
    }
    
  • JavaScript to remove the contents of the fields based on the checkbox disabled

    I'm writing a java script to delete the contents of the fields when a checkbox's checked to disabled.  I have a java script to fill in the field when the checkbox is enabled (which works perfectly).  But in the case where the user accidentally checks the field and wants to uncheck the box I would like the content of field that were initially filled from the first java script to be removed/disabled.

    Here is my code:

    Mouse Up Script for the checkbox (function() {}

    Do something if this check box is not selected.
    if(Event.Target.Value==="on") return;

    Copy the values from text previously filled in those other fields.

    getField("AP_Unit").value = Null;
    getField("AP_StreetAddress").value = Null;
    getField("AP_City").value = Null;
    getField("AP_Province").value = Null;
    getField("AP_ZIP").value = Null;
    getField("AP_Country").value = Null;

    })();

    Sorry it works... that make three equal signs "=" means?

    Here is my code

    If {(event.target.value==="Off)"}
    getField("AP_Unit").value =("");
    getField("AP_StreetAddress").value =("");
    getField("AP_City").value =("");
    getField("AP_Province").value =("");
    getField("AP_ZIP").value =("");
    getField("AP_Country").value =("");

    } else {}

    getField("AP_Unit").value = getField("HO_Unit").valueAsString;
    getField("AP_StreetAddress").value = getField("HO_StreetAddress").valueAsString;
    getField("AP_City").value = getField("HO_City").valueAsString;
    getField("AP_Province").value = getField("HO_Province").valueAsString;
    getField("AP_ZIP").value = getField("HO_ZIP").valueAsString;
    getField("AP_Country").value = getField("HO_Country").valueAsString;
    }

  • get the checkbox display names

    I want a dynamic action to set a field with NAME_A, NAME_B, NAME_C of a checkbox field that has values of 1,2,3

    I tried
    SELECT NAME FROM table value WHERE in: P1_COLOR

    the first work of box... but the second box I click error ora-1722 invalid number for the target value

    You could do just with JavaScript/jQuery (and get rid of this request altogether).

    Create a DA on change for your box using a jQuery selector. Assuming that this is the only check box, you can use: input: checkbox

    Then in JavaScript, get the value of the checkbox that has been verified:

    var checkedValue = $(this.triggeringElement).val();
    

    Then use this value to set your other value (assuming the other element has an ID of MY_THINGY):

    $('#MY_THINGY').val( checkedValue );
    

    -Joe

  • See the checkbox hide text

    Hello

    I'm new to PDF forms, sorry for my bad English

    I have Acrobat X pro.

    I want to display text in the text box when the check box is 'on' and when the check box is cleared, I want to hide the text in the text box.

    JavaScript.

    Any help would be appreciated

    In the event mouse to the top of the box, you can use the following script:

    Script mouse to the top of the box

    getField("text1").display = event.target.value = "Off"? Display.Hidden: display.visible;

    That mask/shows the entire field. If you want to just show/hide the text in the field and still view the field, you could do:

    getField("text1").value = event.target.value = "Off"? ' ': 'the default text goes here ";

    Replace "text1" with the actual name of the text field.

  • How can I add a new page dynamically based on the non recoverable text field?

    Hi all

    I created a form with subform flow and non-reusable text fields. When the user fills the long content, the shape is cut. Y at - it a way to dynamically add pages based on the content that the user fills the non recoverable text field?

    Thank you

    Check that the parent of the subform also has a fluid layout. If you have the structure below, both page 1 and subform must have a flow layout.

    Page1 (must be the flow)

    subform (must be the flow)

    TextField (let multiple lines and will expand to fit the height)

    If you have done all that, then it should work.

  • How do the math based on the hexadecimal display?

    I'm trying to convert a float for hex number, then get the sum of each byte. Please see attached photo, for example 30.5 converted to 403 8000 0000 0000 using hexadecimal display. I want to get the sum of each byte, 40 + how 3rd + 80 + 00 + 00 + 00 + 00 + 00, could I do in the labview.

    Any help will be greatly appreciated!

    Stephen

    I have not tried, but I think you can use "string to byte array", then Add the elements of the array.

    Hope this helps,

    Daniel

  • Calculation based on the checkbox is enabled?

    I have a form that sub total a group of field. Based on this subtotal I need to calculate a tax of 5% finance, if the box is checked, otherwise the financing costs are zero. Any help would be appreciated. Thank you

    You can use this script to custom calculation for the field of cost of funding. Of course, you will need to adjust the field names in the code to match those of your file.

    if (this.getField("CheckBox1").value=="Off") {
        event.value = 0;
    } else {
        event.value = Number(this.getField("SubTotal").value) * 0.05;
    }
    
  • Mobile based on the size and the position of the other table

    I have the impression that there is an easy solution for this... or it there is no solution at all... but here goes:

    I want to use table 2 to indicate 'total time' as the sum of all time in table 1. Table 1 is set to automatically filter some lines (basically, it creates a dynamic playlist based on certain criteria). What I wish is to table 2 'float' a certain number of Table 1 below, so that as table 1 grows or shrinks according to the filtered content, table 2 remains the same distance from the bottom of table 1. Is - this unreasonable? It seems I've seen tables 'hustles' other tables according to size changes (not the desired effect in these cases, but what I DO want to here).

    Hi mikey,.

    This seems to be the default behavior in Numbers ' 09, but the function may not have been included in 3 numbers. I'm sure someone will test and report on it before long.

    Demo below is in Numbers ' 09.

    Coffee table is a double to the top. After positioning the lower level of the original table, I inserted two rows in the original and watched 'push' that the lowest low, keeping the space between them.

    I reformatted the cells in column B, CheckBox and verified that a few of them.

    Then I opened the Reorganize pane. and the filter rule (see the lines "... ") displayed the value:

    By clicking on "see the lines...". "box produces this result:

    Note: I had selected all the header cells in column B before starting the filter. The first image was captured after unchecking the checkbox 'display lines... '. "developing the table and leaving only the cells in the (previously) selected filtered lines.

    As mentioned, the example is in Numbers ' 09 / numbers 3 behavior may be different.

    Kind regards

    Barry

  • Rating based on the issue of partition script

    I'm trying to get a form of auto fill a note in a text box based on the percentage displayed in another text box.  It does not work and I have tried several ways to write it.

    var score = this.getField("948_Score").value;

    If (score = 100) event.value = "commendable."

    ElseIf (score < = 99 & & score > = 80) event.value = "trained."

    ElseIf (score < = 79 & & score > = 65) event.value = 'practice '.

    ElseIf (score < = 64) event.value = "Untrained";

    Sorry a typo in the script.

    Or the other of the following will work:

    var score = this.getField("948_Score").value;
    var note;
    If (score == 1) notation = "commendable."
    ElseIf (mark <= .99="" &&="" score="">=. 80) side = "trained."
    ElseIf (mark <= .79="" &&="" score="">=. 65) side = 'practice '.
    ElseIf (score<= .64)="" rating="Untrained">
    Event.Value = notes;

    var cEvaluation;
    var nScore = this.getField("948_Score").value;
    Switch (true)
    {
    case (nScore == 1):
    cEvaluation = "commendable."
    break;
    case (nScore > = 0.8):
    cEvaluation = "trained."
    case nScore > = 0.65:
    cEvaluation = 'practice '.
    break;
    by default:
    cEvaluation = 'Untrained ';
    break;
    } / / end of switch.
    Event.vaue = cEvaluation;

Maybe you are looking for