Different Input types with the same name

marcderix 27 Oct, 2011
Hi,

In a multipage form, I use a page to allow a user to select the dimensions of the product he wants. I have 4 radio buttons, and a text input field. Is it possible:

[list=1]
  • when a user selects the input field, all the radio buttons become unchecked

  • I can use one name for all the inputs, so that I can pass that vaule on to the next step?
  • [/list:o]

    And how should I do that?


    Marc
    GreyHead 29 Oct, 2011
    Hi Marc,

    You'll need a little JavaScript snippet to unselect all the radio buttons when there is a value in the input box.

    Do you mean radion buttons? or are then checkboxes?

    Bob
    This topic is locked and no more replies can be posted.