Hi Team
I have a problem, i have two buttons but only one works they both have unique properties names. There are no errors, please advice.
Hi Team
I have a problem, i have two buttons but only one works they both have unique properties names. There are no errors, please advice.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Naimish MakwanaPosted Mar 8, 2023, 8:42 AM
Hello Gcobani,
The problem with your buttons is that they have the same ID attribute value ("payslip"). The ID attribute should be unique for each element on the page.
You should change the ID of the second radio input to a different value, for example, "payslip-no", like this:
Thanks
Naimish Makwana