I am trying to build a server side program using Delphi 6. The program has two parts: 1st to evaluate a form and 2nd if the form is valid to proceed with emailing the form's information.
Is it possible to build it in two different actions (let say "Evaluate" and "EmailForm" and connect these actions in such way that the email part is running only when the form is valid?
Many thanks in advance for you answer
Is it possible to build it in two different actions (let say "Evaluate" and "EmailForm" and connect these actions in such way that the email part is running only when the form is valid?
Many thanks in advance for you answer