Jump to content

how does additionaldomainfields.php work?


mice-pace

Recommended Posts

Hi, i'm new here and when i had to program a module to allow a new company to be used for Domain Name Registration i found a need to include extra data.

 

I've done some research and found out this can be implemented with additionaldomainfields.php but for the life of me i can't find a guide on how to make this file from the ground up... Can someone point me to one if one exists, or just give me a complete example to check my work against? I'm having to write guesswork and hoping to make it into something useful later :-P

Link to comment
Share on other sites

Thanks for the nudge in the right direction, what i had was close, but still needed some tweaking... a last simple question, mostly to double check, but when accessing this additional domain info, does it come through as a regular parameter, or as some kind of sub-parameter? something like;

 

$registrantCountryCallCode = $params["CountryCode"];

 

$registrantCountryCallCode = $params["additionaldomainfields"]["CountryCode"];

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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