Page 1 of 1

Add content to panel in DynaForm with php

Posted: Thu Oct 29, 2015 11:14 am
by Gonch131
Hello everyone ^^,

I want to put some content to a panel in a Dynaform with an external PHP program.
My question is, if someone knows how it can be done by PHP.

I need your help urgently :S

Best Regards

Gonch131

Re: Add content to panel in DynaForm with php

Posted: Tue Dec 10, 2019 10:31 am
by dan123dan
Hi.

What exactly are you trying to do with youy Dynaform using PHP, because you can use different functions that Processmaker provides.

Re: Add content to panel in DynaForm with php

Posted: Thu Dec 12, 2019 10:08 am
by programerboy
Hi,
You can set panel content with php for example with trigger before form

1. Create your trigger like this and assign on your before dynaform:
Code: Select all
@@my_panel = 'This is for test';
2. Then create a panel in your dynaform and set content to @@my_panel

Now the panel will be set when your case is executed.

https://pmlearning.info
Thanks