This topic is locked

ASP Runner Functionality

2/26/2006 17:27:07
ASPRunnerPro General questions
L
larryreed author

I have been working with Frontpage and different ASP Snipbits of code that I have been able to find on the web to try and accomplish the following. I want to create a signup form for sports teams to enter a tournament., I want the data they submit in the form to be stored into an access database and to be able to email both the administrator and the user that entered the data an email with the form data they entered so we both have and email confirmation.
I want for other teams to be able to view the database to see what teams have already entered in different tournaments. Using Front page I have been able to create a database and do searches, and most of the things described able, but It does not give me the email funcitionaility or at least not that I have been able to figure out. "Yea, I am a newbie and try to figure things out!"
My question is can ASP Runner Professional build the ASPcode I need to do this? If so It will be a worth while investment for this project and others I have. I have downloaded the product and just started to play with it some but I have not seen this capability. This would be really cool if I could make it happen with ASP Runner, Otherwise I will be back to searching for ASP Code Snipbits on the web to finish my project.
Help or suggestions anyone!

Sergey Kornilov admin 2/26/2006

Larry,
what you looking for can be found on Security tab in ASPRunnerPro.
Make sure you use database-based security. Click on User login settings.

Make sure New user registration is enabled (new team signup page). Enable email notification to registered user and to admin (you). Just in case make sure SMTP server configured properly.
If you need more sophisticated business logic use Events to send emails etc.