How to use a select form field?
I have a Links field called 'Area' in SQL.pl as follows:
Area ENUM ('America', 'Europe', 'Asia') NOT NULL,
I added the following in %globals in HTML_Templates.pm
Area => \&Links:
BSQL::build_select_field ("Area", "$in{'Area'}"),
But it didn't work.
How to correct this? Thank you.
I have a Links field called 'Area' in SQL.pl as follows:
Area ENUM ('America', 'Europe', 'Asia') NOT NULL,
I added the following in %globals in HTML_Templates.pm
Area => \&Links:

But it didn't work.
How to correct this? Thank you.