Untitled
public text v1 · immutable<html>
<form name="formA" method ='get' action=''>
<input type='text' name='textA' />
<input type="submit" value="submitA" />
</form>
<form name="formB" method ='get' action='somepage.php'>
<input type='text' name='textB' />
<input type="submit" value="submitB" />
</form>
</html>