cancel
Showing results for 
Search instead for 
Did you mean: 

Form wont start...

kairos
Champ in-the-making
Champ in-the-making
Hello,
After deploying the .bar in probe, and starting the process in explorer, the explorer wont display the form.
When I want to start the process with a click on "Show Start Form", the popup which should show the form just shows "Failure" and the Ok-Button.

Can u please help me.
3 REPLIES 3

trademak
Star Contributor
Star Contributor
Hi,

Forms are not supported anymore in the explorer web application since version 5.7.
Are you using an older version?
Based on the little information you provided it's hard to tell anything about the error message.

Best regards,

kairos
Champ in-the-making
Champ in-the-making
Hi trademak,
Thats right, im using an old version 5.6, what are you mean with Forms are not supported anymore in teh explorer ?? How can a form be displayed then ?? i tried it with the last version 5.8 too, but forms wont be displayed in the explorer, the process start to run, but no forms.

Best regards,

kairos
Champ in-the-making
Champ in-the-making
For more clarifications,this is the form-file content :

———————————————————————————————–
<h1>Expense refund request</h1>
<table>
<tr>
  <td>
   <label>
    Name:<br/>
    <input type="text" name="employee" value="" />
    <input type="hidden" name="employee_required" value="true" />
   </label><br/>
  </td>
</tr>
<tr>
  <td>
   <label>
    Amount:<br/>
    <input type="number" name="amount" value="1" min="1" />
    <input type="hidden" name="amount_type" value="Integer" />
   </label>
  </td>
</tr>
</table>
———————————————————————————————–
How can i display this form in the explorer web application 5.6  or  5.8 ??  :?
Best regards,