Assign values of radio button

I am building a form with several option buttons.  The form is based on a Likert scale (of strongly in agreement to disagree strongly).  I would like to assign numerical values to each option button.  In many cases, values are 1, 2, 3, 4 and 5.  However, in some cases the statements are reverse scored only 5, 4, 3, 2 and 1.  The test also 10 scales ranging from 'My good Score' "my bad Score.  I have traced where each group of 5 boxes made (what scale).  Each scale is added, resulting in different scores 10 out of 10 different behaviors.

I searched the net to determine how to do this, because I have already created a more straightforward test using the checkboxes; However, checkboxes properties provide an export value, while radio buttons are not.  So, I'm lost.

I read about the grouping of option buttons so that only one can be selected.  Got that.  I even read 'export the value of the radio button' which does not exist.  More recently, I read on the scripts.  Enter Javascript!  I don't know anything about.

Help, please.

Radio-buttons have a value of exports. It is called 'Radio button choice' and can be found under Properties - Options.

Tags: Acrobat

Similar Questions

  • NULL value in Radio buttons 11.1.1.6.2 OBIEE

    Hello

    I use OBIEE 11.1.1.6.2. When we create fast with radio buttons, I was able to learn a button with a NULL value.
    Even if add a where condition clause to restrict the values Null his watch upward.

    I have the same problem with the check box.

    Is this a Bug in this version?

    Thank your.
    MBVAnand

    Hello

    Uncheck the option 'nullable' for this column in the physical layer and restart presentation services. It should disappear.

    Paul
    http://total-bi.com

  • value of radio button shows only not in the mysql table

    This looks like a small problem, but I can't seem to find the solution. I created a form on a web page. After the form is completed, a confirmation is sent to the person who filled out the form and a mysql table is populated with the information from the form. Everything works well except for one small thing: the value of the radio button does not appear in the table.

    Here is the form: http://www.webdevpractice.com/genoptix/CE/register.php

    Here is the table on the Web page: http://www.webdevpractice.com/genoptix/CE/admin/index.php you will see that the Contact Me column does not.

    Here insert the php code in the registration form page:

    if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "registration")) {
      $insertSQL = sprintf("INSERT INTO registrants (registrant_id, first_name, last_name, medtech_id, job_title, company, city, `state`, email, phone, contact) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)",
                           GetSQLValueString($_POST['registrant_id'], "int"),
                           GetSQLValueString($_POST['first_name'], "text"),
                           GetSQLValueString($_POST['last_name'], "text"),
                           GetSQLValueString($_POST['medtech_id'], "text"),
                           GetSQLValueString($_POST['job_title'], "text"),
                           GetSQLValueString($_POST['company'], "text"),
                           GetSQLValueString($_POST['city'], "text"),
                           GetSQLValueString($_POST['state'], "text"),
                           GetSQLValueString($_POST['email'], "text"),
                           GetSQLValueString($_POST['phone'], "text"),
                           GetSQLValueString(isset($_POST['contact']) ? "true" : "", "defined","'Y'","'N'"));
    

    I used phpMyAdmin to create the db and table. I put the field contact as follows:

    Type: ENUM

    Length/values: ', 'y '.

    Default: no

    Ranking: utf8_unicode_ci

    Can you find the problem?

    I found the problem. I don't broadcast my stupidity, but I have a time I changed the last field of contact_me contact and I forgot to download the change on one of the files (I thought I had downloaded it). In any case, thanks for responding to my message. It is good to know that altruistic GRAMPS remains!

  • Values for radio button is not selected.

    Hi all

    I have two regions and the two regions has radio buttons in that. First, I select the option buttons in the first region and then I select the option buttons in the second region at this point in time, the values in the option boxes first region remains not chosen secomd region values remain selected! Why is this behavior?

    Thank you

    Hello

    Check the 16855 application in your workspace. It may be useful

    Sunil Bhatia

  • How to add groups of radio buttons values and show the answers?

    I have eight groups of option buttons. The student must select the button from each group. It is a survey of personal intrestet. If each of the groups will have a button with related values. I need to add values and display the results.

    I have been looking for help, but can't find anything that explains how to add values of radio buttons and display the answers.

    That's what I got so far:

    The option button ActionScript 3.0 / / Avraham Saltoun / / solutions to say-web dot com / / FREE to USE, COPY and DISTRIBUTE

    Import fl.controls.RadioButton;
    Import fl.controls.RadioButtonGroup;
    These libraries must be imported
    in order to access the properties and methods of the Radio button.


    We will Appply formatting
    for the radial buttons
    var format: TextFormat = new TextFormat;
    format. Size = 16;
    format.font = "Trebuchet MS"
    format. Color = 0xFFFFFF;

    myNonconformist.label = "a maverick".
    myConcreteThinker.label = "a concrete thinker."
    myNaturalWithNumbers.label = 'a natural with numbers. "
    myAnalytical.label = "Analytics."
    myAssertive.label = "assertive".
    myIdealistic.label = "Idealistic."
    myCareful.label = 'Careful ';
    myProblemSolver.label = "a problem solver."
    myConscientious.label = 'consciousness '.
    myCreative.label = "Creative."
    myPrecise.label = "precise."
    myEfficient.label = "effective."
    myEnergetic.label = 'energetic ';
    myExpressive.label = 'Expressive ';
    myFriendly.label = 'Friendly ';
    myPersistent.label = 'Permanent '.
    myHelpful.label = "fairly useful";
    myInnovative.label = "innovative";
    myInquisitive.label = ' Inquisitive/Curious. "
    myAccurate.label = "precise."
    myEnthusiastic.label = "enthusiasts";
    myInsightful.label = "insightful";
    myIntuitive.label = 'intuitive ';
    myMechanicallyInclined.label = 'mechanically inclined. "
    myObservant.label = 'observer ';
    myOutgoing.label = "outgoing";
    myPatient.label = "Patient";
    myPersuasive.label = "persuasive."
    myRealistic.label = 'realistic ';
    myPractical.label = 'practice ';
    myScientific.label = 'scientific ';
    mySelfconfident.label = "safe";
    myImaginative.label = "imaginative."
    mySociable.label = "Sociable".
    myStraightforward.label = "direct."
    myUnderstanding.label = "understanding."

    Now, let's apply the style
    created for our labels
    myNonconformist.setStyle ("textFormat", format);
    myConcreteThinker.setStyle ("textFormat", format);
    myNaturalWithNumbers.setStyle ("textFormat", format);
    myAnalytical.setStyle ("textFormat", format);
    myAssertive.setStyle ("textFormat", format);
    myIdealistic.setStyle ("textFormat", format);
    myCareful.setStyle ("textFormat", format);
    myProblemSolver.setStyle ("textFormat", format);
    myConscientious.setStyle ("textFormat", format);
    myCreative.setStyle ("textFormat", format);
    myPrecise.setStyle ("textFormat", format);
    myEfficient.setStyle ("textFormat", format);
    myEnergetic.setStyle ("textFormat", format);
    myExpressive.setStyle ("textFormat", format);
    myFriendly.setStyle ("textFormat", format);
    myPersistent.setStyle ("textFormat", format);
    myHelpful.setStyle ("textFormat", format);
    myInnovative.setStyle ("textFormat", format);
    myInquisitive.setStyle ("textFormat", format);
    myAccurate.setStyle ("textFormat", format);
    myEnthusiastic.setStyle ("textFormat", format);
    myInsightful.setStyle ("textFormat", format);
    myIntuitive.setStyle ("textFormat", format);
    myMechanicallyInclined.setStyle ("textFormat", format);
    myObservant.setStyle ("textFormat", format);
    myOutgoing.setStyle ("textFormat", format);
    myPatient.setStyle ("textFormat", format);
    myPersuasive.setStyle ("textFormat", format);
    myRealistic.setStyle ("textFormat", format);
    myPractical.setStyle ("textFormat", format);
    myScientific.setStyle ("textFormat", format);
    mySelfconfident.setStyle ("textFormat", format);
    myImaginative.setStyle ("textFormat", format);
    mySelfconfident.setStyle ("textFormat", format);
    mySociable.setStyle ("textFormat", format);
    myStraightforward.setStyle ("textFormat", format);
    myUnderstanding.setStyle ("textFormat", format);

    Event listeners
    Define waiting for the compiler
    for a click
    myNonconformist.addEventListener (MouseEvent.CLICK, whoAmI);
    myConcreteThinker.addEventListener (MouseEvent.CLICK, whoAmI);
    myNaturalWithNumbers.addEventListener (MouseEvent.CLICK, whoAmI);
    myAnalytical.addEventListener (MouseEvent.CLICK, whoAmI);
    myAssertive.addEventListener (MouseEvent.CLICK, whoAmI);
    myIdealistic.addEventListener (MouseEvent.CLICK, whoAmI);
    myCareful.addEventListener (MouseEvent.CLICK, whoAmI);
    myProblemSolver.addEventListener (MouseEvent.CLICK, whoAmI);
    myConscientious.addEventListener (MouseEvent.CLICK, whoAmI);
    myCreative.addEventListener (MouseEvent.CLICK, whoAmI);
    myPrecise.addEventListener (MouseEvent.CLICK, whoAmI);
    myEfficient.addEventListener (MouseEvent.CLICK, whoAmI);
    myEnergetic.addEventListener (MouseEvent.CLICK, whoAmI);
    myExpressive.addEventListener (MouseEvent.CLICK, whoAmI);
    myFriendly.addEventListener (MouseEvent.CLICK, whoAmI);
    myPersistent.addEventListener (MouseEvent.CLICK, whoAmI);
    myHelpful.addEventListener (MouseEvent.CLICK, whoAmI);
    myInnovative.addEventListener (MouseEvent.CLICK, whoAmI);
    myInquisitive.addEventListener (MouseEvent.CLICK, whoAmI);
    myAccurate.addEventListener (MouseEvent.CLICK, whoAmI);
    myEnthusiastic.addEventListener (MouseEvent.CLICK, whoAmI);
    myInsightful.addEventListener (MouseEvent.CLICK, whoAmI);
    myIntuitive.addEventListener (MouseEvent.CLICK, whoAmI);
    myMechanicallyInclined.addEventListener (MouseEvent.CLICK, whoAmI);
    myObservant.addEventListener (MouseEvent.CLICK, whoAmI);
    myOutgoing.addEventListener (MouseEvent.CLICK, whoAmI);
    myPatient.addEventListener (MouseEvent.CLICK, whoAmI);
    myPersuasive.addEventListener (MouseEvent.CLICK, whoAmI);
    myRealistic.addEventListener (MouseEvent.CLICK, whoAmI);
    myPractical.addEventListener (MouseEvent.CLICK, whoAmI);
    myScientific.addEventListener (MouseEvent.CLICK, whoAmI);
    mySelfconfident.addEventListener (MouseEvent.CLICK, whoAmI);
    myImaginative.addEventListener (MouseEvent.CLICK, whoAmI);
    mySelfconfident.addEventListener (MouseEvent.CLICK, whoAmI);
    mySociable.addEventListener (MouseEvent.CLICK, whoAmI);
    myStraightforward.addEventListener (MouseEvent.CLICK, whoAmI);
    myUnderstanding.addEventListener (MouseEvent.CLICK, whoAmI);
    Note that all lead to the same function.

    It will probably be better for you to do it the hard way and assign labels, values and groups in the programming environment using the settings panel.

  • SUM of radio button values

    Hello

    I have a simple form with radio buttons, and I would like to create a formula to extract the values of radio buttons and add them or their average. I have attached a picture of the document I'm working. Don't forget that I am a complete novice that I'm just trying to learn some new skills.

    Screen Shot 03-16-16 at 10.41 AM.PNG

    If you apply the values as the value of each field (under Properties - Options) "radio button choice" then you will be able to use the integrated calculation commands to perform these operations.

  • All the choices with guest of radio buttons

    Hello

    I have a requirement to show the quick values as radio buttons which includes the 'YES', 'NO', 'ALL '. I don't have the value 'ALL' in DB, but when I try to select the choices of ALL in the prompt it shows not any option as all THE CHOICES. Can someone help me out here.

    Thank you

    Prasanna

    Prassu, you should never use a radio button something like that. Radio buttons require a strict condition of "GOLD" - i.e. "has or B ', but not ' has and B.

    You must instead use checkboxes. Then, if a user wants the two they can check them both.

    THX,

    Scott

  • Radio button to automatically populate a Textfield?

    Hello

    Im trying to create a pdf file in the case where:

    -1 radio button"(Group A) is then selected"TEXTFIELD 1 "auto fills with"BLA BLA BLA"

    -2 radio button"(Group A) is then selected"TEXTFIELD 1 "auto fills with"DOH DOH DOH"

    How can I do this? I have no idea? IM pretty new to pdf forms

    Thank you in anticipation

    Ginga

    Like all shows, there might be multiple solutions, and very specific data are needed.

    A possible calculation of custom JavaScript for 'TEXTFIELD 1' might be:

    If (this.getField("group_A").value == 'Off') event.value = "";

    If (this.getField("group_A").value == 'Yes') event.value = "BLA BLA BLA";

    If (this.getField("group_A").value == 'No') event.value = "DOH DOH DOH".

    You should maybe change the field names and values for radio buttons to match you specific situation.

  • RadioGroup, radio buttons in the criteria of cursor

    With the help of FORMS 10.1.2.0.2

    I have radiogroup with about 15 radio buttons. The value of the value of radio buttons can be alphanumeric - 100, 200, A200, B200, etc..

    I have a cursor on a button pulled the trigger. The cursor will query the table of data I need based on a few criteria (in the where clause). I need one of the criteria to the value of the option buttons.

    I tried
    where xyz = ':control.abc_radiogroup'
    or 
    where xyz =:control.abc_radiogroup
    or 
    where xyz =':control.abc_radiogroup.value'
    and all return 0 records.

    EDIT:

    but, static
    where xyz = 'A200'
    works perfectly.

    So, my question is how to get the value of the radio button to my cursor criteria?

    Thank you.

    Published by: apex_disco on November 16, 2011 09:59

    If it works:

    where xyz = "A200"

    so I can only imagine that your radio button does not have the same value. Maybe a space end or something?
    It works when you select A200?

    for r in (
      select 'A200' value
      from dual
      where :control.abc_radiogroup = 'A200'
      ) loop
      message('Result: '||r.value);
    end loop;  
    

    If so, it must be something else in your select statement which causes no records to retrieve. What the statement is complete?

    You have a trigger when Radio change which also changes some values used in the cursor?

    Published by: InoL on November 16, 2011 15:51

  • The use of JavaScript with radio buttons selected to assign a variable a value

    Hey everyone, a little new in Java and try to create a form for my work to request leave.  My problem is that I'm trying to assign a variable a value if the user clicks on a radio button or another.  Currently, they are incompatible with the following information:

    Name: Radio

    ToolTip: choice

    Button Style: check

    Radio button choice: Yes (this is the value of exports, that I think that I'm not sure how to use it correctly)

    nor is checked by default, but if a box is checked, I would have a variable defined on the "Approved" text, and if the other radio button is checked I would define the variable contains "disapprove".

    Here is my code now and thanks in advance for all the help:

    var S_auth;

    function auth() {}

    If (Radio.value == 'Yes') {}

    var S_auth = "approved";

    }

    else {}

    var S_auth = 'denied ';

    }

    }

    var employees = this.getField("Emp_Name").value;

    Supervisor of var = this.getField("Supervisor").value;

    var Leave_Type = this.getField("Dropdown2").value;

    var cToAddr = [email protected];

    var cCCADDr = this.getField("Email").value;

    var cBenAddr = this.getField("Sup_Email").value; If (cBenAddr! = "") cCCADDr += ';' + cBenAddr;

    var cSubline = "Re: leave request form for" + "" + employee + ', ' + Leave_Type + ', Status: "+ S_auth;"

    cbody var is 'your request for leave was' + S_auth + 'by' + supervisor. \n' + 'save the attachment of e-mail for your records. \n » ;

    this.mailDoc({)

    bUI: true,

    cTo: cToAddr,.

    cCc: cCCAddr,.

    bassujetti: cSubLine,

    CMSG: cbody

    });

    I honestly just want to have the subject line and the body to be able to show approved or disapproved according to which radio button, the project manager chooses.

    Yes, your script is now correct and should work.

  • I have 3 radio button options to choose, but I want only a certain one for calculating sales tax. How can I assign a calculation to an option button?

    I have 3 radio button options to choose, but I want only a certain one for calculating sales tax. How can I assign a calculation to an option button?

    Ok. Let's say the name of the radio button group is "Radio1", the value of exports in this field is '3', the name of the subtotal is "Subtotal" and tax rate is 16%. You can use this code as the custom calculation of the tax field script:

    Event.Value = (this.getField("Radio1").valueAsString == "3")? Number (this.getField("Subtotal").valueAsString) * 0.16: 0;

  • How to assign a value to a button

    I'm trying to assign an integer value to a button and the button must send the value of the integer assigned to the writing of TCP/IP, only when the button is pressed. I am able to send data using chain control (as indicated in the attachment) but I want to replace it with several buttons. for example, if I enter 2 in the control of the chain, these data will be sent to a robot (robot a Wi - Fi card) via the tcp/ip Protocol, it moves in front. 3 will return, 8 is on the left, 6 is just. These digital data are already burned in blackfin processor of the robot. In numbers in labview can make my robot so just move in the specified direction. can you please help me to create a button with value and convert it to a string and send it to the writing of tcp/ip. This only happens when the button is pressed. because, if I enter numbers in the control of the chain, it dosent seem good... If I have pimples... I think that my VI will look good and hitech.i am using labview 8.6robot reference:http://www.surveyor.com/SRV_info.html                          http://www.surveyor.com/                          http://www.surveyor.com/cgi-bin/robot_journal.cgi

    Hi momo,.

    You can use a structure of the event. Create a case for each button and enter the correct number to send. If you press a button of your, you can send data to your robot.

    Mike

  • Disable certain value in the Radio button group

    Hello

    Is it possible to have a group of radio buttons but have certain values with disabilities while they are displayed but cannot be selected while other values in the Group of radio buttons are selectable.

    I know that I could have two groups of radio next to each one showing the selectable values and another next to it showing disabled values but I'd rather have a radio group so that the values are in order.

    We currently use apex 4.2.5.00.08

    Thanks in advance

    where to enjoy a group of radio buttons with three values

    Yes, no, both

    so it's the two of us, without deactivation function

    -on your condition

    real action in dynamic action

    run javascript

    $("#P2_CHOOSE_STATUS_"+0).attr ("disabled", true);

    $("#P2_CHOOSE_STATUS_"+1).attr ("disabled", true);

    P2_CHOOSE_STATUS IS THE NAME OF THE ELEMENT

  • Dynamic action: need to refresh the area when changing value radio button

    Hello

    I use Apex 4.2 worm.

    I need to apply a dynamic action with the refreshment area.

    I need to refresh the area when I change the value of the radio button.

    To do this, I created dynamic action on the changes and select the refresh option to update the region.

    But it does not.

    If you want to check, then see below for workspace:

    Workspace: APEX_ISSUE

    User name: [email protected]

    Password: kaushik1@34

    Please use Page no 5.

    Thank you

    Hi Maxence,

    CORINE wrote:

    Hi Kiran

    Thank you very much.

    It works very well.

    One more I need help, I need to scroll in the radio button because I'm showing type of booking successively from top to bottom.

    How can I set scrolling in the option box.

    Thank you

    What do you mean by scrolling in the option button?

    I applied a horizontal scrolling for the region containing radio buttons by using the suite in the attributes of the region:

    style="overflow-x:scroll;"
    

    If you apply the change just of vertical scrolling x to y.

    I hope this helps!

    Kind regards

    Kiran

  • How to dynamically set the filter IR APEX of the value of a radio button column?

    Hello

    I built a simple APEX 4.2 IR report that includes column, namely "Source_Data" and a separate user to input radio button namly "P33_SOURCE_DATA" with two possible values in 'X' or 'Y '.

    I would like the report filter source_data = 'X' or source_data = "Y" is applied, after each time the user clicks on the radio button P33_SOURCE_DATA. "

    So my question is, how to set the value of the IR filter using the value of P33_SOURCE_DATA to the dynamic action and javascript?

    Thanks in advance.

    Concerning

    Susanna

    In this case, you can pull an onchange dynamic action on the radio, or at the click of a button.

    This dynamic action update your IR region

    And your IR region would have an appropriate where clause, with "Page to go" set on your radio.

Maybe you are looking for