|
Français (Google)
|  | |
Español (Google)
|  | |
Italiano
| | |
1SITE: create a business or personal Website with ease...
|  |
CDFrontEnd: distribute documentation, CD brochures & CD business cards; protect CD (Fra, Ita)
|  |
HyperPublish: create Website, product catalog (also from DB CSV), multimedia CD... (Ita)
|  |
EBooksWriter: edit, pack and protect smart ebooks... (Esp, Ita)
|  |
PaperKiller: create a manual, hypertext, manage electronic documentation
|  |
RoboAuthor: make software helpfile and documentation .CHM .HLP HTML Help
|  |
VisionHost: web space hosting for VV customers
|  |
EasyWebEditor: build your own Web site, create good Internet pages without code or "HTML"
|  |
Français (Google)
Créer une page Internet personnelle ou d'entreprise avec facilité; distribuer de la documentation, des brochures avec CD DVD à démarrage automatique / auto exécutable, protéger CD / DVD; logiciel pour catalogue de produits (database, CSV); modifier, emballer et protéger ebooks; créer un manuel, un hypertexte, gérer la documentation électronique; construire votre site Web, créer des pages...
|  |
Español (Google)
Crear un negocio o sitio web personal con facilidad; distribuir la documentación, manuales, folletos y CD / DVD tarjetas de visita; proteger CD; crear catálogo de productos (database, CSV), editar, empaquetar y proteger ebook; crear un manual, hipertexto, gestión de documentación electrónica y ayuda CHM y HLP; construir su propio sitio Web, crear páginas de Internet...
|  | |
|
|
Author |
Topic: CGI forms (Read 3013 times) |
|
Gary
Guest

|
Is there a way to set it up so that the form will send me a email with out having to use the users email program to post? Where can I get code to do this? Gary
|
|
Logged |
|
|
|
Support Staff
YaBB Administrator
    
 Meow!

Gender: 
Posts: 920
|
 |
Re: CGI forms
« Reply #1 on: Feb 26th, 2004, 5:48pm » |
Quote Modify
|
You can do this by using the POST or GET tab of the "form start marker" (the little icon that the program places before the first element of each form). Inside this tab you will insert the URL of the "form mail" script, provided by your host (for example http://yourhost.com/cgi-sys/formmail.pl ). Usually, any host has a preinstalled form-mail script. Please notice that with a POST or GET mailform, the "to" address for the email (i.e. your email address, i.e. the email address that receives the data sent by your form) is not supplied directly as in the normal "mail" form. The "to" address has usually to be included as "Hidden" form element. This means you will use "Insert >form element" then "Hidden" then identifier=email value=youremail@yourisp.com These parameters change, each script might have different parameters. Please ask detailed specifications to your host as each host uses different scripts. You might point your host to this page and to the free HyperPublish trial, so they will be able to help you with more detail.
|
|
Logged |
|
|
|
|
|
|