Re: [html-formfu] Repeatable attribute and auto_id

2009-02-26 Thread Ascii King
I am trying to use the javascript and CSS code from formassembly.com to create my own forms using Formfu. I have most of it done and I plan on writing up some tutprials to explain how it all works. I thought Form Assembly was using Formfu, bt I guess that's not possible if there's no way to get

Re: [html-formfu] Repeatable attribute and auto_id

2009-02-26 Thread Carl Franks
2009/2/26 Ascii King : > If I set the auto_id in a repeatable element, it seems to affect all > elements within the main block but not the main block itself. > I need it to affect the main block. Am I doing it wrong? Sorry, 'auto_id' only sets the id on 'field' elements, not any other type. I'll

[html-formfu] Repeatable attribute and auto_id

2009-02-26 Thread Ascii King
If I set the auto_id in a repeatable element, it seems to affect all elements within the main block but not the main block itself. I need it to affect the main block. Am I doing it wrong? Here's what happens. This code: - type: Repeatable nested_name: appointments auto_id: %n