<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<BR>Hi,<BR>
&nbsp;<BR>
I'm using the webform module on my site for users to submit one textbox of data and I'm using the webform validation module to validate the data submitted.<BR>
I'd like to query a mysql table within the current drupal database to show upn custom information depending on the suers submission.<BR>
The queried data should be sshown on the confirmation page.<BR>
I'd like to use php input format as a confirmation message. The php code will query the databse and show the results to the user.<BR>
Is it possible to achieve this with a mdle or do I have to hand code everything? Is there another way to add a second handler to the submit button?<BR>
&nbsp;<BR>
Also I'd like to show a loading bar for about five seconds before the confirmation message is shown. Any simple ways I can implement this?<BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
<BR>Kind regards,<BR>Ayath <BR><BR><BR><BR>                                               </body>
</html>