I created a form which when submitted I will receive it by email. However, when i receive the form on my email, I will get a file with a .att extension with the details of the fields inputted by the visitor. In the case of check boxes and radio buttons , i am getting option1=on, group1=on.<br />
<br />
Is it possible that I will get the details in a more friendly user manner without using any cgi's.<br />
<br />
Also, is it possible that when the user clicks the submit button, he will not always get the annoying popup that the "form is being sent by email and it will show the email adress ...."<br />
<br />
Thanks!<!--content-->cgi will proccess the infoand send it to you in any manner you want; and it can get rid of the pop-up message<!--content-->
<br />
Is it possible that I will get the details in a more friendly user manner without using any cgi's.<br />
<br />
Also, is it possible that when the user clicks the submit button, he will not always get the annoying popup that the "form is being sent by email and it will show the email adress ...."<br />
<br />
Thanks!<!--content-->cgi will proccess the infoand send it to you in any manner you want; and it can get rid of the pop-up message<!--content-->