是否可以为特定表单字段添加容量?
我正在制作一个会议注册表,其中包含用户想要参加哪些活动的复选框,但其中一些活动有容量。客户希望这些选项在达到最大容量时关闭。我认为如果没有项目范围之外的一些认真的工作,这是不可能的,但我不想在不确定的情况下将它们击落。我是一名新手程序员,但经验丰富的设计师/编码员,如果有帮助的话。谢谢!
I'm working on a conference registration form that has check boxes for which events the user would like to attend, but some of those events have capacities. Client wants those options to turn off when they reach maximum capacity. I don't think this is possible without some serious work outside of project scope but I don't want to shoot them down without knowing for sure. I am a novice programmer but experienced designer/coder, if that helps. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗨,艾莉森,欢迎来到 SO :)
如果您通常设计通常没有太多服务器端功能的网站,那么您确实是正确的,这个功能将需要在您的项目范围之外进行一些工作。
这将需要一个数据库和一些用 Ruby、PHP、Asp.Net、Java 或其他语言实现的服务器端逻辑,并且不属于您正确猜测的
只是一个 Web 表单
的范围。我确实考虑过将其作为评论发布,但我认为对我来说,您目前并不热衷于进入数据库黑客等领域;同样,如果我错了,那么如果您有一些关于该网站将在什么服务器端环境中运行的信息(是 PHP、Ruby、.Net、Java 还是也许是老式的 CGI?)。
Hi Allison welcome to SO :)
You are indeed correct that this functionality is going to require some work outside of your project scope if you are normally into designing web sites that don't generally have much server-side functionality.
This is going to need a database and some server-side logic implemented in Ruby, PHP, Asp.Net, Java or whatever and isn't in the realms of
just a webform
as you have correctly guessed.I did consider posting this as a comment, but I think it sounds to me that you're not keen on getting into database hackery etc at the moment; equally if I'm wrong then I'm sure you'll get more help from the community if you have some information about what server-side environment the site will be running in (is it PHP, Ruby, .Net, Java, or perhaps old-skool CGI?).