Okay, so here are my requirements for this stateless form. It is called "Delete Subscriptions" (ds name Delete_Subscriptions). It is used to cancel subscriptions, so from there, it should ask you for, the "Employee Name" (ds name Emp_Name) and it should then pull up there relevent subscriptions (those are independent of each other, they all are under one name, just they have different types, independent of each other), located in "Add Subscriptions" (ds name Add_Subscription) under "Employee Name" (ds name Employee1) and the Subscription Type is located on the field "Type" (ds name Type). Then once the relevent subscriptions are selected to be cancelled, a Pop-Up Confirmation box should come up asking "Are You Sure You Would Like To Cancel These Subscriptions?" and have "Yes" and "No" options. Then if yes it should fetch records that are supposed to be deleted and change the "Date Subscribed" (ds name Date_Subscribed) to zoho.currentdate and change the "Status" (ds name Status) to "Cancelled". Please help me, I don't know how to do this stateless form and I need help, fast!
Thanks,
Michael McNeill