Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

Hello guys, everything good? I have a question about how to take the name from the previous answer and insert it into the tagline of the next question. Could anyone give me some help? Here's the code:

new QuestionModel({
id: 'nome_masculino',
tagline: 'Nós gostaríamos de conhecê-lo.',
title: 'Qual é o seu nome?',
type: QuestionType.Text,
required: true,
placeholder: 'Por favor, digite o seu nome aqui...',
}),
new QuestionModel({
id: 'email',
tagline: "Nice to meet you 😊, let's continue",
title: 'Fornecer um exemplo de e-mail.',
type: QuestionType.Email,
required: true,
placeholder: 'Comece a digitar aqui...'
}),

You must be logged in to vote

You can accomplish this by defining questions as components, documentation here:

https://www.ditdot.hr/en/docs/vue-flow-form-guide#question-components

Replies: 1 comment

Comment options

You can accomplish this by defining questions as components, documentation here:

https://www.ditdot.hr/en/docs/vue-flow-form-guide#question-components

You must be logged in to vote
0 replies
Answer selected by danielpetinga
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.