File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed
Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -104,12 +104,37 @@ <h2>Send a Message</h2>
104104 method ="POST "
105105 class ="contact-form "
106106>
107+
107108 < input type ="hidden " name ="_subject " value ="New Contact Message — Who’s to Say ? Foundation ">
108109 < input type ="hidden " name ="_template " value ="table ">
109110 < input type ="hidden " name ="_captcha " value ="true ">
110111 < input type ="hidden " name ="_redirect " value ="https://whostosay.org/contact-thank-you.html ">
111112
112- <!-- fields -->
113+ <!-- REQUIRED FIELDS -->
114+ < div class ="form-field ">
115+ < label for ="name "> Name</ label >
116+ < input id ="name " name ="name " type ="text " required >
117+ </ div >
118+
119+ < div class ="form-field ">
120+ < label for ="email "> Email</ label >
121+ < input id ="email " name ="email " type ="email " required >
122+ </ div >
123+
124+ < div class ="form-field ">
125+ < label for ="phone "> Phone</ label >
126+ < input id ="phone " name ="phone " type ="tel " required >
127+ </ div >
128+
129+ < div class ="form-field ">
130+ < label for ="message "> Message</ label >
131+ < textarea id ="message " name ="message " rows ="6 " required > </ textarea >
132+ </ div >
133+
134+ < button type ="submit " class ="btn btn-primary "> Send</ button >
135+ </ form >
136+
137+
113138</ form >
114139
115140 </ section >
You can’t perform that action at this time.
0 commit comments