Come puoi avere un campo nascosto con una forma semplice? Il seguente codice: = simple_form_for @movie do |f| = f.hidden :title, "some value" = f.button :submit provoca questo errore: undefined method `hidden' for #SimpleForm::FormBuilder:0x000001042b7cd0
Voglio fare qualcosa del genere su binari Ecco quello che ho finora nelle rotaie: <%= form_for @order do |f| %> <%= f.hidden_field :service, "test" %> <%= f.submit %> <% end %> Ma poi ottengo questo errore: undefined method `merge' for "test":String Come posso passare valori nel mio campo nascosto in …
Sto usando un modello che contiene un elenco come proprietà. Sto popolando questo elenco con gli elementi che prendo da SQL Server. Desidero che l'elenco venga nascosto nella visualizzazione e passato all'azione POST. In seguito potrei voler aggiungere più elementi a questo elenco con jQuery che rende un array inadatto …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.