Jump to content

John C

Members
  • Posts

    5
  • Joined

  • Last visited

John C's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Hello, Thank you all for your assistance. Thank you Jack for your good work. I decided to move on and cancelled my account with TCH. I am impressed by your work Jack! You cannot make programs, like your Ultimate Form Mailer and distribute them for free. You must get paid for your work. I discovered that my html editor software Fusion (www.NetObjects.com) offers form mailing services by third parties. Go to http://www.coolmaps.com >> club.coolmaps.com Go to http://www.bitmotion.com/products/quick_fo...form_mailer.asp Go to http://www.websitepros.com/jhtmlhome/publi...ges/index.jhtml, they don't advertise the service, but in Fusion you can connect to a special page where you can subscribe for US$19.95/year. So Jack, I want to hear that you got yourself well connected like the guy at bitmotion and coolmaps and start earning some nice $$$. You deserve it! All the very best and Happy New Year to all of you! John
  2. Jack, Hearty thank you Thumbs Up for your programming the Ultimate Form Mail script and for replying in here. I know nothing about programming other than Excle-like codes which I do in my charting software, but that's another story. Yes, Fusion works like FrontPage. As you see in my initial request, my present hosting company has a standard cgi-bin/gen-form? feature on their servers. Fusion gives me the choice of making a 'form', select ACTION, and type cgi-bin/gen-form?tsts@markettide.com and a few other fields (like name, email, comments, etc.) That's all. I am sure if TCH had Formmail still on, my problem would have been solved by now. Now how to make my code work with your Ultimate tool?
  3. Hello again, In the meantime I learnt that TCH does not support CGI E-mail and Formmail anymore. So I am back to PHP Form mailer. I followed the links above and succeeded to make a basic form http://phpfmg.sourceforge.net/ini/20031226-7d63.php I can of course develop the form to include other fields according to my purposes and finally I will have a link at my web site pointing to something like the link above. Problem is that I do not want to link my web site to another web site for form processing. I need no PHP form because my html editor software, Fusion v.7, generates the forms for me. What I don't know is what extensions or paths shall I use with TCH to make information collected at my web site be sent out to my e-mail. Once I know them, I just type them in Fusion and then Fusion does the trick for me. And the correct answer is ...
  4. Gentlemen, You are great. Rock Sign I will go back to Formmail for now. I read PHM manual but did not understand anything. I use NetObject Fusion v7, which is a software that generates html code, to make my web site and everything I know stops there. Fusion does all the forms for me and all that is needed is just to type in the hosting company server paths. Let me see if I can read about TCH formmail settings.
  5. Hello, I am new to TCH. I was told CGI E-mail and Formmail are not great tools anymore as compared to PHP. I am not a programmer. What to type in after the commands in the code below to make my form work on TCH server using the PHP mail? <FORM NAME="download_request" ACTION="/cgi-bin/gen-form?tsts@markettide.com" METHOD=POST><INPUT TYPE=HIDDEN NAME="TO" VALUE="tsts@markettide.com"><INPUT TYPE=HIDDEN NAME="SUBJECT" VALUE="free_trial"><INPUT TYPE=HIDDEN NAME="ACC_NAME" VALUE="jcn@markettide.com"><INPUT TYPE=HIDDEN NAME="success_url" VALUE="http://www.markettide.com/html/form_submitted.html"><INPUT'>http://www.markettide.com/html/form_submitted.html"><INPUT TYPE=HIDDEN NAME="success_template" VALUE="http://www.markettide.com/html/form_submitted.html"> Thank you in advance.
×
×
  • Create New...