This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:web_development:forms:javascript [2022/01/27 07:24] mag |
en:web_development:forms:javascript [2023/08/16 09:33] (current) |
||
---|---|---|---|
Line 734: | Line 734: | ||
< | < | ||
if (message == "" | if (message == "" | ||
- | document.getElementsByName(' | + | document.getElementsByName(' |
} else { | } else { | ||
status.firstElementChild.innerHTML = message; | status.firstElementChild.innerHTML = message; | ||
Line 917: | Line 917: | ||
* Save, upload and test that everything works as it should. | * Save, upload and test that everything works as it should. | ||
* If it does, the final step is to add the commands to submit each form. | * If it does, the final step is to add the commands to submit each form. | ||
- | < | + | < |
- | < | + | < |
* Save, upload and test again. | * Save, upload and test again. | ||
* Congratulations. You have now created a functional form. | * Congratulations. You have now created a functional form. | ||
[[en: | [[en: |