Page 2 of 2
Re: Need Help to change input type the value?
Posted: Sun Jun 15, 2014 10:55 pm
by EdeniTX
I placed that code after the form fields outside the form last section of the form? But it displays the whole code on page at the bottom i am not doing it the way you saying to do it i am doing something wrong.
Re: Need Help to change input type the value?
Posted: Mon Jun 16, 2014 6:11 am
by Celauran
Does the file have a .php extension? Is PHP set up on your server? Generally try to keep any PHP at the top of the file.
Re: Need Help to change input type the value?
Posted: Mon Jun 16, 2014 10:43 pm
by EdeniTX
No is all html even the form.
MAIN PAGE TOP
Form

Re: Need Help to change input type the value?
Posted: Tue Jun 17, 2014 5:52 am
by Celauran
That's definitely part of the problem. PHP isn't going to process an HTML page. Change the extension to PHP and it should start processing the form.
Re: Need Help to change input type the value?
Posted: Tue Jun 17, 2014 3:29 pm
by EdeniTX
I opened a new in Expression Web 4 PHP page i want to start the form from scratch again but in separate page php so i can create form there and then add it in my html page. Will that fix the problem?
Re: Need Help to change input type the value?
Posted: Tue Jun 17, 2014 5:11 pm
by Celauran
Seems unnecessary, but I see no reason it wouldn't work.
Re: Need Help to change input type the value?
Posted: Wed Jun 18, 2014 12:33 am
by EdeniTX
So you saying that would not work.

Re: Need Help to change input type the value?
Posted: Wed Jun 18, 2014 6:28 am
by Celauran
No, I said I expect it will work