Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > form submission that triggers email notification

Reply
Thread Tools

form submission that triggers email notification

 
 
Homer
Guest
Posts: n/a
 
      08-09-2007
Hi,

I just got a requirement from my HR department to automate their form
submission process and integrate it into the Intranet project that I
had just completed Phase 1 of. Because of the short time frame that
I've been given, a week to be exact, I do not have the luxury to
explore it on my own so here are the requirements:

1. Automate the personnel forms that employees use for changing their
information, which is currently in pdf format. 2. Allow the employee
to print it out on hardcopy for their own record keeping. 3. Allow
employee to submit the form to HR electronically. 4. Upon submission,
the application must automatically send an email to a general mailbox
in HR to notify them of the employee's change. 5. Allow HR to print
out the form to be placed in the employee's record.

Since I only have 3 months of ASP.NET 2.0 under my belt, I need all
the help I can get. You all have been very gracious in responding to
my previous posts.

Thanks,
Jonathan

 
Reply With Quote
 
 
 
 
Mike
Guest
Posts: n/a
 
      08-10-2007
you can add the email logic to your form submission section.
submit the data to your db, then once that is completed and successful send
the user the email.

I hate to bust your bubble, but if below is your requirements and you still
have to do all of it, get ready for long days.
I worked on a project like this and it took about a month to do with 2
developers. Actually it was for the HR department as well, I may even have
the code for it all actually. I'll have to check for ya and if I do, I'll
send it over to your email address.

my app did:
1) allowed all employees enter in their personal information
2) stored the data into SQL db
3) once the user clicked submit it created a PDF on the backend and sent a
confirmation email to the HR and the person filling out the form with the
file attached, but due to some issues the file was removed and everything
was stored in the db. So the user was then provided a link and so was HR and
HR printed out the information if they needed. The HR department was the
first paperless department in the company.

send me over an email at subject = form submisstion
that triggers email. If you need any help on this or if interesting I'll dig
up my code from my project.




"Homer" <> wrote in message
news: ups.com...
> Hi,
>
> I just got a requirement from my HR department to automate their form
> submission process and integrate it into the Intranet project that I
> had just completed Phase 1 of. Because of the short time frame that
> I've been given, a week to be exact, I do not have the luxury to
> explore it on my own so here are the requirements:
>
> 1. Automate the personnel forms that employees use for changing their
> information, which is currently in pdf format. 2. Allow the employee
> to print it out on hardcopy for their own record keeping. 3. Allow
> employee to submit the form to HR electronically. 4. Upon submission,
> the application must automatically send an email to a general mailbox
> in HR to notify them of the employee's change. 5. Allow HR to print
> out the form to be placed in the employee's record.
>
> Since I only have 3 months of ASP.NET 2.0 under my belt, I need all
> the help I can get. You all have been very gracious in responding to
> my previous posts.
>
> Thanks,
> Jonathan
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
problem in running a basic code in python 3.3.0 that includes HTML file Satabdi Mukherjee Python 1 04-04-2013 07:48 PM
Generate Email from Form Submission Dave ASP General 2 10-30-2006 01:40 AM
automatic email notification of online form submission =?Utf-8?B?aGF2ZW5vY2x1ZQ==?= ASP .Net 6 10-24-2005 07:06 PM
POST form triggers bad GET submission kirk.hedden@gmail.com HTML 3 07-15-2005 07:00 PM
Form Submission: Final URL that has form options included ?? Jared Javascript 5 07-10-2003 10:33 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57