Need Help to change input type the value?
Moderator: General Moderators
Re: Need Help to change input type the value?
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?
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?
No is all html even the form.
MAIN PAGE TOP

Form

MAIN PAGE TOP

Form

Re: Need Help to change input type the value?
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?
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?
Seems unnecessary, but I see no reason it wouldn't work.
Re: Need Help to change input type the value?
So you saying that would not work. 
Re: Need Help to change input type the value?
No, I said I expect it will work