Skip to content
Snippets Groups Projects
Commit dc06a1e5 authored by Meylan, Maya C (UG - Comp Sci & Elec Eng)'s avatar Meylan, Maya C (UG - Comp Sci & Elec Eng)
Browse files

Filled out the form with options

parent 9e5f4fe8
No related branches found
No related tags found
1 merge request!23ContactUsFrontend
<template lang="pug">
h4(class='title') <mark>Privacy Policy:</mark>
div(class='text')
h4(class="title") <mark>Privacy Policy:</mark>
div(class="text")
p If you have any problems our queries with our app then feel free to contact us using the form below!
form
form(class="form")
label(for="words") Please describe your problem/query here <br>
input(type="text", id="words", name="words") <br>
p Do you wish to remain anonymous? (this will prevent us from being able to respond) <br>
input(type="radio", id="yes", name="anon", value="Y")
label(for="yes") Yes <br>
input(type="radio", id="no", name="anon", value="N")
label(for="no") No <br>
input(type="submit" value="Submit")
<br>
</template>
<script>
export default {
data () {
return {
teal: false,
}
}
}
</script>
<style>
.title {
text-align:center;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment