Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
552 views
in Technique[技术] by (71.8m points)

javascript - 如何使用HTML CSS JS使用下拉式约会选择器创建联系表单(How do I create a contact form with drop down appointment picker with HTML CSS JS)

I'm trying to create a very simple contact form which includes a drop down menu with available dates which could be selected.

(我正在尝试创建一个非常简单的联系表单,其中包括一个带有可用日期的下拉菜单,可以选择该日期。)

An email will then be sent to the site owner with the name, e-mail and date choice.

(然后,一封电子邮件将发送给网站所有者,包括名称,电子邮件和日期选择。)

Once someone has selected the date, it would no longer be able to be selected.

(一旦有人选择了日期,将不再能够选择它。)

I'm still quite new to webdev, but have an idea of what needs to be implemented - though have no idea how to do it.

(我对webdev还是很陌生,但是对需要实现的内容有所了解-尽管不知道如何实现。)

I'm good with HTML and CSS, but still very shaky when it comes to Javascript (and frameworks/libraries).

(我对HTML和CSS很好,但是在Javascript(和框架/库)方面仍然很不稳定。)

I've tried (so so many plugins) on Wordpress, but couldn't find the right one (if anyone can recommend one that would be great!)

(我已经在Wordpress上尝试了(这么多的插件),但是找不到合适的插件(如果有人可以推荐一个很棒的插件!))

I have the HTML and CSS all sorted on a static site, but what language/framework would be best to keep track of dates available, and for sending the contact form fields to an email address.

(我将HTML和CSS全部排序在一个静态站点上,但是最好使用哪种语言/框架来跟踪可用的日期以及将联系表单字段发送到电子邮件地址。)

contact form example with fields for name, email and a drop down menu for available dates

(联系人表单示例,其中包含姓名,电子邮件字段和可用日期的下拉菜单)

  ask by Sabine Vidal translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...