tamimi5 wrote:
Dear RSform community,
I hope everyone is well, can anyone point me to how to achieve this .. as my head is spinning for hours without any good results lol
I have a 2 form one like incident creation which has few fields - the user will fill it and submit it
the second form will take the name of the incident from the first form using sql like this one I found on tutorials which works as I wanted
//<code>
// Prepare the empty array
$items = array();
// Prepare the database connection
$db =...