Jump to content

Recommended Posts

Posted

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.

Posted

Hi John,

 

I would highly recommend checking out PHP FormMail. It includes a wizard type setup (basically a easy form) to build the forms and is very simple to understand. It's also much more secure than CGI FormMails and the such :)

Posted

Ultimate Form Mail Script is also good. I like the above one because it's so simple..makes it easy to make your forms, even validate info and such. but either one will work. :)

Posted

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. :angry: :( ;)

Posted

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 ...

Posted
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.

 

I'm not familiar with Fusion v.7 but I know quite a bit about programmer, scripts, and forms. I wrote Ultimate Form Mail Script... but even if you don't use it, I want you to understand what has to happen in order for you to accomplish your task.

 

It's not always as easy as just providing you with an 'extension' to plug into your form.

 

If Fusion v.7 works with Frontpage extensions, then you might be able to get what you are looking for. I'm not familiar with Frontpage either since I don't use it... so maybe someone else can chime in on that topic.

 

Otherwise, you're going to have to tell your form to post to a page that uses some sort of server side code to parse the data, validate, and then send you the email. This could be php, cgi, asp (only on select servers), cold fusion (not avail), or some other server side code.

 

There are a bazillion server side scripts at Hotscripts.com or you can use my Ultimate Form Mail Script

Posted

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?

Posted
Fusion gives me the choice of making a 'form', select ACTION, and type cgi-bin/gen-form?tsts@markettide.com

 

You want to avoid putting your email in your html of the form if you can avoid it. Otherwise, spam software will pull it out of your code (which is visible in your html) and start sending you spam.

 

By script is a code which enables you to add your email to the php code in a way that others can't see the exact email address. You can specify multiple addresses, upload several files, or even have a drop down list of recipients in your form.

 

What you do is download the files, then upload them to your server (in binary form). You might want to change the name of the main directory... but other than that, you only have to change your email address in one of the files you upload.

 

It might seem a bit overwhelming at first, but it's actually really easy.

 

And if you get stuck, I have a help forum where I answer questions and provide assistance.

 

But don't feel compelled to use my code. There are lots out there.

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...