~I would like to be able to populate a drop down box with a list of all usernames
Possible?
~I would like to be able to populate a drop down box with a list of all usernames
Possible?
Here's the code I'm working on in functions.php
All I've done on the form is allowed it to be dynamically populated.
Here's the form in action - http://ethicalincubator.com/BMentor/form-test/
Wait, did you figure this out? On your form, I see a dropdown with user names in it.
I AM STOOPID. After debugging I realised I missed the 's' of 'metas'.
Thanks for the reply. Here is help for anyone else trying this.
Here's an example of my fully working code to populate a dropdown box in Gravity forms with a list of user display names.
Add this to functions.php
Yeah, I saw your if statement and was like "where did he define metas?" Glad you got it sorted.
Thank you chrishill123, this exactly what i was looking for!