Hi everyone.
I am using the WP members plugin. I made a dropdown registery field. By default these are single dropdown menu’s so i added a str_replace function in my functions.php, where i changed <select…..> to <select multiple=”multiple”…….>
This actually creates a multiple select dropdownbox on the registery page, but it does not save the multiple selections (logically). Now i was wondering if it would be possible to make this multiple dropdown menu actually work: let people select multiple variables and edit their selections on the Account page etc.
What would be the best way to create such a multiple dropdown menu?
Thanks