Avatar

Level 3

We figured out the following solution.

  • Disable 'validate' button, by checking the checkbox "Disable next page"
  • Next, add the new container to the field and create a new static element called 'HTML'
  • Add following as the source code for HTML element

        <button type="submit" form="form1" value="Submit" onclick="return document.controller.submit('submit');">Submit</button>

  • the onclick event is the same as that from the 'validate' button, so it redirects to the same next page as 'validate' button.

Hope this helps..

Regards,

Aman