gpt4 book ai didi

html - 简单表单中的预填字段

转载 作者:行者123 更新时间:2023-11-28 04:19:18 26 4
gpt4 key购买 nike

如何在简单表单中预填表单域?我尝试设置默认值,但在加载表单时它仍然不会显示:

= simple_form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f|
= f.error_notification
.form-inputs
= f.input :code_entered, label: 'Checklist Code', value: params[:q], input_html: {id: 'sign_up_code' }
.form-actions
= f.button :submit, "Sign up"

但是,将 params[:q] 设置为占位符值是可行的。

最佳答案

= f.input :code_entered, label: 'Checklist Code', input_html: {id: 'sign_up_code', value: params[:q] }

关于html - 简单表单中的预填字段,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27431240/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com