1
HFS ~ HTTP File Server / Creating Forms using HFS
« on: February 17, 2009, 07:50:27 PM »
Hello
Does any one have idea how to link Form for emailing using HFS?
I have created a form on HTML and have added to the VFS, made a button and have linked it as well. But the proble is that when user have filled the form the outlook message box appears.
I dont want to use option of outlook for emailing me the data user have included in the form. I simply want that data to be submitted directly to my email address.
<form name="feedback" method="post" action="mailto:abc@hotmail.com">
Is their any code else to do such actions?
Regards Talis
Since 1986
Does any one have idea how to link Form for emailing using HFS?
I have created a form on HTML and have added to the VFS, made a button and have linked it as well. But the proble is that when user have filled the form the outlook message box appears.
I dont want to use option of outlook for emailing me the data user have included in the form. I simply want that data to be submitted directly to my email address.
<form name="feedback" method="post" action="mailto:abc@hotmail.com">
Is their any code else to do such actions?
Regards Talis
Since 1986