Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


WHMCS coding question
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

WHMCS coding question

shovenoseshovenose Member, Host Rep
edited February 2013 in General

Hey, on this page I want to make a box that will search the knowledgebase and also suggest articles as they type (like Google Instant).
https://mysundot.com/support.php
How would I do that?
Thanks!

Comments

  • <form method="post" action="https://mysundot.com/knowledgebase.php?action=search"><input name="search"><input type="submit" value="search"></form>
    
  • shovenoseshovenose Member, Host Rep

    Well @murky thank you for the very clear and non murky response. It is perfect :) Now how about the suggestions as they type?

  • @shovenose said: Now how about the suggestions as they type?

    You'd have to write some JS to check for KB suggestions. Using this request may help you:

  • It's called typeahead, that's what you need.

Sign In or Register to comment.