wsd Posted December 17, 2011 Share Posted December 17, 2011 Hi, Additional domain fields is empty for .es And this goes for all languages 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted December 17, 2011 Share Posted December 17, 2011 Additional Domain Fields is where *you* put any additional fields needed by your registrar for the TLDs that you handle. 0 Quote Link to comment Share on other sites More sharing options...
wsd Posted December 17, 2011 Author Share Posted December 17, 2011 (edited) Additional Domain Fields is where *you* put any additional fields needed by your registrar for the TLDs that you handle. Yes it's true but .es there are two dorp down boxes where the customer must choose which information to be entered and how the customer know what to enter when there is nothing to choose from it is something you've tested or is it just a response you expect to be used? Edited December 17, 2011 by wsd 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted December 18, 2011 Share Posted December 18, 2011 I'm not sure what you're asking ... but the usage is simple - if *you* require additional information to allow the registration of a domain, then *you* add the details to the additionaldomainfields.php 0 Quote Link to comment Share on other sites More sharing options...
wsd Posted December 18, 2011 Author Share Posted December 18, 2011 I'm not talking about what I can do I talk about what is included in the file from WHMCS and that works .es not. $additionaldomainfields[".es"][] = array("Name" => "ID Form Type", "LangVar" => "estldidformtype", "Type" => "dropdown", "Options" => "Other Identification,Tax Identification Number,Tax Identification Code,Foreigner Identification Number", "Default" => "Other Identification",); $additionaldomainfields[".es"][] = array("Name" => "ID Form Number", "LangVar" => "estldidformnum", "Type" => "text", "Size" => "30", "Default" => "", "Required" => true,); $additionaldomainfields[".es"][] = array("Name" => "Legal Entity Type", "LangVar" => "estldlegalentitytype", "Type" => "dropdown", "Options" => "1|".$_LANG['particular'].",1|".$_LANG['autonomo'].",612|".$_LANG['sociedadsl'].",744|".$_LANG['sociedadslu'].",713|".$_LANG['sociedadsa'].",608|".$_LANG['sociedadsau'].",510|".$_LANG['sociedadcolectiva'].",562|".$_LANG['sociedadcomanditaria'].",566|".$_LANG['sociedadcooperativa'].",47|".$_LANG['asociacionlegal'].",524|".$_LANG['organismopublico']."", "Default" => "1|".$_LANG['particular']."",); $additionaldomainfields[".es"][] = array("Name" => "ID Form Type", "LangVar" => "estldidformtype", "Type" => "dropdown", "Options" => "1|".$_LANG['dninifcifcard'].",3|".$_LANG['niecard'].",0|".$_LANG['passportorvat']."","Default" => "1|".$_LANG['dninifcifcard']."",); $additionaldomainfields[".es"][] = array("Name" => "ID Form Number", "LangVar" => "estldidformnum", "Type" => "text", "Size" => "30", "Default" => "", "Required" => true,); 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.