Can we incorporate Register and save user to database? #227
Answered
by
spinn
yukirivero
asked this question in
Q&A
-
Can we incorporate Register and save user to database? |
Beta Was this translation helpful? Give feedback.
Answered by
spinn
Jan 11, 2022
Replies: 1 comment
-
Hi @yukirivero, this is out of scope for Vue Flow Form itself, but yes, you could send the collected data to your backend of choice in the https://github.com/ditdot-dev/vue-flow-form/blob/master/examples/questionnaire/Example.vue#L290-L310 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
spinn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @yukirivero,
this is out of scope for Vue Flow Form itself, but yes, you could send the collected data to your backend of choice in the
complete
event and save everything to the database. You can see an example of how to send data to your backend here:https://github.com/ditdot-dev/vue-flow-form/blob/master/examples/questionnaire/Example.vue#L290-L310