Skip Navigation

[Resolved] Change field type for the field – not working

This support ticket is created 7 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 2 replies, has 2 voices.

Last updated by davidZ-4 7 years, 1 month ago.

Assisted by: Minesh.

Author
Posts
#577537
chanage custom field type.JPG

I am trying to: Change field type form checkboxes to checkbox

Link to a page where the issue can be seen: hidden link

I expected to see: the checkbox button available for change

Instead, I got: grayed out buttons and the message "Some of the field types are disabled for conversion because they're using a significantly different data format, which is not compatible with the current field type."

i just created multiple custom fields using the checkboxes type insted of the checkbox type. no data is stored for these fields in the DB.

i looked at https://toolset.com/forums/topic/is-it-possible-to-change-an-existing-single-line-field-to-a-multi-line-field/

the UI is there to create the change but it seems that this feature is disabled...
please advise,
thanks,

David

#577549

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Well - this is expected behavior and as message already states that "Some of the field types are disabled for conversion because they're using a significantly different data format, which is not compatible with the current field type.", actually, Types checkboxes field stored in database with special format as serialize array that is why the message you get is expected one.

I suggest to remove the current custom field you created from Types fields control and then try to recreate it with Checkbox field type.

#577682

Ok,
I get it.

Thanks,

David