+ 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
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.
+ 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.
+ 2
What programming language do you want to use if not JavaScript?
You want to add it to Sololearn's Code Playground, right?
+ 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.
+ 1
Yes I want to add it to Sololearn's Code I want to use HTML
+ 1
Thanks
0
But I mean to make it in The solo learn app