diff --git a/cerealblotchmodels/templates/cerealblotchmodels/barleynetblotchform.html b/cerealblotchmodels/templates/cerealblotchmodels/barleynetblotchform.html
index 8dde9dee4ccab3f5ebc5d147d172b46f6747a68b..1ae14c157d93c3a30cebe7b3c8ec1f94b172ffec 100755
--- a/cerealblotchmodels/templates/cerealblotchmodels/barleynetblotchform.html
+++ b/cerealblotchmodels/templates/cerealblotchmodels/barleynetblotchform.html
@@ -288,7 +288,7 @@
 	}
 
 	window.displayCoordinatesInput = (id) => {
-		document.getElementById("coordinates").checked = true;
+		document.getElementById("grid").checked = true;
 		document.getElementById('input-weatherstation').style.display="none";
 		document.getElementById('input-coordinates').style.display="block";
 		selectWeatherstationElement.selectedIndex = 0;