Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

119
Visualizações
Is there the possibility of making a questionnaire with personalized answers?

My goal is to create a landing page or a simple questionnaire in which users have to answer 1 question, which would be something like this: "Who does this device belong to?" Then the user would write a name and a text would appear directly saying something like this: "The device belongs to (and you would have to put the previously written name)"

I would like to know what page I can use and how to do it.

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

Even if this is not a code related question, you could use javascript and html to do that. Here is a quick example. Ofcourse you can improve it more and add more questions as well. If you are new to js here is a place to start: https://www.w3schools.com/js/

var answer = document.getElementById("answer");
var myInput = document.getElementById("myInput");

var name = prompt("Who does this device belong to?","Enter your name...");


myInput.innerText = "This device belongs to " + name + "!";
<div id="answer"></div>
<div id="myInput"></div>

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda