Hi ! I would like to use a dropdown field that retrieve the members of my WP emember addon and create an option for each one of them. I would need to use the value of the option as well to put the ID of each member in it.
Example :
<option value="id_member">Name of member</option>
So, when my client use my custom addon, he sees the members list in the dropdown field and can choose which member he wants to display.
Hi ! I would like to use a dropdown field that retrieve the members of my WP emember addon and create an option for each one of them. I would need to use the value of the option as well to put the ID of each member in it.
Example :
<option value="id_member">Name of member</option>
So, when my client use my custom addon, he sees the members list in the dropdown field and can choose which member he wants to display.
Are you working on a similar plugin for WP Bakrey?