Jump to content

People are getting confused for hostnames/


TizzyTazzy

Recommended Posts

So far 80%+ of my customers have entered the full hostname and full ns1/ns2 when signing up when really they are only suppose to enter server instead of server.domain.com.

 

Hostname: eg. server1(.yourdomain.com)

NS1 Prefix: eg. ns1(.yourdomain.com)

NS2 Prefix: eg. ns2(.yourdomain.com)

 

Could someone tell me what I need to edit so that it says "server" and "ns1" and "ns2" in the text box so people can see and understand more clearly what they are suppose to type? In most cases they would just leave it to the "default" I set for them.

Link to comment
Share on other sites

Several methods could work for this....

 

You could use some kind of fancy JavaScript that appends the text they are entering with .yourdomain.com and as they type the text is shown for them. Then on form submit strip out the .yourdomain.com part befor the request gets sent to the server.

 

You could do a [textbox].yourdomain.com

 

You could use CSS and JavaScript to set a background image on the textbox that moves with the text making it appear that the text is actually in the textbox but really it's a image that tracks the text as its entered using background position CSS parameters.

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