Jump to content

.eu additional fields


ithaki

Recommended Posts

I am trying to setup the additional fields that are required for the .eu domain extension in whmcs

I have created a new file named additionalfields.php within the /resources/domains/ directory and now I need to know what additional fields are required for the .eu domain and also how to add the script so that it will only allow you to enter the countries and phone numbers within the EU when doing the registration

 

Link to comment
Share on other sites

Quote

Residency requirements

The .EU Registry maintains the following list of General Eligibility requirements, one of which must be met in order to qualify to register a .EU domain:

  • an undertaking having its registered office, central administration or principal place of business within the European Union, Norway, Iceland or Liechtenstein, or
  • an organisation established within the European Union, Norway, Iceland or Liechtenstein without prejudice to the application of national law, or
  • a natural person resident within the European Union, Norway, Iceland or Liechtenstein.

as a starting point for additionalfields.php, i'd take a look at here...

// .EU
$additionaldomainfields[".eu"] = array();
$additionaldomainfields[".eu"][] = array("DisplayName" => "Registrant country", "Name" => "euregistrantcountry", "Type" => "dropdown", "Options" => "AT|Austria,BE|Belgium,BG|Bulgaria,CZ|Czech Republic,CY|Cyprus,DE|Germany,DK|Denmark,ES|Spain,EE|Estonia,FI|Finland,FR|France,GR|Greece,GB|Great-Britain,HR|Croatia,HU|Hungary,IE|Ireland,IT|Italy,LT|Lithuania,LU|Luxembourg,LV|Latvia,MT|Malta,NL|Metherlands,PL|Poland,PT|Portugal,RO|Romania,SE|Sweden,SK|Slovak Republic,SI|Republic of Slovenia,AX|Aland Islands,GF|French Guiana,GI|Gibraltar,GP|Guadeloupe,MQ|Martinique,RE|Reunion Island,IS|Iceland,LI|Lichtenstein,NO|Norway", "Default" => "");

but generally it may be useful to contact your registrar to see if they have any specific requirements as a lot of these entries are registrar specific...

also, i'm not sure telephone numbers matter in terms of .eu registration.. WHMCS should add the correct country code for the number.

btw - the .eu whois server is currently down (or more accurately up & down like a yo-yo!)... so I think you'll find most .eu domains marked as unavailable for now.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated