Jump to content

It doesn't return domain search


Recommended Posts

it's an issue with your HostWHMCS template... the theme demo uses the following code...

<form action="http://billing.ywhmcs.com/domainchecker.php?systpl=HostWHMCScv1" method="post">

but your live site is using...

<form action="https://webcarpenterhosting.com/clients/cart.php?a=add&#038;domain=register%20method=post" method="post">

I suspect it should really be changed to...

<form action="https://webcarpenterhosting.com/clients/cart.php?a=add&domain=register" method="post">

btw - as it's a custom theme, questions about it should really be directed to the theme's developers because as @radwebhosting says, it's not an issue with the WHMCS product, but more the theme. :idea:

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • 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