[Plugin: Custom Field Template] strange radio button behavior
-
Thanks for the great plugin. I’m using it (1.9.4) to make a list of fieldsets. So I have this:
[slider_group_fieldset]
type = fieldset_open
legend = Fieldset
multiple = true
multipleButton = true[slider_group_title]
type = text
label = Title
blank = true[slider_group_description]
type = textarea
label = Description
cols = 100
blank = true[slider_group_state]
type = radio
label = Should the slider be open or closed on page load?
value = open # closed[slider_group_order]
type = text
label = Order
blank = true[slider_group_fieldset]
type = fieldset_closeThis works fine for the first instance. When I click “add new” it correctly creates a new instance and I can enter text into the text fields but when I click the radio button for the state it affects the radio button for the previous instance. If I save and reload the page the radio button works as expected. Any ideas what’s going on here or where to start investigating?
Thanks,
Colin
The topic ‘[Plugin: Custom Field Template] strange radio button behavior’ is closed to new replies.