I need to get a specific section of text from the listpicker results. So far I can get the item I select to appear in an alert box. I need to set a specific part of that listpicker selection for mysql delete.
example: 24 - 1234567 - DTV - 25-02-2015
I need to use the '24' as this is a row id from my sql db. I can then insert this into my blocks and add to php script to delete that row.
Block Code so far for listpicker: