Update form link on division pages.
This commit is contained in:
@@ -4,7 +4,7 @@ function sluggify($input) {
|
|||||||
return strtolower(str_replace(' ', '-', $input));
|
return strtolower(str_replace(' ', '-', $input));
|
||||||
}
|
}
|
||||||
|
|
||||||
$surveyLink = "<a href=\"https://forms.gle/gnDNyBiVC64tDo2Y7\">Streets People Love Pledge and Survey</a>";
|
$surveyLink = "<a href=\"https://forms.gle/CeGbJF11SUkATjfN8\">Streets People Love Pledge and Survey</a>";
|
||||||
if (isset($config["survey"])) {
|
if (isset($config["survey"])) {
|
||||||
$surveyLink = $config["survey"];
|
$surveyLink = $config["survey"];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user