preSelected Radio Buttons

Former Member
Former Member $organization

Is there a way to write anything to a URL or in a system table that will preSelect a radio button on a TNEW single/selectSeating  URL ?

Like if we wanted "Lawn Section GA" to automatically be selected when landing on this page?

http://support.arvadacenter.org/single/selectSeating.aspx?p=53988&z=0

 

Thanks

Lisa Girard

 

 

Parents Reply
  • I believe if all you want is to have by default  for a particular radio selected, in the input for the button add "checked" in the appropriate radio.

    example:

    <input type="radio" name="button1" value="1"> first button not checked  </input><br>
    <input type="radio" name="button2" value="2" checked> checked by default</input>

    Travis

     

     



    [edited by: Travis Armbuster at 2:04 PM (GMT -6) on 13 Feb 2015]
Children