I'm having difficultly getting past the additional domain field that's required for .scot registrations. The additional domain field is core_intendeduse I've edited the /includes/additionaldomainfields.php with the statement...
$additionaldomainfields[".scot"][] = array("Name" => "Intended Use", "LangVar" => "", "Type" => "text", "Size" => 50, "Default" => "", "Required" => true);
which now means that the field now shows up in the order form and in the admin area. However, the client still has no new field in any forms when editing an existing .Scot domain in their account and as such when making any changes to the domains contact details the error "core_intendeduse:Not Specified:Required value not specified " always appears. Anyone got any ideas how to resolve this or another way to set the registration for this domain type up.
ta