Skip to main content
June 9, 2011
Question

How do I make Fields Required in Dreamweaver?

  • June 9, 2011
  • 1 reply
  • 301 views

I have been working on this for a two days now and have no idea what to do. First I learned out to creat a form and I am using a php script to send the form.

This is the link to the HTML form:

http://www.webznmore.net/Custom%20WeddingGuestBookOrder.html

And here is the php script to send this:

http://www.webznmore.net/customweddingguestbookorder.php

And I keep getting this error message and it will not send. It only started this when I set the validation to Required in Dreamweaver Behaviors.

The other form still works fine but I have not set any of the fields to required yet. Here is the link to the one that is still working:

http://www.webznmore.net/OrderCandyBuffet.html

What am I doing wrong? I even took off all the validations on the first one to just try and get it working again and it just will not work at all anymore.

Desperate cry for help.

This topic has been closed for replies.

1 reply

June 9, 2011

http://www.webznmore.net/customweddingguestbookorder.php

Gets me.....

Parse error:  syntax error, unexpected T_VARIABLE in /home/content/w/e/b/webzsite1/html/customweddingguestbookorder.php on line 30

I would suggest you see what you are missing on line 30

this error most often means you forgot one of these
'
;
'
"
)
(
[
]

Gary