I am looking for a plugin where a user can enter a code and depending on what their code matches up with, it will redirect them to a set URL. Is there such plugin that can help me out? For example, a user enters code "A" into the text box. It will take them to the URL identified with code "A". By the way I use wordpress but if not, is there a script that can do this for me? Thanks
You can even do this in Javascript, no need to send data back to the server. Just use an "if" construct - if the input is 'A', redirect to the A URL, else if the input is 'B;, redirect to the B URL, else ...