mirror of https://github.com/nocodb/nocodb
Pranav C
3 years ago
2 changed files with 29 additions and 3 deletions
@ -0,0 +1,21 @@
|
||||
<template> |
||||
<iframe |
||||
src="https://docs.google.com/forms/d/e/1FAIpQLSeTlAfZjszgr53lArz3NvUEnJGOT9JtG9NAU5d0oQwunDS2Pw/viewform?embedded=true" |
||||
width="100%" |
||||
height="500" |
||||
frameborder="0" |
||||
marginheight="0" |
||||
marginwidth="0" |
||||
>Loading… |
||||
</iframe> |
||||
</template> |
||||
|
||||
<script> |
||||
export default { |
||||
name: 'FeedbackForm' |
||||
} |
||||
</script> |
||||
|
||||
<style scoped> |
||||
|
||||
</style> |
Loading…
Reference in new issue