You want to do this with jQuery (Javascript)? This should be done on
the server side.
A user can stop Javascript, you know. If the user submits the form and
doesn't wait for 30 seconds before going to another website, the email
will not be sent to them...

On Jul 24, 7:54 pm, bharani kumar <bharanikumariyer...@gmail.com>
wrote:
> Hi ,
>
> Am doing one support ticketing systems,
>
> user submit his problem through form ,
>
> my task is after submitted , i want to send his ticketID . to his mail , for
> track the supprt request ,
>
> The ticket ID not and sequential order , its random order ,
>
> So my idea is we write one mail function , after form submited , after the
> 30sec , we run the mail function and get the ticket id from the DB using his
> emailID  and based on ticket created time as the unique ,
>
> ,,,no my question is , how run the mail function / any function  after
> 30second,
>
> please advise
>
> Thanks
>
> bharani

Reply via email to