headbull Posted January 25, 2009 Share Posted January 25, 2009 Hi everyone, Somebody have an idea how to "request"/require information when my clients want to register a special type of domain ? When clients want to register a .no domain, I have to get their company/organization number together with the responsible person in the company. Anyone got an idea or solution ? 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted January 26, 2009 Share Posted January 26, 2009 you add them to additionaldomainfields.php and then post them in the thread so everyone can benefit 0 Quote Link to comment Share on other sites More sharing options...
headbull Posted January 27, 2009 Author Share Posted January 27, 2009 If I want two fields in this code: $additionaldomainfields[".no"][] = array( "Name" => "Foretaks nummer", "Type" => "text", "Size" => "30", "Default" => "", "Required" => true, ); How do I perform that ? I want to add a text box with the name "Ansvarlig Person" Is it posible to also include text/explenation on the order page, soo the client is informed about the requirments for registering the type of domain ? 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.