Hi,
Trying to develop as much as possible with core SEB/Joomla functions without custom-coding I do encounter an issue which is boggling my mind on how to solve this. This is the case:
I create many forms with SEBLOD. Each form has its own characteristics (poll / questionnaire / etc.).
In my “workshop-system” I present my logged-in customer with a list containing each session he/she has attended (see image). Each session contains a title-field of a form which should be triggered (showed when clicked upon).
Essentially each form is a specific content-type (all in the same category “myForms”).
When the session-list is presented to the user, he/she should be able to click on a title/button/icon/link and the desired form should be presented.
If the form-content-type for this user already exists the form should open in EDIT-mode, if NOT the form should open in ADD-mode.
So how to link to the right form (content-type) from within the list, by clicking on the title for example? :
if(condition-1) ==> show form-1 (content-type-1)
if(condition-2) ==> show form-2 (content-type-2)
if(condition-x) ==> show form-x (content-type-x)
Thanks in advance.