UNPKG

vue-giveworks-form

Version:

This plugin provides Vue.js component for the open [http://giveworks.net](Giveworks Platform).

27 lines (23 loc) 842 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Vertical Survey Form Example</title> </head> <body> <div id="app"> <div class="container"> <giveworks-form page-id="2196" api-key="$2y$10$8BwpjrEcQQ8pjWgNxkuXV.yyTJp8xozGTz/udKE0W88e5g8SQ4wpC"> </giveworks-form> </div> </div> <!-- VueGiveworksForm dependencies --> <link rel="stylesheet" href="../dist/GiveworksForm.css"> <script src="https://unpkg.com/vue"></script> <!-- VueGiveworksForm Library --> <script type="text/javascript" src="../dist/GiveworksForm.umd.js"></script> </body> </html>