Below is the solution code to Create a Form Flement
Have you missed something? There is no code added.
You simply create a form with the tags. An Element needs to be placed within the form-tag.
<input type="text">
<input type="number" min="1" max="100">
<textarea></textarea>
… and so on…
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.