Sam-Le68 / registration-form

Create a registration form using HTML’s form & input elements with functionality supplied by Formspree.
0 stars 0 forks source link

I ran into problems #1

Closed Sam-Le68 closed 4 years ago

Sam-Le68 commented 4 years ago

Hi, so I almost finish the assignment but an issue popped up like this even though my form can function as normal. I don't know why and how to solve it.

Screen Shot 2020-03-14 at 4 35 05 PM

Here is my html: <!DOCTYPE html>

Registration form

Want to go to Mars?

We’re looking for super-awesome human beings who want to make the long trek to Mars for the adventure of a lifetime.

Personal details
Mission statement

Here is my css: html { font-family: "Open Sans", sans-serif; color: #000; }

body { background-color: #f2f2f2; }

section { background-color: #fff; }

h1 { border-bottom: 1px solid #000; }

@media only screen and (min-width: 60em) {

.padtoleft { padding-left: .5em; }

.padtoright { padding-right: .5em; }

}

Sam-Le68 commented 4 years ago

@muxlowc I forgot to tag you oops

muxlowc commented 4 years ago

@Sam-Le68 you need to have post in capital letters:

form method="POST" action="https://formspree.io/lamanhmj@gmail.com"

That should fix it!

muxlowc commented 4 years ago

@Sam-Le68

Also, no need to copy/paste your code on here - I can go and see your code from my end :)