formspree emails sent to test.gamba.ungleich@gmail.com and form hides
This commit is contained in:
parent
f2d27bd791
commit
7efa5b3741
4 changed files with 17 additions and 2 deletions
|
@ -248,7 +248,7 @@
|
|||
</div><!-- /person-tags -->
|
||||
|
||||
<a name="contact"></a><h3>Contact</h3>
|
||||
<form action="https://formspree.io/gmba@ips.unibe.ch"
|
||||
<form onsubmit="{ FormSubmitted }" action="https://formspree.io/f/xbjwkabg"
|
||||
target="_blank" method="POST" class="contact-form">
|
||||
<input type="hidden" name="subject" value="Contact request from GMBA Connect">
|
||||
<input type="hidden" name="person" value={ person.data.fullname }>
|
||||
|
@ -256,7 +256,7 @@
|
|||
<input type="text" name="name" placeholder="Your name" required>
|
||||
<input type="email" name="_replyto" placeholder="E-mail address" required>
|
||||
<p>
|
||||
<input type="submit" value="Send" class="c-button u-small c-button--brand">
|
||||
<input type="submit" value="Send" class="c-button u-small c-button--brand">
|
||||
</p>
|
||||
</form>
|
||||
|
||||
|
@ -287,6 +287,12 @@
|
|||
const FILTER_BLANK = {
|
||||
'country': [], 'range': [], 'field': [], 'taxon': []
|
||||
}
|
||||
|
||||
FormSubmitted(){
|
||||
console.log("i got executed")
|
||||
var self = this
|
||||
self.closedetails()
|
||||
}
|
||||
this.filters_shown = FILTER_BLANK
|
||||
|
||||
search(e, nextpage) {
|
||||
|
@ -481,6 +487,9 @@
|
|||
}
|
||||
})
|
||||
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
</gmba-search>
|
||||
|
|
|
@ -9,6 +9,8 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
<meta name="referrer" content="origin">
|
||||
|
||||
|
||||
|
||||
<link href="{% static 'app/admin/bootstrap/bootstrap3/swatch/default/bootstrap.min.css' %}?v=3.3.5" rel="stylesheet">
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="referrer" content="origin">
|
||||
|
||||
|
||||
<!--[if lte IE 8]><script src="/static/assets/js/ie/html5shiv.js"></script><![endif]-->
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="/static/assets/css/ie8.css" /><![endif]-->
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="referrer" content="origin">
|
||||
|
||||
|
||||
<!--[if lte IE 8]><script src="{% static 'app/assets/js/ie/html5shiv.js' %}"></script><![endif]-->
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="{% static 'app/assets/ss/ie8.css' %}" /><![endif]-->
|
||||
|
|
Loading…
Reference in a new issue