Discussions

Tag Filter:
The following select is taking a serial number from a url parameter. The first two cases work great. However, if the serial number is not in the database I want the second two cases to compare the serial number with a hard coded value. I tried pulling the url parameter into the last two cases for comparison but it fails. I believe this is simply because its not in the database so it skips to the e
Is there any way to have a conditional email sent upon finishing a form? Based on a return value of a stored procedure would be great. We found a solution but that involves putting the whole email (html, multilanguage..) in the stored procedure, which is ofcourse a silly way to work.. thanks, Dennis