Tab order of radio buttons skipping back

I'm currently using Adobe Acrobat Pro XI (trial for now) to mess around with forms. I am having a problem right now with the tab order. I believe the culprits are a few pairs of radio buttons I have set up sequentially. Each pair is in it's own group with one being "Y" and the other "N". After setting the tab order such that I can easily navigate the form in the specified order, I have found that when I reach the bottom of the first page (the same page in which my radio buttons are found), with the last object that I "tab" through being a text field, I am redirected back up to the radio buttons instead of proceeding to the next tabulated object located on the next page. When I first tab through the radio buttons, the default value I land on is the "Y" value, and when I am unexpectedly redirected there again, the default value I land on is the "N" value of the first radio button. If I tab through everything to the bottom of the page, I am once again redirected back up to the radio buttons. If I mouse click on the next field on page 2 and tab through, everything works fine including being able to move onto page 3 in the expected order. So what gives? Why would I keep getting redirected back up to the radio buttons at the end of tabulating through page 1? I have the radio button groups in the correct tab order, but I'm not sure how to fix this issue with the radio buttons. Any help would be greatly appreciated. I have tried looking online in multiple places for a solution, but haven't quite found one to this or anyone else who might have this same problem. If any further clarification is needed, please let me know. Thanks!

Make sure the thenames for all items including Checkboxes and radio buttons are unique on each page if go to adjust ment for tab order you can drag them to the correct order.
even though you may have placed them at a specific spot if you added then at a later place in the design (say as an after thought, hey I need to add this), their tab order is based on when they are added not the position the actual element is placed.
In other words if the check boxes /radio buttons are the fourth item down position wise in document by they were the twentith item added  they will skipped over thad the other 19 in turn will be tabbed to the when 20th tab is hit they will bounce back up to the check boxes/ Radio buttons.
Be sure they are titled button1 button1a, button 2 button 2a and so on or lese the will be marked all at the same time and may bounce back to the first position they were in.

Similar Messages

  • Tab order of Radio Buttons?

    Although it consistenly goes to the same choice for each group, when I tab through my form, it seems somewhat random which radio button I tab into for each group.  Most times it is the left-most or top button (desired) but often it is another choice.  I have them in the correct order in the heirarchy.   Is there a way to fix this?

    Just make sure whatever alignment you have them in (top to bottom or accross) that they are perfectly aligned. Try using the Layout>Align menu command to make sure.
    Kyle

  • No default USER STATUS in order with radio buttons

    Hi friends,
    We want to have 4 user status in PM order with radio buttons so that
    user can choose only one at a time.But by default after creating order
    No user status should be defaulted.Only it should display when user
    selects one.
    I have tried in SPRO but for radio buttons it selects one as default
    automatically.
    Is there any alternative.
    With Regards
    AMehra

    Hi Pete,
    I know this is standard only.But client's requirement is like this.
    All the four status are like that we can choose only one
    like PASS FAIL.
    Now these two can not  be set together.
    thnx
    Edited by: aachal on Jan 31, 2011 9:29 AM
    Edited by: aachal on Jan 31, 2011 9:30 AM

  • Navigate pages of tab control with radio buttons

    hi guy,
    i need to navigate 7 pages of a tab control container usings custom buttons. that is, when i click on a button, i takes me to the specific page on the tab control container.
    i think this can be done using radio buttons and tab control container, but i dnt really know how. please any help will be appreciated.
    thanks....

    Hi jiggaharry,
    I think I may have a link that addresses you issue. Do have a look at this link:
    Navigate Tab Control with Custom Buttons:
    http://forums.ni.com/ni/board/message?board.id=300​&message.id=6123
    We have a vast array of data on ni.com for examples and tutorials which could be very helpful in your code development. Do feel free to browse through and use the examples are they are all free of charge
    Hope the link is useful to you.
    Regards,
    Manick | AE | NI ASEAN

  • Radio Buttons and Tab Strips

    How Do Everyone!
    I have 3 tab strips in one selection screen.
    Each tab strip has 3 radio buttons on them. How can one
    find out out which button is pressed?
    e.g. Click on the second tab, the first radio button
         will be highlighted. However, the first radiobutton
         on the first and third tabstrips will also
         be highlighted.
    Can the radio buttons be set to null?
    Cheers
    Andy

    Each group of 3 radiobuttons needs to be associated with its own group.
    For example.
    report zrich_0001
           no standard page heading.
    selection-screen begin of screen 101 as subscreen.
    selection-screen begin of block b1 with frame title text-001.
    parameters: P_rad1 radiobutton group grp1 default 'X'
                                             user-command check,
                p_rad2 radiobutton group grp1,
                p_rad3 radiobutton group grp1.
    selection-screen end of block b1.
    selection-screen end of screen 101.
    selection-screen begin of screen 102 as subscreen.
    selection-screen begin of block b2 with frame title text-002.
    parameters: P_rad4 radiobutton group grp2 default 'X'
                                             user-command check,
                p_rad5 radiobutton group grp2,
                p_rad6 radiobutton group grp2.
    selection-screen end of block b2.
    selection-screen end of screen 102.
    selection-screen begin of screen 103 as subscreen.
    selection-screen begin of block b3 with frame title text-003.
    parameters: P_rad7 radiobutton group grp3 default 'X'
                                             user-command check,
                p_rad8 radiobutton group grp3,
                p_rad9 radiobutton group grp3.
    selection-screen end of block b3.
    selection-screen end of screen 103.
    selection-screen begin of tabbed block one for 20 lines.
    selection-screen tab (15) name1 user-command ucomm1
    default screen 101.
    selection-screen tab (17) name2 user-command ucomm2
    default screen 102.
    selection-screen tab (17) name3 user-command ucomm3
    default screen 103.
    selection-screen end of block one.
    initialization.
      name1 = 'Tab 1'.
      name2 = 'Tab 2'.
      name3 = 'Tab 3'.
    start-of-selection.
    Regards,
    Rich Heilman

  • Dynamic forms using radio buttons, any ideas?

    Hello;
    I am writting a multi-form section in a web site. I have the
    form built up to the point where it sends the email. I have some
    issues I am trying to figure out and need some help. First let me
    show how this is set up, then the questions:
    The set up:
    Page 1 personal info
    <cfform action="PT2.cfm" method="post"
    enctype="application/x-www-form-urlencoded" name="sponsorOrder"
    enablecab="no">
    all the form fields that need to be filled for contact info
    here
    <input type="reset" name="Reset" value="Reset">
    <input type="submit" name="Submit" value="Proceed to Step
    2">
    </cfform>
    PAGE 2:
    <cfform action="SENDMAIL.cfm" method="post"
    enctype="application/x-www-form-urlencoded" name="sponsorOrder"
    enablecab="no">
    <input name="Fname" type="hidden"
    value="<cfoutput>#form.Fname#</cfoutput>">
    <!-- all the other hidden fields from page 1 go here
    --->
    <input type="radio" name="sponsor" value="1">
    <input type="radio" name="sponsor" value="2">
    <!-- there are 7 radio buttons to select from on this
    page. All with the same name="sponsor" -->
    <input type="reset" name="Reset" value="Reset">
    <input type="submit" name="Submit" value="Submit">
    </cfform>
    SENDMAIL page:
    <cfset subject = "Sponsorship Order">
    <cfset email = "#form.email#">
    <!----------------------------------------------------------------------->
    <cfmail to="[email protected]"
    cc="[email protected]"
    from="#form.email#"
    subject="Custom Order Request"
    server="mail.myserver.com"
    port=25
    type="HTML">
    <font face="Verdana, Arial, Helvetica, sans-serif"
    color="##000000" size="2">
    <b>Collected information</b><br>
    <b>Customer First Name:</b>
    #form.Fname#<br>
    <!-- all the rest of the collected contact info goes here
    -->
    <!-- HOW do I bring in the radio button choice here? Is
    this the right way? -->
    <cfif "form.sponsor" = "1">
    <b>Selection 1:</b> the info they get from
    selection 1 here <br>
    </cfif>
    <cfif "form.sponsor" = "2">
    <b>Selection 2:</b>The info that goes with
    selection 2 goes here<br>
    </cfif>
    <!-- there are 5 more if statements that need to run here
    for the rest of the radio selections -->
    </cfmail>
    <cfinclude template="thankyou.cfm">
    THANK YOU PAGE:
    Now on this page is where I get lost. I need to bring the
    selection from the radio buttons over to here and serve up a button
    according to the radio button selected back on page 2. Is this how
    I do that? The same as I did in the sendmail?
    <cfif "form.sponsor" = "1">
    they get this button and info
    </cfif>
    <cfif "form.sponsor" = "2">
    they get this button and info
    </cfif>
    <!-- and it goes on for 5 more selections -->
    Those are my questions, as well as this.
    On page 2 I need to make it impossible to pass that page
    without making a selection. How do I do that with radio buttons?
    Can anyone help me?
    Thank you.
    Phoenix

    Irish-Phoenix wrote:
    > Hello;
    > I am writting a multi-form section in a web site. I have
    the form built up to
    > the point where it sends the email. I have some issues I
    am trying to figure
    > out and need some help. First let me show how this is
    set up, then the
    > questions:
    >
    > The set up:
    > Page 1 personal info
    >
    > <cfform action="PT2.cfm" method="post"
    > enctype="application/x-www-form-urlencoded"
    name="sponsorOrder" enablecab="no">
    >
    > all the form fields that need to be filled for contact
    info here
    >
    > <input type="reset" name="Reset" value="Reset">
    > <input type="submit" name="Submit" value="Proceed to
    Step 2">
    > </cfform>
    >
    > PAGE 2:
    >
    > <cfform action="SENDMAIL.cfm" method="post"
    > enctype="application/x-www-form-urlencoded"
    name="sponsorOrder" enablecab="no">
    > <input name="Fname" type="hidden"
    value="<cfoutput>#form.Fname#</cfoutput>">
    > <!-- all the other hidden fields from page 1 go here
    --->
    > <input type="radio" name="sponsor" value="1">
    > <input type="radio" name="sponsor" value="2">
    > <!-- there are 7 radio buttons to select from on this
    page. All with the same
    > name="sponsor" -->
    > <input type="reset" name="Reset" value="Reset">
    > <input type="submit" name="Submit" value="Submit">
    > </cfform>
    >
    > SENDMAIL page:
    > <cfset subject = "Sponsorship Order">
    > <cfset email = "#form.email#">
    >
    <!----------------------------------------------------------------------->
    > <cfmail to="[email protected]"
    > cc="[email protected]"
    > from="#form.email#"
    > subject="Custom Order Request"
    > server="mail.myserver.com"
    > port=25
    > type="HTML">
    > <font face="Verdana, Arial, Helvetica, sans-serif"
    color="##000000" size="2">
    >
    Collected information<br>
    >
    Customer First Name: #form.Fname#<br>
    > <!-- all the rest of the collected contact info goes
    here -->
    >
    > <!-- HOW do I bring in the radio button choice here?
    Is this the right way? -->
    > <cfif "form.sponsor" = "1">
    >
    Selection 1: the info they get from selection 1 here
    <br>
    > </cfif>
    > <cfif "form.sponsor" = "2">
    >
    Selection 2:The info that goes with selection 2 goes
    here<br>
    > </cfif>
    > <!-- there are 5 more if statements that need to run
    here for the rest of the
    > radio selections -->
    > </cfmail>
    > <cfinclude template="thankyou.cfm">
    >
    > THANK YOU PAGE:
    >
    > Now on this page is where I get lost. I need to bring
    the selection from the
    > radio buttons over to here and serve up a button
    according to the radio button
    > selected back on page 2. Is this how I do that? The same
    as I did in the
    > sendmail?
    >
    > <cfif "form.sponsor" = "1">
    > they get this button and info
    > </cfif>
    > <cfif "form.sponsor" = "2">
    > they get this button and info
    > </cfif>
    > <!-- and it goes on for 5 more selections -->
    >
    > Those are my questions, as well as this.
    > On page 2 I need to make it impossible to pass that page
    without making a
    > selection. How do I do that with radio buttons?
    > Can anyone help me?
    > Thank you.
    >
    > Phoenix
    >
    hi phoenix!
    ok, let's see...
    your "thank you" page is cfincluded in the "sendmail" page,
    so it will
    have all the passed form vars available to it, which means
    you do not
    have to store the radio button selection in the session scope
    or
    anywhere else...
    i think a cfswitch/cfcase construct to check for selected
    radio button
    will serve you better than lots of cfif/cfelseif/cfelse...
    as for preventing submission of page2 without selecting a
    radio button
    first:
    a) pre-select one
    b) use client-side javascript to make sure one is selected
    (use an
    onsubmit event in the form tag or onclick event in the button
    - you will
    have to change the button type from submit to button, and
    change its
    name from submit to something else - there are possible
    issues with
    having a button named submit in your form if you are
    suibmitting the
    form through js...
    c) you could also use server-side cfml to check that a radio
    button is
    selected but it requires a lot of extra code and changes to
    your
    forms/pages...
    Azadi Saryev
    Sabai-dee.com
    Vientiane, Laos
    http://www.sabai-dee.com

  • Radio Buttons only work after selecting another field

    In my Access 2010 database, I have an option group consisting of 3 radio buttons.  If I select the first button I Access will allow me, but if I then want to change my selection to the third button I can only do so if I select another field
    before I can make the button change.  Now, if I want to change my selection again from the third button to the second button, I must select another field then select the second button.
    I just can't figure out what is going on here.  Does anyone have any clue or explanation that will help me???  Thank you!

    I will add that originally this option group of radio buttons was working perfectly fine.  This issue surfaced when I included a tab control to the form and moved all the fields onto the first tab.
    It seems that having to select another field before changing a radio selection is limited when using the mouse; however, if I use any of the up/down or left/right arrow keys on the keyboard it will change radio button selections without selecting another field
    (as one would expect it to).
    Hi Eli,
    Probably it has something to do with the focus of the form (first tab) with the radio buttons. Someway that form looses focus when clicking a radio button. By selecting another field the form receives focus again, so you can use the radio buttons again.
    You can check it happens in this way.
    Imb.

  • How do I make each Radio button appear in the tab order?

    When users tab through the form, the tab only highlights the first radio button of a group before moving to the next field or group of fields.
    Example: the user is asked for the following information:  LastName, Gender (M/F radio buttons), and BirthDate.
    When tabbing through the form, users are taken from from the LastName field to the Male radio button, to the Birthdate Field. Never does the tab allow them to select Female unless they click it with the mouse.
    It seems like this should be a simple fix, but I can't find it anywhere!
    Thanks for your help.

    That's the way they work. Think of a radio button group as a dropdown or list box. When any of these types of fields receives the focus, you can use the arrow keys to move through the options and the tab key moves to the next field.
    If you set up the group using check boxes instead, giving each in the group the same name but different export value, they will behave as you want. A group of checkboxes will behave a bit different than a group of radio buttons, but it's close.

  • Tabbing into radio buttons

    All radio button groups on my form are skipped when tabbing through the fields, even though the tab order is set correctly.
    I did duplicate the radio button groups and change their Names and values to save time, as there are lots of Yes/No options on my form. So, I dragged a new radio button from the library onto the form, changed the tab order again, but that still can't be accessed via tab key.
    The only way to access the radio buttons is to click into them with the mouse.
    I have Designer 7.0 - Is this a bug?

    Mike,
    How does your Hierarchy view look like? Or did you set a custom tabbing order?
    I just created a test form by laying out the objects in the exact order I expected to be tabbing into them. I have 2 radiobutton lists and they are separated by other fields.
    I then tested tabbing into the group and out of the group and they worked both forward and backward. (Not sure how to include the file here, otherwise I would.)
    If you check your Hierarchy view and check that each Radiobutton list follows the object you want to tab into it from, you may find it works better.
    Good luck,
    Sanna

  • Is there a way to force the tab order to skip a page and then return to that page on a form?

    I have a multi-page form with a required page layout.  The problem with the current form layout, is that I'm finding my users are getting to page "20" and it seems like the natural end of the form...and stop entering information and submit.  The problem is, there's an additional form field on the next page that MIGHT need important information.
    The information in that final field is only present in about 10% of submissions, but is crucial to the file if present.  As I said, the page layout is required.
    Is there a way to change the tab order to go from the last form field on page "19" to the form field on page "21" and then back to the form fields on page "20"?

    Thanks try67, but it isn't a required field.  As I mentioned, only about 20% of submissions will require filling it in. 
    There isn't a submit button.  Not even sure what I would do with/or how I would implement a submit button.  After processing the form, the filled out form is 'Saved As' to keep the original forms integrity intact.  The 'Saved As' file  is renamed appropriately, and then it is printed to a PDF file and attached to the appropriate customer file.

  • Tabbing thru Radio Buttons correctly

    I am cleaning up a form. When I move from one radio button group to the next, I always go to a radio button other than the first one in the group. They aren't moving alphabetically. I have made sure that each radio button has a different value, moving from lowest to highest in the order that I want them to tab, and they appear correctly in the hierarchy.
    This has to be something simple...I've searched forums, haven't found anything.
    What am I missing?
    Thanks.

    Okay, my first radio button group has two choices - yes/no.
    If I select the no button, and then hit tab, it goes to the 2nd button (of 6) in the next group (imagine the buttons are in a 3rowx2column table). Once I'm on the 2nd button, if I hit the down arrow, it goes from 1,3,4,5,6. Tabbing at that point goes to the correct button in the next group.
    I hope this makes sense,
    thank you.

  • Skipping a disabled component in the tab order

    It seems that when you disable a button, it isn't
    automatically skipped in the tab ordering. Worse than that, the two
    obvious methods of skipping a disabled component (in topic summary
    above) have no effect. .... Is there a solution for this?

    Hi,
    i got the solution i came to know the meaning of it
    thanks

  • Check boxes, Radio Buttons, and XML Field Order

    I am working with Adobe Designer Version 7.0. Hopefully this forum can still address my issues.
    I am creating a registration form that will often be submitted via email to us for processing. To help make the data both easy to transfer for us into our excel file  and to minimize the errors made by the people using the form, I need the form to be able to do a couple of things that I am having a hard time figuring out. My questions are the following:
    I have a list of 7 check boxes that each insert a dollar value into a seperate numeric field on the form. Each check box has a unique dollar value associated with it. Is there any way to design the form so the user can only choose one of the check boxes? I tried using radio buttons in a group, but if a user mistakenly chose the wrong radio button and then selected another button from that group, it would add to the total in the Application Fee field and not subtract out the previous amount. Below is the code i used for one of the check boxes.
    I have two numeric fields that the user must choose one or the other. Can I design those two fields (numHomes and numBuildings) so that if the you enter a value for one field, you cannot enter a value for the other field? Both fields are then calcuated in a seperate numeric field. Below is the code i used for the numeric field.
    I want to be able to take the data emailed to us as an XML file  when a user submits the results via email and directly paste it into our Excel file. To keep the cut and paste process simple, I want to make sure the order of the XML fields matches the order of the database fields so it can be done in one shot. Do you know how to organize the XML fields? They do not seem to correspond to the ordering found under the Hierarchy tab. Any thoughts on this?
    Thanks
    if (this.rawValue == 1) then
           numAppFee.rawValue = numAppFee.rawValue + 350;
    else
           numAppFee.rawValue = numAppFee.rawValue - 350;
    endif
    numHomes * 50 + numBuildings * 100 + numDups * 10

    Create an XML Schema (XSD) and define that as the default form schema. The form data will conforms to the order of fields defined in the XML schema.
    Hope that helps.
    Nith

  • You changed the order of the menu for "Open in a new window" or "Open in new Tab", How can I change it back? Or how can I omit any reference to tabs? I do not use them at all.

    You changed the order of the menu for "Open in a new window" or "Open in new Tab", How can I change it back? Or how can I omit any reference to tabs? I do not use them at all.

    You can use the Menu Editor add-on to rearrange or remove menu items - https://addons.mozilla.org/firefox/addon/menu-editor

  • Hidden, Visible and back to Hidden using a radio button

    Ok this might be really simple for someone to answer.
    I have a radio button I'm using to toggle between two list boxes with multiple lines of text (hidden and then visible). Here's the problem, when I toggle the radio button back and forth I have both list boxes displaying thier notes at the same time. I would like to have the radio button display one messages at a time when you toggle between them. Here is my script.
    Radio Button named Violation:
    form1.#pageSet[0].Page1.#subform[0].action[1].Violation::click - (JavaScript, client)
    if (this.rawValue == null) {
         Notes.presence = "hidden";
    else {
         Notes.presence = "visible";
    Radio Button named Suspension:
    form1.#pageSet[0].Page1.#subform[0].action[1].Suspension::click - (JavaScript, client)
    if (this.rawValue == null) {
         Notes2.presence = "hidden";
    else {
         Notes2.presence = "visible";

    Notes and Notes2 are list boxes. Violation and Suspension are radio buttons. Is that correct? If so, are Violation and Suspension in an exclusion group?
    Is this the requirement, Violation should display Notes and hide Notes2 and Suspension should hide Notes and display Notes2?
    Steve

Maybe you are looking for