Can I make an process form that do not required login?

1
0
-1

I was requested to make a process that allow new user to send a request for create new user account. There are currently 2 ways I plan to do this.

1) User can open a process's instantiation form without login, input information and submit. The administrator users will handle the rest of the process.

2) User can open a stand-alone application form without login, input information and submit. The submitting will call a REST API extenstion to start a process for admintrator users.

Can either of these be done?

1 answer

1
0
-1

Hi,

You can use the guest user configuration.

HTH
Romain

Notifications