I need to make my View (HTML) to open a view through the action of a url in html form with a parameter of a text field.

I need to make my View (HTML) to open a view through the action of a url in html form with a parameter of a text field.

I need to make my View (HTML) to open a view through the action of a url in html formwith a parameter of a text field.

The code is below:

htmlpage Gerencia_Baixas ()
displayname = "Manages Low"
content
<%{%>
<span style="FONT-SIZE: medium; "> <strong> Manager Low </ strong> </ span><br />
<br />
<form action="http://creator.zoho.com/bcrosman/gerenciador-de-dados-na-/view-perma/Baixa_de_Estoque_View/Vendedor=FirstName">
     <span style="FONT-SIZE: small; "> <strong> Enter the Name of Seller: </ strong></ span>
     <input name="FirstName" value="Michelle" /> <br />
     <span style="FONT-SIZE: medium; "> value="Buscar" <input type="submit" /> </span>
</ form>
<%}%>