Add source=example_url when creating a doc from one of the examples

This commit is contained in:
Eric Allam
2022-04-29 16:49:31 +01:00
parent 31e3a325ec
commit 5b21a751c4
+5 -1
View File
@@ -10,7 +10,11 @@ export function ExampleUrl({
displayTitle?: string;
}) {
return (
<Form method="post" action="/actions/createFromUrl" reloadDocument>
<Form
method="post"
action="/actions/createFromUrl?utm_source=example_url"
reloadDocument
>
<input type="hidden" name="jsonUrl" value={url} />
<input type="hidden" name="title" value={title} />
<button