Hello,
I am just 10 days in to Camunda. My setup:I have Camunda 7.6 (Tomcat)
I have a working process. Now I want to add the UI (Forms) via PHP (I have the PHP setup on my machine already, XAMPP on windows).
So now i create a new php file under “META-INF/forms/” folder with name index.php (with a simple form).
If I run this file via my PHP installation, it runs fine. But when I put the form key on my user task in eclipse as “app:forms/index.php” it woul dnot work and for good reasons as this time when the same index.php file is executed it is getting executed on the tomcat which does not have the PHP server.
So my question is how can i use the Forms in PHP to get this working. (how to get php files executed in Camunda environment)
I want to use PHP as I am more comfortable in that instead of Java. Would move on to AngularJS soon but want to figure this out first.
I can use the PHP SDK only once I am able to execute the php files in Camunda environment.
Thanks & Regards,
Shivam Verma

