Open GiovanniKaaijk opened 4 years ago
https://github.com/ReiniervanLimpt/web-app-from-scratch-1920/blob/cda93c951731cf252b4b06b81ac9f14b05a35e65/docs/index.html#L26 You forgot to add "" around the id
https://github.com/ReiniervanLimpt/web-app-from-scratch-1920/blob/cda93c951731cf252b4b06b81ac9f14b05a35e65/docs/index.html#L28 Change test to a meaningful id
https://github.com/ReiniervanLimpt/web-app-from-scratch-1920/blob/cda93c951731cf252b4b06b81ac9f14b05a35e65/docs/index.html#L21-L26 use <button type="submit"></button> within the form
<button type="submit"></button>
https://github.com/ReiniervanLimpt/web-app-from-scratch-1920/blob/cda93c951731cf252b4b06b81ac9f14b05a35e65/docs/index.html#L26 You forgot to add "" around the id
https://github.com/ReiniervanLimpt/web-app-from-scratch-1920/blob/cda93c951731cf252b4b06b81ac9f14b05a35e65/docs/index.html#L28 Change test to a meaningful id
https://github.com/ReiniervanLimpt/web-app-from-scratch-1920/blob/cda93c951731cf252b4b06b81ac9f14b05a35e65/docs/index.html#L21-L26 use
<button type="submit"></button>
within the formReadme