<main class="home">
<form method="post" action="/portal/addCategory">
<label>Enter Category Name</label>
<input type="text" name="name"/>
<input type="submit" name="submit" value="Create"/>
</form>
</main>