Skip to content

Commit

Permalink
Email textbox ID changed to avoid clash
Browse files Browse the repository at this point in the history
  • Loading branch information
rxtur committed Sep 11, 2016
1 parent d4e3aa6 commit 733fe0e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
var showThanks = false;
var showForm = false;
var showMsg = false;
var email = Request.Form["txtEmail"];
var email = Request.Form["txtNewsletterEmail"];

if (IsPost)
{
Expand Down Expand Up @@ -37,8 +37,8 @@
{
<div id="newsletterform">
<p>@Resources.labels.notifiedPublished</p>
<label style="font-weight:bold" for="txtEmail">@Resources.labels.enterEmail</label>
<input type="text" style="width:98%;" class="form-control" id="txtEmail" name="txtEmail" />
<label style="font-weight:bold" for="txtNewsletterEmail">@Resources.labels.enterEmail</label>
<input type="text" style="width:98%;" class="form-control" id="txtNewsletterEmail" name="txtNewsletterEmail" />
@if (showMsg)
{
<span>@Resources.labels.enterEmailAddress</span>
Expand Down

0 comments on commit 733fe0e

Please sign in to comment.