Skip to content

Commit

Permalink
Merge pull request #687 from aholachek/form-temp-fi
Browse files Browse the repository at this point in the history
this is just a quick temp fix, eventually the fields wont be required…
  • Loading branch information
aholachek committed Nov 25, 2015
2 parents 6952395 + 85b7543 commit 265f33e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/widgets/navbar/template/feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ <h4 class="modal-title">Feedback Form</h4>
<form class="feedback-form">

<input type="hidden" name="_subject" value="Bumblebee Feedback" />
<input type="hidden" name="feedback-type" value="feedback" />

<input type="text" name="_gotcha" style="display:none" />

<div class="form-group half-width">
Expand Down

0 comments on commit 265f33e

Please sign in to comment.