Hi Folks
I have a select dynamic field that pulls in data based on the id from url
WHERE parent_id =$uri->get('id')<br>
However, this is only meant to be used when editing the form therefore I apply workflow 'edit'.
The field is not visible when adding content but it seems that the sql query is still performed... therefore I receive an error due to this sql query having no 'id' value.
Bucklash