bfrei Posted March 19, 2010 Share Posted March 19, 2010 Hi, I am currently developing a new registrar interface using the RegistrarDevKit. How can I add a new dropdown list field in function template_getConfigArray(), that means, what are the field type and field options to be used in $configarray? The template only contains a sample for text/check box fields. Thanks Bernhard 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted March 19, 2010 Share Posted March 19, 2010 It's not that much different "Certificate Period" => array( "Type" => "dropdown", "Options" => "12,24", "Description" => "Months"), 0 Quote Link to comment Share on other sites More sharing options...
bfrei Posted March 19, 2010 Author Share Posted March 19, 2010 Thank you. 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.