task input - value is the older version, probably still there for backwards compatibility.
Formdata and fields is the newest, where formdata can be used to send all values to backend (Sending the whole formdata) and fields is there to aid with form validation. Both formData and fields can be used equally.
Its documented here: Form container | Documentation
If you are new to weweb the docs is a valuable source of information: https://docs.weweb.io/
2 Likes
