This means that your page doesn’t have the .php file extension, and so your server isn’t processing those PHP statements and replacing them with regular HTML. What method did you use to create this form?
Okay, my mistake I am using the PHP Feedback Form action. I have not been able to create the form correctly. I can not add other fields and make certain fields required, and again with the HTML error in the text boxes.
My form now requires the name telephone and email, but I have put in in the first two fields and I can not get it to dissapear when you click in the box. Now the form does not seem to work at all. It requires the fields, then does not take you to a sucess, or fail page. and I recieve no email when the form is submitted. At submit the page just reloads and the form resets.
This form is constructed in a Table structure so that it doesn’t fall apart at larger text sizes. Change your browsers text size to test it and then try the same on your own form.
The input fields are styled with the Form Element Styler action.
Validation is through the Validate action suite.
Placeholder text is added via Item>Extended.
Select your field, Item>Extended
Select the Input Tab and then click New
Add in the Name/Value pair of placeholder and mytextinhere
I am using the validate action on the name and phone number fields and neither one works like the email field, what else do I need to do?
The email validator is built into the PHPFF action - as long as you have named the field correctly. If you want to use the validate action on the email field then change the Name of the field in the inspector (3rd tab) so it is NOT email.
How could I create my own button and use it like its one of the default buttons?
You can use any image in FW as a Submit button. Select the image and in the Inspector (3rd tab) look down the bottom and check the Submit tickbox.
How did you change the text color inside of the fields? Do I need to use the extended tab for that?
I used some CSS styling but you can use the Form Element Styler action.
Your text fields in the demo http://www.deltadesign.co/natesform.html have gray text for a placeholder and black text when you type. What kind of CSS did you use for that?