Send form input value to URL

后端 未结 1 679
隐瞒了意图╮
隐瞒了意图╮ 2021-01-17 03:42

I have a simple search form:

1条回答
  •  太阳男子
    2021-01-17 04:40

    You may try a javascript redirection for onsubmit event. To avoid empty searches, use the attribute "required" for the input.

    Example:

    
    
    
    
    

    0 讨论(0)
提交回复
热议问题