You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sae_2a_anglais/Project/php/templates/addGroupForm.twig

7 lines
338 B

<form action="index.php" method="GET">
<input type="hidden" name="action" value="addGroup">
<input name="num" type="text" placeholder="number" required>
<input name="year" type="text" placeholder="year" required>
<input name="sector" type="text" placeholder="sector" required>
<input type="submit" value="Add">
</form>