Seems Silly - How to make the Submit Button Quit...

hi there,

I’m in the process of developing new applications, and have a silly question…a moment of brain freeze.

How do I make the default button widget act as a Quit button…

I know how to submit POST, PUT, Start a process and remove items from a collection but all I want is to return to

…/bonita (or some other location)

There is no form, and I need no-data to be returned…

There is no taskid as no task is available at application level.

I have a Custom Widget that can do it but I want to remove this and use the standard Button widget.

Many thanks and best regards
Seán

1 Like

If in under correctly your use case, the “Link” widget seems to be the solution.
Set the “Target URL” property to “/bonita” and the “Style” property for example to “primary”.

Absolute Brain Freeze!!

When is a button not a button, when a link is disguised as a Button…

Thanks and regards
Seán