Good afternoon, dear colleagues. There are several forms: 1,2,3....25. How can we make an automatic jump to the form depending on conditions. To the User clicking on the button followed us to the desired form. I will appreciate any thoughts....???
You can use value from col1 to open form with the matching id, Open any form, copy its link and replace id number with $cck->get('col1') as described in the manual.