Hi Brenden, thank you so much for your reply! I am very new to this, so please forgive me for my very newbie questions. I tried to follow your advice, but still can't get it to work. Here is what I have done so far, could you point out what I have done wrong?
1. add the following HTML code to get a textbox and a button
- add the following code to the HeadHTMLCode section of that page:
$('.submitButton').click(function() {
window.location = "https://www.cnn.com";
});
I just want to see if I can redirect that page to another after clicking on the button, but it doesn't work for me. Did I miss anything here?
Also, I want to check if there is anyway to add a "form" to a Kentico page following the example below from the search engine provider: (See the original instruction at: https://knowledge.exlibrisgroup.com/Primo/Product_Documentation/050New_Primo_User_Interface/New_UI_Customization_-_Best_Practices#Creating_a_Search_Box_With_Deep_Links_to_the_New_UI)
thank you again for your help!
Mason