diff --git a/pica-whiteboard/index.html b/pica-whiteboard/index.html
index b3898d8902bcf15bc8b2c1dbd44380e39a60016b..06f035f46c2146f0dd6f2ddffadadbbfa6a9cd66 100644
--- a/pica-whiteboard/index.html
+++ b/pica-whiteboard/index.html
@@ -9,9 +9,9 @@
 		Attention, le contenu des tableaux est réinitialisé chaque nuit (à minuit) !
 		<h2>Créer un tableau</h2>
 				<a href="https://whiteboard.picasoft.net/app/?randomid=true">Au hasard !</a><!--
-				--><form action="https://whiteboard.picasoft.net" method="GET">
+				--><form action="https://whiteboard.picasoft.net/app/" method="GET">
 					<label for="name">Nom du tableau : </label><br />
-					<input type="text" id="id" name="title" /><br />
+					<input type="text" id="id" name="whiteboardid" /><br />
 					<label for="username">Nom d'utilisateur (optionnel) : </label><br />
 					<input type="text" id="username" name="username" /><br />
 					<input type="submit" />