Hello,
I am using the 3.1 RC5.5 and have a quick question on a notice error message.
I have 5 e-mail messages possibly being sent through one form. Only the first one is required and I have a lot of custom PHP code handling multi-record database submits for each record that manages the submission validation, etc...
I don't want to turn off validation.
Right now when the user does not fill out the other 4 non required e-mail addresses the notice message is shown because it seems to attempt to send the other four.
* You must provide at least one recipient e-mail address.
* You must provide at least one recipient e-mail address.
* You must provide at least one recipient e-mail address.
* You must provide at least one recipient e-mail address.
Can anyone tell me how I can set it in the code to hide this notice message from being displayed?
Thanks in advance.
Paul
I am using the 3.1 RC5.5 and have a quick question on a notice error message.
I have 5 e-mail messages possibly being sent through one form. Only the first one is required and I have a lot of custom PHP code handling multi-record database submits for each record that manages the submission validation, etc...
I don't want to turn off validation.
Right now when the user does not fill out the other 4 non required e-mail addresses the notice message is shown because it seems to attempt to send the other four.
* You must provide at least one recipient e-mail address.
* You must provide at least one recipient e-mail address.
* You must provide at least one recipient e-mail address.
* You must provide at least one recipient e-mail address.
Can anyone tell me how I can set it in the code to hide this notice message from being displayed?
Thanks in advance.
Paul