Title: Storing multiple selection as an array&#8230;
Last modified: May 2, 2021

---

# Storing multiple selection as an array…

 *  Resolved [Eugene](https://wordpress.org/support/users/euguk007/)
 * (@euguk007)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/storing-multiple-selection-as-an-array/)
 * When using FF for user registration, multiple selections stored in the DB as 
   a string.
    Is there a way to convert it to an array, which would make it editable
   on the front end…
 * EXAMPLE
 * Currently, selection ONE, TWO, THREE as user_meta_field is stored as ONE, TWO,
   THREE
 * What would be really useful is to store it as:
 * a:3:{i:0;s:3:”ONE”;i:1;s:3:”TWO”;i:2;s:5:”THREE”;}
 * Thanks in advance!

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Support [Alex Sanchez](https://wordpress.org/support/users/alexwpninja/)
 * (@alexwpninja)
 * [5 years ago](https://wordpress.org/support/topic/storing-multiple-selection-as-an-array/#post-14488500)
 * Hello Eugene,
    I am afraid it is not possible, you can fetch and convert them
   into an array using PHP. Thanks
 *  Thread Starter [Eugene](https://wordpress.org/support/users/euguk007/)
 * (@euguk007)
 * [5 years ago](https://wordpress.org/support/topic/storing-multiple-selection-as-an-array/#post-14488519)
 * Hey Alex, and thanks for your reply. Welcome back!
    Could you please suggest 
   which FF hook should I use in PHP widget? Cheers.
 *  Plugin Support [Alex Sanchez](https://wordpress.org/support/users/alexwpninja/)
 * (@alexwpninja)
 * [5 years ago](https://wordpress.org/support/topic/storing-multiple-selection-as-an-array/#post-14488545)
 * Hello Eugene,
    I need to see the use case and what you need to do, to help you.
   Please open a support ticket here [https://wpmanageninja.com/support-tickets/](https://wpmanageninja.com/support-tickets/)
   with a screen recording if possible. Thanks
 *  Thread Starter [Eugene](https://wordpress.org/support/users/euguk007/)
 * (@euguk007)
 * [5 years ago](https://wordpress.org/support/topic/storing-multiple-selection-as-an-array/#post-14488552)
 * 🙂 OK

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Storing multiple selection as an array…’ is closed to new replies.

 * ![](https://ps.w.org/fluentform/assets/icon-256x256.png?rev=3354580)
 * [Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder](https://wordpress.org/plugins/fluentform/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/fluentform/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/fluentform/)
 * [Active Topics](https://wordpress.org/support/plugin/fluentform/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fluentform/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fluentform/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Eugene](https://wordpress.org/support/users/euguk007/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/storing-multiple-selection-as-an-array/#post-14488552)
 * Status: resolved