![]() |
| ||
| Need some help with RADIO buttons forms So am using Perl to dynamically generate a form with radio buttons. And no, this is not a Perl question. Essentially the form allows the user to specificy which links to use for Line 1, 2, 3, etc. And this can be a long form. The problem I have is that in placing the links in the VALUE field, each link shows up on each radio button. Makes it very ugly. Is there a way to label each radio button with just text, but have it's value be the link? I tried the code below, and am still searching. But when you're new to a certain language, even Googling doesn't just give up answers. Thanks <tr> |
| ||
| Re: Need some help with RADIO buttons forms Well a label tag works in this way <label for="test">Test:</label>You place your label's target outside of the label tags |
| ||
| Re: Need some help with RADIO buttons forms It seems to be because the VALUE is a full reference that this is happening. So am guessing I need to consolidate all my links into a master array and make the value of each radio the element number of that array. Ugh |
| ||
| Re: Need some help with RADIO buttons forms Make sure you're surrounding your values with quotes or it could create malformed HTML |
| ||
| Re: Need some help with RADIO buttons forms No, seriously, the values themselves are full URL links, and that's why the value shows up....so doing it another way. |
| All times are GMT -4. The time now is 12:50 pm. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC