如何使用 form_for 表单发送信息?
我有两个提交按钮,它们在控制器中都使用相同的创建操作。如何使用表单发送信息(无需用户输入)?
示例:
按钮 1:使用 1 创建数据库条目。
按钮 2:使用 2 创建数据库条目。
I have two submit buttons both using the same create action in my controller. How can I send information with a form (without the user inputting it)?
Example:
Button 1: Creates a database entry with 1.
Button 2: Creates a database entry with 2.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用这样的隐藏字段:
You can use a hidden field like this: