mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
366 B
22 lines
366 B
3 years ago
|
<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>
|