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
this:

Client ID: [ input field for id ]
Client Name: [ input field for name]
Test A: [ input field for result ]
Test B: [ input field for result ]
Test C: [ input field for result ]

How can I do this configuration using repeatable fields?

Thanks in advance,


Jorge Augusto Senger
jasenger (at) gmail.com

use Perl;
_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to