How to make a survey without any javascript code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to make a survey without any javascript code

I want to know how to make a survey without adding code related to javascript code

14th Feb 2021, 12:33 PM
CoderCodingHelloWorld
7 Answers
+ 2
If you want a form that collects data but doesn't get submitted anywhere, you can do that in pure HTML. An example is at: https://code.sololearn.com/WQZN82rAriFe/# Usually people want survey data collected and stored somewhere, though. Collecting and storing it requires a programming language. If you don't want to use JavaScript, you could submit your form to a PHP script that runs in another website.
18th Feb 2021, 7:35 PM
Josh Greig
Josh Greig - avatar
+ 3
Have you tried https://www.surveymonkey.com/ ? You don't need to program anything to create and take surveys when the problem is already solved.
15th Feb 2021, 12:01 AM
Josh Greig
Josh Greig - avatar
+ 2
What programming language do you want to use if not JavaScript? You want to add it to Sololearn's Code Playground, right?
15th Feb 2021, 5:02 AM
Josh Greig
Josh Greig - avatar
+ 2
Where would your survey go if not for the Code Playground? A blog post? I might be unaware of some features if they're exclusive to the mobile app since I always use the sololearn website with a laptop.
16th Feb 2021, 3:17 PM
Josh Greig
Josh Greig - avatar
+ 1
Yes I want to add it to Sololearn's Code I want to use HTML
15th Feb 2021, 8:09 AM
CoderCodingHelloWorld
+ 1
Thanks
19th Feb 2021, 5:05 AM
CoderCodingHelloWorld
0
But I mean to make it in The solo learn app
15th Feb 2021, 4:50 AM
CoderCodingHelloWorld