File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ $(document).ready(function () {
4949 document . getElementById ( "signup" ) . action = qs [ "formAction" ] ;
5050 document . getElementById ( "state" ) . value = qs [ "state" ] ;
5151 document . getElementById ( "source" ) . value = qs [ "source" ] || null ;
52+ document . getElementById ( "utmMedium" ) . value = qs [ "utmMedium" ] || null ;
53+ document . getElementById ( "utmCampaign" ) . value = qs [ "utmCampaign" ] || null ;
5254 document . getElementById ( "signup" ) . submit ( ) ;
5355 }
5456 } ,
Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ <h1 id="page-title-heading" class="page-title-heading clip-me">
5353 < form method ="GET " id ="signup " action ="# ">
5454 < input id ="state " name ="state " value ="" type ="hidden " />
5555 < input id ="source " name ="source " value ="" type ="hidden " />
56+ < input id ="utmCampaign " name ="utmCampaign " value ="" type ="hidden " />
57+ < input id ="utmMedium " name ="utmMedium " value ="" type ="hidden " />
5658 < div id ="hd " class ="input-field active ">
5759 < label for ="handle "> Enter your handle</ label >
5860 < input
You can’t perform that action at this time.
0 commit comments