• Resolved Eugene

    (@euguk007)


    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

    (@alexwpninja)

    Hello Eugene,
    I am afraid it is not possible, you can fetch and convert them into an array using PHP.
    Thanks

    Thread Starter Eugene

    (@euguk007)

    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

    (@alexwpninja)

    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/ with a screen recording if possible.
    Thanks

    Thread Starter Eugene

    (@euguk007)

    🙂 OK

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

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