I am hoping someone can point me in the right direction here.
Bascially I want a nice big OK popup box to appear saying, "you have not completed all mandatory fields, your for will not be submitted until an mandatory fields are complete".
I started taking a look, but in all honesty I don't even know where to start.
I have looked at adding something to the "When the form has been PartiallySubmitted" part of the workflow, but again, I can't see anything directly related to doing this, any suggestions?
In that case you'll need to hook into the client side validation, contour is just using jquery validate so I would recommend that you search in that direction
Pop up When mandatory fields not completed
Hi All,
I am hoping someone can point me in the right direction here.
Bascially I want a nice big OK popup box to appear saying, "you have not completed all mandatory fields, your for will not be submitted until an mandatory fields are complete".
I started taking a look, but in all honesty I don't even know where to start.
Thanks for any help you can offer.
I have looked at adding something to the "When the form has been PartiallySubmitted" part of the workflow, but again, I can't see anything directly related to doing this, any suggestions?
Any help appreciated.
Comment author was deleted
In that case you'll need to hook into the client side validation, contour is just using jquery validate so I would recommend that you search in that direction
is working on a reply...