File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ import Layout from '../layouts/Layout.astro';
1111
1212 <form class =" form" action =" https://formspree.io/f/{2901755203076226289}" method =" POST" >
1313
14+ <input type =" hidden" name =" _next" value ={ ` ${import .meta .env .BASE_URL }contact2 ` } />
15+
1416 <label for =" name" >Name:</label ><br >
1517
1618 <input type =" text" id =" name" name =" name" required ><br ><br >
@@ -31,7 +33,7 @@ import Layout from '../layouts/Layout.astro';
3133
3234 <textarea id =" message" name =" message" rows =" 4" required ></textarea ><br ><br >
3335
34- <strong ><a href = { ` ${ import . meta . env . BASE_URL }contact2 ` } >< button type =" button " class =" submit-button" >Submit</button ></ a ></strong >
36+ <strong ><button type =" submit " class =" submit-button" >Submit</button ></strong >
3537
3638 </form >
3739
You can’t perform that action at this time.
0 commit comments