Open tiuvi opened 3 years ago
In the amp example no data is sent
In this second case it makes an empty request, because an on = "... sumit" is not made
In this third photo you can see how the data is sent through the form What is missing?
the name attribute
and the submit button or an event that sends the form
Alternative
Event when form changes
thanks @Francisco-AM! Would you want to create pull request to fix this?
I already solved the problem, the correct code would be
<!doctype html> <html ⚡ lang="en">
In the amp example no data is sent
In this second case it makes an empty request, because an on = "... sumit" is not made
In this third photo you can see how the data is sent through the form What is missing?
the name attribute
and the submit button or an event that sends the form
Alternative
Event when form changes