Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Flynnerbeanz #1
Form submissions
Hi i have a new site developed for my band and i want to just a text field and
submit button for people to enter their email address and sign up for a
newsletter.. once submit is clicked where does the information go? i havnt
uploaded the site yet so does it have something to do with the host?
And is it possible to have the information sent to an email address on
pressing the submit button?
For my old site i was using the free newsletter form available at [url]www.ymlp.com[/url]
but i need my new form to be tucked neatly into the coloured margin and my html
knowledge is not that good..
Any help really appreciated..
thanks alot..
-flynn
Flynnerbeanz Guest
-
Admin not receiving draft submissions from Writer user
I am currently administering sites with Contribute 3 and currently am having trouble with a user who has Writer status and using Contribute 4 - I am... -
HELP !!! - Formatting email submissions
I am looking to set up a page where our customers can submit requests for quotations on equipment we sell and I would like to be able populate the... -
Page Submissions
Hi, does anyone know of any tutorials on how to create submission pages? I want to create a page where a user can enter their details and upload... -
Call for submissions - new media art
Hey Everyone - As a member of the writing MFA program, an on-again, of-again participant in this forum, and a member of the editorial board of the... -
LWP: Forms Submissions
Hi listers, This is the code of the form. From the website www.m-w.com; for which I am trying to make a client. <form name="dict"... -
Murray *TMM* #2
Re: Form submissions
There are only two ways to process form data -
1. Use mailto:name@domain.com as the action of the form
2. Use a server-side scripting method to a) harvest the form's data, b)
process it in some manner, e.g., enter it into a database, c) formulate and
send an email to one or more email recipients, and d) redirect the visitor
to some ending page
Method 1 is quite simple, and is also the least reliable. It depends both
on your visitor having an email client already installed on their computer -
this eliminates public computers, or home users without email clients
installed (more and more it seems) - and on the installed email client
responding to
the mailto call. It is not possible to use this method *and* send the
visitor to a
thank you page as well.
Method 2 is the preferred method, since it eliminates the problems of method
1, but it means that you have to grapple with server-scripting somehow (ASP,
CF, PHP, perl, etc.).
Start with Method 2 by asking your host what they provide for processing
form data.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Flynnerbeanz" <webforumsuser@macromedia.com> wrote in message
news:ddr9gj$3u2$1@forums.macromedia.com...> Hi i have a new site developed for my band and i want to just a text field
> and
> submit button for people to enter their email address and sign up for a
> newsletter.. once submit is clicked where does the information go? i havnt
> uploaded the site yet so does it have something to do with the host?
> And is it possible to have the information sent to an email address on
> pressing the submit button?
>
> For my old site i was using the free newsletter form available at
> [url]www.ymlp.com[/url]
> but i need my new form to be tucked neatly into the coloured margin and my
> html
> knowledge is not that good..
> Any help really appreciated..
> thanks alot..
> -flynn
>
Murray *TMM* Guest



Reply With Quote

