How to give an id to form

Using remote_form_for is there a way to give the form an id ?

using :html => {:id => 'formname"} throws a parsing error.

???
TIA
Stuart

Hi Stuart,

Dark A. wrote:

using :html => {:id => 'formname"} throws a
parsing error.

This might not be it at all, but it jumped out at me that you’ve got
mismatched quote types above.

hth,
Bill

Bill, yeah , no it wasn’t the mismatched quotes, it was the dead comma
in
line 2 ;).
Sorry, and thanks for helping.

Stuart

On 12/7/06, Bill W. [email protected] wrote:

mismatched quote types above.

hth,
Bill