如何在HTML CSS中进行typeform questionnare [英] How to do typeform questionnare in HTML CSS

查看:62
本文介绍了如何在HTML CSS中进行typeform questionnare的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨!



我想为到达我们公司的客人进行问卷调查。所以它就像一个字形,但是在高级版本中有if条件。我怎样才能在html / css和脚本中创建它。所以它看起来就像那样:你的名字是什么,你来参观谁...但问题消失并出现。



什么我试过了:



我没有尝试过任何东西,但我想我可以在DW,html-css中做到这一点。

Hi!

I'd like to make a questionnaire/survey for guests who arrive at our company. So it's like a typeform, but with the "if" conditional which is in the premium version. How can i make it in html/css plus scripts. So it would look stg like that: Whats your name, who do you come to visit etc... but with questions that disappear and appear.

What I have tried:

I've not tried anything but I assume I could do it in DW, html-css.

推荐答案

最好不要用调查问卷或调查来刺激人们;单个页面上的一个输入表单是最好的,这是不一样的。



现在,根据定义,它不能在HTML + CSS中完成(不是甚至+ JavaScript)。我的意思是,你可以在网页上玩任何东西,但除非你有一个服务器端代码来处理来自客户端的HTTP请求,否则它无处可去。而且,顺便说一下,这是拥有表格元素的唯一真正原因。


所以,差不多一切都简化为服务器端的内容以及使用它的方式,但您甚至没有提到服务器上的内容。如果你使用一些服务器端技术,问题就像它可能是微不足道的,所以我无法想象什么可能需要帮助(除非你问一些特定的东西),如果没有其他事情要讨论。



如果您使用的是某种服务器端技术,那么您只需要一个简单的Web搜索。一个关键字应该是该技术的名称(例如ASP.NET,JSP,PHP,Django),然后是使用表单。



好运气。

-SA
It's better not to irritate people with questionnaire or survey; one input form on a single page would to the best, and this is not the same.

Now, by definition, it cannot be done in HTML + CSS (not even + JavaScript) along. I mean, you can play on a Web page with anything at all, but it goes nowhere unless you have a server side code to handle an HTTP request from client side. And, but the way, this is the only real reason for having a form element.

So, nearly everything is reduced to what is on your server side and what you do with it, but you did not even mention what you have on the server. If you use some server-side technology, the problem is as trivial as it can be, so I cannot imagine what may need help (unless you ask something specific), if don't there is nothing else to discuss.

If you are using some server-side technology, all you need is a simple Web search. One keyword should be the name of that technology (such as "ASP.NET", JSP, PHP, Django) followed by something like "using forms".

Good luck.
—SA


这篇关于如何在HTML CSS中进行typeform questionnare的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆