Urune Posted November 26, 2008 Share Posted November 26, 2008 I'm working on a TransIP(dutch registrar) API for a friend of mine and I've got the following problem: The form dropdown function within the template__getConfigArray function, doesn't work. I've seen a posting on how this could be done, but unfortually it won't work. "techContactGender" => array( "Type" => "dropdown", "Options" => "m,v", "Description" => "Select your Tech Gender here" ) The form doesn't render the field. <td width=120 align=right>techContactGender</td><td width=5></td><td class="fieldarea"> Select your Tech Gender here</td> Within the Api function of TransIP, you need to state the Admin and tech gender. So to do it the right way, I could need some help on this one. 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.