Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当有人选择字段选项并提交表单时,有没有办法让表单不再确定该字段?
基本上我正在尝试在该字段中制作一个约会列表,当有人在那个特定时间预约时,我希望那个时间消失,这样其他人就无法选择它。
有没有办法做到这一点?
您将需要存储在数据库中的日期和时间信息。
基本上,在加载表单时,您只会填充那些未使用的日期和时间,然后当用户提交表单时,使用新选择的日期/时间更新数据库。