[Trunk|Connect]: 1. Add a new class contact form.(missed svn add on previous commit)
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@55269 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
13796de2ca
commit
a764eafb47
|
@ -0,0 +1,9 @@
|
||||||
|
export class ContactForm {
|
||||||
|
name: string = '';
|
||||||
|
surname: string = '';
|
||||||
|
email: string = '';
|
||||||
|
affiliation: string = '';
|
||||||
|
community: string = '';
|
||||||
|
message: string = '';
|
||||||
|
recaptcha: boolean = false;
|
||||||
|
}
|
Loading…
Reference in New Issue