开发者

Ruby form submission

I am new to ruby on rails. I have a form say form1.On clicking the submit button this form should take me to another form with the parameters passed.Please let me know how to do it and al开发者_JAVA技巧so how to access the form1 parameters in form2.


If you mean a multistep form, check out: http://railscasts.com/episodes/217-multistep-forms

The basic concept is that you will have to set the url to post to in your form tag (the default is a create or update action). Once in your new controller action, your previous form is available in the params hash. Without more details on your question, we can't provide better details.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜