jcmichot Posted October 20, 2017 Share Posted October 20, 2017 I'm trying to use same kind of Lookup Provider that 'standard whois', but there's no exemple to use dropdown menu with multi-select. Exemple: function registrar_DomainSuggestionOptions() { return array( 'includeCCTlds' => array( 'FriendlyName' => 'The TLDs you select here will be checked for availability and displayed in addition to the users requested search term.<P>', 'Type' => 'dropdown', 'Options' => array( 'tld1' => 'tld1 (great tld)', 'tld2' => 'tld2 (alternative)', 'tld3' => 'tld3 (another idea...)', ), 'Description' => '<P>Use Ctrl+Click to select multiple options and/or de-select individual ones', ) ); } with this dropdown menu we only have on choise selectable, i need a mutiple select. Any idea ? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.