send feeback to google forms
This commit is contained in:
parent
11b4ec1fcc
commit
db8f16c362
2 changed files with 33 additions and 8 deletions
|
|
@ -17,10 +17,10 @@
|
|||
<span translate>{{comment}}</span>
|
||||
</div>
|
||||
<div>
|
||||
<textarea placeholder="Is there anything we could do to improve your experience?" row="40"></textarea>
|
||||
<textarea ng-model="feedback" placeholder="Is there anything we could do to improve your experience?" row="40"></textarea>
|
||||
</div>
|
||||
<div class="padding">
|
||||
<button type="submit" class="button button-full button-primary" ng-click="sendFeedback()" translate>
|
||||
<button ng-disabled="!feedback" type="submit" class="button button-full button-primary" ng-click="sendFeedback(feedback)" translate>
|
||||
Send
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue