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.