You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some validation would be cool, and a relatively quick win would be to add the pattern attribute. More on this here
You should match up the label to the input field in the form with the 'for' attribute:
<labelfor="name">Name</label><inputid="name" type="text" name="name" placeholder="Tell us your fullname"/>
Stuff seems to be getting inserted into both databases, it's just the page isn't forwarding to a success page when it is submitted. You could use a callback to break out of the function when it is done. Here, we set cb(null) to return back to the router handler
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: