Simple example to add radio buttons to your xslt (it's plain html, so you can just add those to your xslt without any modifications. If you need the value on submit of the form, use RequestForm('key') (available as umbraco.library:RequestForm('key')) from within xslt to find what value has been selected.
Thanks Dirk, I was working on the same lines, but RequestForm was not working on same xslt, but when I used it on another xslt, it worked. Thanks a lot anyway.
Define and get values of radion buttons in xslt
Hi
I need to have 2 radio buttons with value 0 and 1 in my xslt.
How can I create radio buttons and then get the value of checked button on form submit within xslt?
Nauman
Simple example to add radio buttons to your xslt (it's plain html, so you can just add those to your xslt without any modifications. If you need the value on submit of the form, use RequestForm('key') (available as umbraco.library:RequestForm('key')) from within xslt to find what value has been selected.
Hope this helps.
Regards,
/Dirk
Thanks Dirk, I was working on the same lines, but RequestForm was not working on same xslt, but when I used it on another xslt, it worked. Thanks a lot anyway.
is working on a reply...