Full External page visualization.

1
+1
-1

when I use the External url option for a task form, Bonita display it inside it´s portal view through an iframe I guess, is there a way to avoid using that iframe and display the full form in browser?

2 answers

1
0
-1

Hello, I'm not sure I understand your answer.

In my process, a user starts a process by filling a form, called "DebutVissage".

Then, the same user should fill a new form, called "Etape1". I am looking for a way to automatically redirect my user to this form.

As I understood you, what I did is giving the following properties to my Submit button :
Action : "start a process"
Data sent on click : "formOutput"
Answer in case of success : "" (nothing)
Answer in case of failure : "formOutput._submitError"
target URL in case of success : "_top"

I guess I didn't understand what you explained, could you please help me making it work? Thank you

1
0
-1

Yes.

Arrange that the referred page is just a redirect, pointing to the actual page with target set to "_top".

Notifications