Jan 24th, 2016, 11:51 AM
(Jan 23rd, 2016, 10:17 PM)alexh Wrote: Are you talking about a list with multiple selections? I'm not sure that formtools supports that. A drop down is different than a multi selectYes, a list with multiple selections. Form Tools does support. You just have to ensure the html is written correctly. In my case:
Code:
<select name="activities[]" multiple>
You must have the [ ] brackets after the activity name or it won't work.
--
NorthernPenguin
NorthernPenguin