Hi, I have already search form on my page which I would like to replace with ASP. Right now I have class .search-form for my search.
Can I add the same class for ASP form and just replace it so it will look the same but work as ASP search?
I very highly doubt that it would work like that. Each search form has a different structure, and CSS rules depend on this structure as well. It would only work, if the search bar you are trying to replace is almost identical to the replacement – which is very unlikely.