Ask for User Decision(HTML)

Prompts the user to select one of three custom buttons, displaying an HTML file as a prompt.

 

Input Arguments

 

0

File Path or Embedded File

Path to HTML File

The path to the HTML file to use as the prompt.

1

Font Type

Font

The font to use for the prompt and button text.

2

String

Button1 Text

The text to display on the first button.

3

String

Button2 Text

The text to display on the second button.

4

String

Button3 Text

The text to display on the third button.

5

Step ID

Step to jump to for Button1 (-1 to hide button)

The step to jump to when the first button is clicked.

6

Step ID

Step to jump to for Button2 (-1

to hide button)

The step to jump to when the second button is

clicked.

7

Step ID

Step to jump to for Button3 (-1 to hide button)

The step to jump to when the third button is clicked.

8

Step ID

Step to jump to if Canceled (-1

will fail step on Cancel)

The step to jump to if the user cancels or closes

the dialog.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The user clicked a button.

FAILURE

The user clicked the Cancel or Close buttons and argument 8 was -1.

 

Remarks

If a step ID (arguments 5-7) is set to -1, that associated button will not appear in the dialog.