Replies: 1 comment
-
Hi @saroar, I responded to you on Slack, but just to have a record of that here: this is not a problem our HTML library can solve. You cannot update a server model directly from inside an HTML form. Instead, the form is submitted to an endpoint on the server, via a POST request, and the server handles that data to update the model on the backend. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
// when I like send button I wanted to send data to my RouteHander for send request
//note validation input is very important
full code can be see here:
https://gist.github.com/saroar/c8c8b4721338677cfebe9637d4340d40
Beta Was this translation helpful? Give feedback.
All reactions