Jump to content
  • 0

Logicboxes Not Working On Handhelds


wfitg

Question

I use logicboxes. No one can order a domain name when they are on a handheld, iphone, android (and connected to any isp).

Everything works fine from desktops on various ISPs.

The page returns "that domain is not available" on every name entered and on every extension entered on the form.

Anyone else have this problem or has solved this?

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

For those searching the web for an answer to: "Logicboxes + mobile device, iPhone, Android, not registering, domain name"

An upgrade to the most recent Blesta beta fixes the problem.

If you do not want to upgrade Naja made a workaround:

<script type="text/javascript">

$(function() {

$('input[name=domain]').keyup(function() {

this.value = this.value.toLowerCase();

});

});

</script>

Add the above code to the head section of the structure file of template.

Hope this helps

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.

Loading...
×
×
  • Create New...