Jump to content
  • 0

Whois contact requires dropdown


mscholten

Question

Hello,

We have created multiple registrar modules. Now we have a problem to correct an error. If you change the information in the whois (contact details/owner/etc.) we also need to ask a question that has to be answered using a dropdown (this would be preferred) or with a checkbox. How can we add this to what we return from _GetContactDetails? So that we can also set the correct current status for the field (and we need to have it in the admin and client area).

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

IIRC, you'll need to inject the field via an output hook, such as ClientAreaHeadOutput or footeroutput and check if the action is domaincontacts and place the field in via javascript  .  Then on savecontactdetails, check $_POST for that field and save as needed.   I do not recall if _GetContactDetails will return the field but those fields are all text and not menu. 

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
Answer this question...

×   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