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
# 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
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
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