rejetto forum

Creating Forms using HFS

talis · 2 · 2511

0 Members and 1 Guest are viewing this topic.

Offline talis

  • Occasional poster
  • *
    • Posts: 16
    • View Profile
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


Offline bacter

  • Operator
  • Tireless poster
  • *****
    • Posts: 681
    • View Profile
Your users get a html page from your server, not a mailing client. So the 'mailto' will use the mailing client that is on the users system.

If you don't want this this way, use the 'save' macro to get the text the user writes into your form. If you need a mail to yourself, you can then do it with the 'exec' macro on serverside. See topic: http://www.rejetto.com/forum/index.php?topic=6304.0 for this.
your computer has no brain - use your own !