views:

45

answers:

0

I'm using FCKEditor in my Rails app to create HTML forms and it goes very well, except that no ID tag can be filled out.
It asks for name and value with the input tags, but not for an ID.
Is there a simple way to enable this or to add this manually? Thanks!

//Edit: If it's easier: a check that the name attribute has to be unique would be fine too