Skip to content

Commit

Permalink
frontend: export as csv option for results
Browse files Browse the repository at this point in the history
  • Loading branch information
div72 committed Jul 27, 2022
1 parent 48ef993 commit a2ef268
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions formie/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ table {
width: 100%;
border: 1px solid #CCCCCC;
border-collapse: collapse;
margin-top: 10px;
margin-bottom: 10px;
}

td, th {
Expand Down
1 change: 1 addition & 0 deletions formie/templates/forms/results.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
</tr>
{% endfor %}
</table>
<a href="?format=csv">Export as CSV</a>
{% endblock %}

0 comments on commit a2ef268

Please sign in to comment.