VoyForums
[ Show ]
Support VoyForums
[ Shrink ]
VoyForums Announcement: Programming and providing support for this service has been a labor of love since 1997. We are one of the few services online who values our users' privacy, and have never sold your information. We have even fought hard to defend your privacy in legal cases; however, we've done it with almost no financial support -- paying out of pocket to continue providing the service. Due to the issues imposed on us by advertisers, we also stopped hosting most ads on the forums many years ago. We hope you appreciate our efforts.

Show your support by donating any amount. (Note: We are still technically a for-profit company, so your contribution is not tax-deductible.) PayPal Acct: Feedback:

Donate to VoyForums (PayPal):

Login ] [ Contact Forum Admin ] [ Main index ] [ Post a new message ] [ Search | Check update time | Archives: [1]23 ]


[ Next Thread | Previous Thread | Next Message | Previous Message ]

Date Posted: 23:33:59 10/26/02 Sat
Author: Christy
Subject: I think you'll just need to make a few changes to your HTML (more)
In reply to: Aylwen 's message, "I have a submit form on one of my webpages." on 17:05:42 10/26/02 Sat

directions for the setting of a form are at:
http://www.webone.com.au/form.html
notes in italics are directions from the above site...

basically, you'll only need to change the first few lines where the form begins.

your site's code has:
<form action="http://www.response-o-matic.com/cgi-bin/rom.pl" method="POST">

you'll need to change it to:
<form method="POST" action="http://webone.com.au/cgi-bin/form.pl">

you have:
<input type="hidden" name="your_email_address"<BR> value="garden@earthlydelights.com.au">

change it to:
<!--! Submissions are emailed to you: --><BR> <input type=hidden size=0 name=Name value="yourlogin">
You need to replace yourlogin with your login name so the form will send you email

you have:
<input type="hidden" name="email_subject_line" value="Earthly Delights Orders & Booking Form">

change to:
<!-- ! Feed back is sent to you with the subject: --><BR> <input type=hidden size=0 name=Subject value="survey">

you have:
<input type="hidden" name="return_link_url" value="http://www.earthlydelights.com.au">

change to:
<!-- Next link leads to:--><BR> <input type=hidden size=0 name=Next value="address">

you need to replace address with a URL that will be loaded right after the form is submitted. Some people prefer a 'thank-you for giving me your feedback' page, or you could link it right back to your main page.

I'm not sure if all the other items that include "type=hiddden" will work, or if some will need to be removed, but this should give you a good start.

[ Next Thread | Previous Thread | Next Message | Previous Message ]


Replies:



Post a message:
This forum requires an account to post.
[ Create Account ]
[ Login ]
[ Contact Forum Admin ]


Forum timezone: GMT-8
VF Version: 3.00b, ConfDB:
Before posting please read our privacy policy.
VoyForums(tm) is a Free Service from Voyager Info-Systems.
Copyright © 1998-2019 Voyager Info-Systems. All Rights Reserved.