It looks like you're new here. If you want to get involved, click one of these buttons!
Hi,
I have from with a selectbox. But every time I save the form, another 0: and 1: is added before my options.
Initially I've created this:
value1:label1
value2:label2
After 5 times saving the form it looks like this:
0:0:0:0:0:0:value1:label1
1:1:1:1:1:1:value2:label2
Where are these extra entries coming from? And how can I stop it?
Thanks in advance.
Comments
Is this a "keyval" field type?
https://docs.getfuelcms.com/general/forms#keyval
If so, what parameters are you using with it:
Nope, it's just a simple "select" field type
I see... this is in the fuel forms module. That indeed looks like a bug. This was the fix posted:
https://github.com/daylightstudio/FUEL-CMS-Forms-Module/commit/d1c7aac84b7dca9caadc1cc58a2cafd9ff02a580
You could either patch it manually or download the entire folder and replace it in your
fuel/modules/forms
assuming you haven't made changes in that folder you want to keep.Thanks. that did the trick.