Re: [html-formfu] Need help with repeatable field

2009-08-26 Thread Jorge Augusto Senger
Thanks Ascii King, Your example worked fine for me. Jorge Augusto Senger jasenger (at) gmail.com use Perl; On Wed, Aug 26, 2009 at 5:18 PM, Ascii King wrote: > > # TST_NAME -- >> - type: Select >> name: tst_name >> model_config: >> >> > Sorry, the name of the select element

Re: [html-formfu] Need help with repeatable field

2009-08-26 Thread Ascii King
# TST_NAME -- - type: Select name: tst_name model_config: Sorry, the name of the select element should be tst_id and not tst_name. # TST_NAME -- - type: Select name: tst_id model_config: ___ HTML-FormFu mailing li

Re: [html-formfu] Need help with repeatable field

2009-08-26 Thread Ascii King
Jorge Augusto Senger wrote: Hi list, I need some advice regarding repeatable elements. I've the following database structure: Table "clients": cli_id*, cli_name Table "clients_tests": cli_id*, tst_id*, tst_result Table "tests": tst_id*, tst_name So, in my clients form, I'd like to have a "ts

[html-formfu] Need help with repeatable field

2009-08-26 Thread Jorge Augusto Senger
Hi list, I need some advice regarding repeatable elements. I've the following database structure: Table "clients": cli_id*, cli_name Table "clients_tests": cli_id*, tst_id*, tst_result Table "tests": tst_id*, tst_name So, in my clients form, I'd like to have a "tst_result" for each test, like th