Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

118
Views
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 answers
Answer question

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 Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!