I have a submission form with 30 select list all with tha same values from db. I dont't want to use the select field built in db query function because the same query will run 30 times. I built my db query inside the form's template php but I don't know how to set the values of the 30 select field.
Does sombody can help me on this?
I have a submission form with 30 select list all with tha same values from db. I dont't want to use the select field built in db query function because the same query will run 30 times. I built my db query inside the form's template php but I don't know how to set the values of the 30 select field.
Does sombody can help me on this?