Home > Forum > Plugins > Public Forms

Public Forms
0

Hi,

Do you have any ideas about possibilities to extend functionality in public forms and allow sending attachments? Has anyone already tried doing this and confirmed that it’s possible?


https://community.webcon.com/posts/post/application-and-configuration-of-public-forms/529/4

Best Regards

MVP

Hi,

that's definitely possible but will require coding skills.

The public forms use the public APIs and you will need to extend all relevant classes / functions. The public API offers the option to start a workflow with attachments.

These will be a good starting point:
https://github.com/WEBCON-BPS/public-forms/blob/main/WEBCON.FormsGenerator.API/ApiModels/StartElement.cs
https://github.com/WEBCON-BPS/public-forms/blob/main/WEBCON.FormsGenerator.API/BpsApiCommandClient.cs

Best regards,
Daniel