Skip to content

Commit

Permalink
this is just a quick temp fix, eventually the fields wont be required…
Browse files Browse the repository at this point in the history
… for the feedback form
  • Loading branch information
Alex Holachek authored and Alex Holachek committed Nov 25, 2015
1 parent 6952395 commit 85b7543
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 85b7543

Please sign in to comment.