File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 9090 id: ' first_name' ,
9191 tagline: " Hi! Welcome to our demo survey 😊" ,
9292 title: ' What is your first name?' ,
93+ description: ' Some description' ,
9394 link: [
9495 new LinkOption ({
9596 url: " https://www.ditdot.hr/" ,
107108 id: ' email' ,
108109 tagline: " Nice to meet you 👀, let's continue" ,
109110 title: " Provide an example email." ,
111+ link: [
112+ new LinkOption ({
113+ url: " https://www.ditdot.hr/" ,
114+ anchor: ' I am a DITDOT official page link' ,
115+ }),
116+ new LinkOption ({
117+ url: " https://github.com/ditdot-dev/vue-flow-form" ,
118+ })
119+ ],
110120 type: QuestionType .Email ,
111121 required: true ,
112122 placeholder: ' Start typing here...'
113123 }),
114124 new QuestionModel ({
115125 id: ' phone' ,
116126 title: ' Doing great! 👍 Go ahead and try with a phone number.' ,
127+ description: ' Some description' ,
117128 type: QuestionType .Phone ,
118129 required: true ,
119130 mask: ' (###) ###-####'
You can’t perform that action at this time.
0 commit comments