HighDots Forums  

CSS STYLE Sheet

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss CSS STYLE Sheet in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
father_of_chicks
 
Posts: n/a

Default CSS STYLE Sheet - 06-29-2006 , 02:05 PM






I created a new page, selected it from the CSS STYLE SHEETL Submit Form.
I hope you know what the submit form is....it suppose to be when someone
leaves a comment on your website

well if you look at my site: www.gamebliss.net
http://www.gamebliss.net/mainpage.html for the right page
when I click on submit...how do I make the message to come up

thanks


Reply With Quote
  #2  
Old   
Nancy *Adobe Community Expert*
 
Posts: n/a

Default Re: CSS STYLE Sheet - 06-29-2006 , 02:18 PM






I can't find a valid form tag on your page .. I see the input fields, but no
form tag. You must have a form tag and the action of the form would be the
page with the message and other action of the submission.


--
Nancy Gill
Adobe Community Expert
BLOG: http://www.dmxwishes.com/blog.asp
Author: Dreamweaver 8 e-book for the DMX Zone
Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
Technical Editor: DMX 2004: The Complete Reference, DMX 2004: A Beginner's
Guide, Mastering Macromedia Contribute
Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development


"father_of_chicks" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I created a new page, selected it from the CSS STYLE SHEETL Submit Form.
I hope you know what the submit form is....it suppose to be when someone
leaves a comment on your website

well if you look at my site: www.gamebliss.net
http://www.gamebliss.net/mainpage.html for the right page
when I click on submit...how do I make the message to come up

thanks




Reply With Quote
  #3  
Old   
father_of_chicks
 
Posts: n/a

Default Re: CSS STYLE Sheet - 06-29-2006 , 02:42 PM



i have addd the form
What should i do next Nancy


thanks:P

Reply With Quote
  #4  
Old   
Nancy *Adobe Community Expert*
 
Posts: n/a

Default Re: CSS STYLE Sheet - 06-29-2006 , 02:54 PM



You have this:

<form id="form1" name="form1" method="post" action="">
<br />
</form>

and then your input fields are below that.
First .. move the closing form tag below the submit button. Think of the
form tag as a container. If the fields are not in the container, they will
not be carried with the container.

Next, you have to have something as the action of your form. If you are
submitting the information to a database, you would have an Insert Record
behavior on your page to put the information in the database. If you are
sending the information via email, you would have email code on your next
page that would send email by whatever component you are using. This page
is html .. how are you sending mail, if that is what you are doing?

That same second page could display a thank you message which is just html
... but the real work is processing the information submitted in the form.

Make sense?


--
Nancy Gill
Adobe Community Expert
BLOG: http://www.dmxwishes.com/blog.asp
Author: Dreamweaver 8 e-book for the DMX Zone
Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
Technical Editor: DMX 2004: The Complete Reference, DMX 2004: A Beginner's
Guide, Mastering Macromedia Contribute
Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development


"father_of_chicks" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
i have addd the form
What should i do next Nancy


thanks:P



Reply With Quote
  #5  
Old   
father_of_chicks
 
Posts: n/a

Default Re: CSS STYLE Sheet - 06-29-2006 , 03:18 PM



The first part make sense. Whereas I have to put the closing form after the
submit button

But I am not using the form has an email...I am using it as a form, where
people leave a commet about something


Reply With Quote
  #6  
Old   
Alan Cates
 
Posts: n/a

Default Re: CSS STYLE Sheet - 06-30-2006 , 02:26 PM



I am not sure we understand what you want to do or even if you do.

When someone fills in a form and clicks the submit button, that information
is sent to the server and a new page or the same page that holds the FORM.
Typically in ASP, PHP, etc. the processing is in a new page, occassionaly in
the same page as the FORM (but that makes for complex pages). In the
receiving page you check the validity of what the visitor filled in and then
process it and do something with the infromation. The point being is that
you tell the computers what to do with the visitor's input.

It sounds a bit like you are trying to write a blog. There is software for
that to make it easy.

Whatever the case, you have to take the users' input and do something with
it. THe form only facilitates the input and collection.

--
Alan C
alan (a t) cates-associates (d ot) net
http://www.cates-associates.net
"father_of_chicks" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
The first part make sense. Whereas I have to put the closing form after
the
submit button

But I am not using the form has an email...I am using it as a form, where
people leave a commet about something




Reply With Quote
  #7  
Old   
NetZed
 
Posts: n/a

Default Re: CSS STYLE Sheet - 06-30-2006 , 03:59 PM



You could use a bravenet form wizard. www.bravenet.com

Luke Gillam, NetZed

Reply With Quote
  #8  
Old   
father_of_chicks
 
Posts: n/a

Default Re: CSS STYLE Sheet - 07-06-2006 , 12:59 AM



Thanks for your help

I won't worry too much about the damn form

Cold Fusion, CSS Style. PhP..all confusing:/

Bravenet is good sometimes..but then again, they suck:P

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.