|
|
 |
Re: FN-FORUM: cgi/asp-forms? scripts? variables? where do you put which bit?
date posted 28th June 2003 18:04
> the net where u can find 'sample' forms in html which
> you can copy and paste into dreamweaver and the script
> code that goes with it? as other wise how do u know
> what the form needs to look like for the particular
> script? hope I am not too confusing!! Thanks everyone
> for all your comments so far on this subject.
hmm.. doesn't matter what the form looks like or what textboxes etc
it contains. You place the link to the form in the form action
variable. Once submit is clicked the form goes to the address
in the action variable where the form script lies on the server
and IT does the work. The form just sends the information to the
script. The script will take all the info in the form,
convert to an email an send it on its way.
You will probably need at least three basic hidden fields
1: recipient = email the form is sent to
2: Subject = Subject displayed in the email sent
3: Redirect = Page a user is redirected to after the form is submitted
example:
FOR ASP
OR FOR CGI
I am not using geocities I am going to be using ICUK
> they support just about all programming...thing I am
> confused on is I designed a form in dreamweaver, but
> then there isnt necessarily a cgi or asp script that i
> downloaded from a free script site that will go with
> my dreamweaver form, is there anywhere u have come
> across that tells u what to change which variables go
> with which field on the form etc where to put which
> bit, if you get what i mean, or is there a place on
> the net where u can find 'sample' forms in html which
> you can copy and paste into dreamweaver and the script
> code that goes with it? as other wise how do u know
> what the form needs to look like for the particular
> script? hope I am not too confusing!! Thanks everyone
> for all your comments so far on this subject.
>
> =====
> D.S. Design
> design > create > evolve
>
> www.geocities.com/dsdesigns03/cv.html
>
>
>
>
>
> __________________________________________________
> Yahoo! Plus
> For a better Internet experience
> http://www.yahoo.co.uk/btoffer
>
> ==========
> Graduate & Professional Financial Services - Specialists in MORTGAGES for
> FREELANCERS. House purchase, re-mortgage (including debt consolidation and
> capital raising), Buy to Let, flexible offset and current account
mortgages.
> Visit our website at http://www.gradprof.co.uk?fnet
>
> To advertise here: http://www.freelancers.net/advertising.html
>
> |
 |
|