Allow users to select without JS

draigeLadsire

New Member
I want to develop a technique where I can allow users to select preset keywords from the database and add them to the form they are submitted. If I was using JS, I know I could just allow them to type in a keyword and it would pop up as a dynamic dropdown.Without using JS, is there a clever technique to achieve this?On the fly, how could I generate the keywords for the users to select, no matter how many they wanted.I know it's a vague question but I believe there is a standard way of achieving this type of solution in a non JS environment.
 
Top