demo

- FormSelectField 02

This is the same example but with albums passed as param instead of album :

echo "<form id='formAlbum' action='/playlist/m3u/' method='post'>\n";

echo $fe->getFormSelect('albums');

echo "  <br /><input type=\"Submit\" name=\"submit\" value=\"create playlist for multiple albums\">\n";
echo "</form>\n";