File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,11 @@ $(document).ready(function () {
4848 $ ( "#error" ) . html ( "" ) ;
4949 document . getElementById ( "signup" ) . action = qs [ "formAction" ] ;
5050 document . getElementById ( "state" ) . value = qs [ "state" ] ;
51- document . getElementById ( "source" ) . value = qs [ "source" ] || null ;
52- document . getElementById ( "utmMedium" ) . value = qs [ "utmMedium" ] || null ;
53- document . getElementById ( "utmCampaign" ) . value = qs [ "utmCampaign" ] || null ;
54- document . getElementById ( "returnUrl" ) . value = qs [ "returnUrl" ] || null ;
51+ document . getElementById ( "regSource" ) . value = qs [ "regSource" ] ;
52+ document . getElementById ( "utmSource" ) . value = qs [ "utmSource" ] ;
53+ document . getElementById ( "utmMedium" ) . value = qs [ "utmMedium" ] ;
54+ document . getElementById ( "utmCampaign" ) . value = qs [ "utmCampaign" ] ;
55+ document . getElementById ( "returnUrl" ) . value = qs [ "returnUrl" ] ;
5556 document . getElementById ( "signup" ) . submit ( ) ;
5657 }
5758 } ,
Original file line number Diff line number Diff line change @@ -52,7 +52,8 @@ <h1 id="page-title-heading" class="page-title-heading clip-me">
5252 </ div >
5353 < form method ="GET " id ="signup " action ="# ">
5454 < input id ="state " name ="state " value ="" type ="hidden " />
55- < input id ="source " name ="source " value ="" type ="hidden " />
55+ < input id ="regSource " name ="regSource " value ="" type ="hidden " />
56+ < input id ="utmSource " name ="utmSource " value ="" type ="hidden " />
5657 < input id ="utmCampaign " name ="utmCampaign " value ="" type ="hidden " />
5758 < input id ="utmMedium " name ="utmMedium " value ="" type ="hidden " />
5859 < input id ="returnUrl " name ="returnUrl " value ="" type ="hidden " />
You can’t perform that action at this time.
0 commit comments