R
random
Im using a list of custom rules to submit a form using a submit button. they
are as follows:
rule 1: email - submits form using email data connection to send email
notification to manager who needs to review and approve form (form is not
attached, only email sent)
rule 2: submit - form is submited using a sharepoint data connection form
library.
now. what I would like to do is create another rule that does the following:
1. validates the form against any required fields that are left empty. if
empty required fields are found, it generates a customized error message and
stops the processing of all further rules. this way the user gets the error
letting them know they forgot to fill in a field, and then stops the form
from being submitted.
without this functionality, if a user forgets to fill in a required field,
they get some generic error message stating that "not all rules were
applied", and the form is not submitted. the problem with this is that the
generic error messsage does not give the user any indication of what went
wrong and what action they need to take to correct the problem.
is there a way to do this?
basically I just need to be able to customize the error generic error
message that is generated for required field validation when using "custome
rules and code" to submit a form.
are as follows:
rule 1: email - submits form using email data connection to send email
notification to manager who needs to review and approve form (form is not
attached, only email sent)
rule 2: submit - form is submited using a sharepoint data connection form
library.
now. what I would like to do is create another rule that does the following:
1. validates the form against any required fields that are left empty. if
empty required fields are found, it generates a customized error message and
stops the processing of all further rules. this way the user gets the error
letting them know they forgot to fill in a field, and then stops the form
from being submitted.
without this functionality, if a user forgets to fill in a required field,
they get some generic error message stating that "not all rules were
applied", and the form is not submitted. the problem with this is that the
generic error messsage does not give the user any indication of what went
wrong and what action they need to take to correct the problem.
is there a way to do this?
basically I just need to be able to customize the error generic error
message that is generated for required field validation when using "custome
rules and code" to submit a form.