-
i want to show images within the question to represent the image for that question type, and also i want to add the url links within the question label will this form still support this? let me know your feedback as soon as possible. thanks. basically html content within the label and the sectionbreak module |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
Hi @Swapnayg, we do have an image question type, depending on your use case you might use that. You can also add links to questions using https://www.ditdot.hr/en/docs/vue-flow-form-guide#global-options As for adding custom HTML, this is currently not supported. |
Beta Was this translation helpful? Give feedback.
-
Hi, i would like to know the exact way of calling the mounted function currently it is calling but that step vie is not loading instead it shows blank? Should I include this mounted functionality within the template as well , seems documentation doesn't have that much information regarding this please suggest me. Thanks in advance |
Beta Was this translation helpful? Give feedback.
-
and also want the previous button with each question how can we do that. hope you understand, thanks in advance. |
Beta Was this translation helpful? Give feedback.
-
Public API functions, how we can use it , specify one example please. |
Beta Was this translation helpful? Give feedback.
-
Hi @Swapnayg, the documentation can be found here: https://www.ditdot.hr/en/docs/vue-flow-form-guide It details how all public API methods are used and how questions and logic jumps are defined. You could even define your questions as components to make them appear after you finished loading: https://www.ditdot.hr/en/docs/vue-flow-form-guide#question-components To jump to a specific question, all questions before it need to either have to be not required or they all have to be answered. |
Beta Was this translation helpful? Give feedback.
Hi @Swapnayg,
the documentation can be found here:
https://www.ditdot.hr/en/docs/vue-flow-form-guide
It details how all public API methods are used and how questions and logic jumps are defined. You could even define your questions as components to make them appear after you finished loading:
https://www.ditdot.hr/en/docs/vue-flow-form-guide#question-components
To jump to a specific question, all questions before it need to either have to be not required or they all have to be answered.