Subject: [Rails] form_tag & form_remote_tag html id
From: "Brian Takita" <brian.takita gmail.com>
Date: Tue, 13 Sep 2005 09:51:33 +0900
Hello,
Is there a way to set the html element id for the form_tag and
form_remote_tag on the server side?
I want to have this resultant html...
<form id='something' ...
....
</form>
Thank you,
Brian Takita