Form fields - keyval

edited September 2016 in Bug Reports
Hello guys,

I have a small problem here with a form select.

I have a field with type keyval and with the following values:

0:- Select value -
1: Value 1, Hey
2: Value 2, Hey again


So, after saving i got only:
0:- Select value -
1: Value 1
2: Value 2


And after of a bit of searching, i found that the function keyval($params) that is located in fuel\modules\fuel\libraries\Fuel_custom_fields.php have this line: $rows = preg_split("#\s*\n|,\s*#", $z);

Can u help me how i can solve this?

Thanks...

Comments

Sign In or Register to comment.