Skip to content

How to save questionmodel to server? #230

Answered by spinn
jbdw85 asked this question in Q&A
Discussion options

You must be logged in to vote

In this case you'd define an API endpoint in the backend of your choice which would return the question array based on what was requested, and then pass that to VFF.

Enabling users to create their own forms would be possible as well, although is out of scope for Vue Flow Form itself. You'd have to create a web app where users could log in and construct their form based on Vue Flow Form's options (question type, question label, required true/false, etc.). And then again when displaying, grab the question array from your backend API and construct the form.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jbdw85
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants