Announcement

Collapse
No announcement yet.

Label HTML tag for Radio Buttons

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Label HTML tag for Radio Buttons

    Hi there,

    I want to be able to use the label tag for the html buttons I have used to select colour and size...

    Is it possible to be able to alter the input type tags to have an ID element, so I can then enter the HTML for the label tag?

    Below is current html that actinic produces and the HTML i'd like to be able to create...

    Thanks
    Stu

    <INPUT TYPE=RADIO NAME="v_64_25" VALUE="1" CHECKED>

    this is how I would like it to look...

    <INPUT TYPE=RADIO NAME="v_64_25" VALUE="1" CHECKED ID="BLACK_1">

    #2
    Hi Stu,

    The only way I can see done is by creating a custom product line template for that specific set of choices and hard code the input types within the template.
    Regards,

    Toby Blanchard

    Comment

    Working...
    X