dropdown field with more than 2 separate values

By: Robert Cabiya-an | Asked: 08/16/2024
ForumsCategory: General questionsdropdown field with more than 2 separate values
Robert Cabiya-an asked 1 month ago
is this possible in a dropdown field using separate values ? foreach ( $users1 as $user ) {
  $values['options'][] = array(
  'label' => $user->display_name,
  'value' => $user->user_email,     'jobdescription =>  $user->job_description
);
} job_description was a user meta added to user registration. In case this is not possible, how i can populate a dropdown field with more than 2 fields. i want to populate the droddown field with 1.Display name 2. User email 3. Job Description 4. Mobile number or more fields. any work around that i can use to.. thanks in advance
1 Answers
Victor Font answered 1 month ago
You can start with this KnowledgeBase article: https://formidableforms.com/knowledgebase/frm_setup_new_fields_vars/#kb-display-two-fields-in-a-dynamic-field

Making the Best WordPress Plugin even better - Together

Take on bigger projects with confidence knowing you have access to an entire community of Formidable Experts and Professionals who have your back when the going gets tough. You got this!
Join the community
crossarrow-right