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

http://en.wikipedia.org/wiki/Dark_ambient

Hi Stuart,

Dark Ambient 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