How can I get a form to work in HTML?

1 Answer

Answer :

It’s not done in HTML, it’s done in a server-side script such as PHP or Ruby or Python, etc. Most servers have at least one of the above languages installed, so you can probably look for a PHP or PERL script to do that for you. Hotscripts.com is a good place to look. Just start with PHP or PERL or whatever your server supports, then find the contact or mail scripts, etc. You can also go with a service like Wufoo.com to handle everything for you.

Related questions

Description : How to add a hyperlink to an html webpage which takes you to another html webpage?

Last Answer : Use the ANCHOR tag. The tag defines a hyperlink, which is used to link from one page to another. The most important attribute of the element is the href attribute, which indicates the link's ... browsers: An unvisited link is underlined and blue. Thee are other ways, but this is the easiest.

Description : If I key F12 on my keyboard it brings up the HTML code that controls the page. What would someone use that for?

Last Answer : F12 opens the developer tools. We (developers) use this every day. It would likely be of little use for you, however.

Description : In HTML, what does the % (percent sign) instruct?

Last Answer : answer:Looks like it’s thestart of an entity. SAUCE!

Description : Does anyone know some good HTML code?

Last Answer : www.htmlgoodies.com

Description : Do you put the background-property in the html or the body element?

Last Answer : As far as I know, it only works with the body, but I don’t use html much so I could be wrong.

Description : Can I put an html link on the iPhone home screen?

Last Answer : While on that page in Safari, click the little ”+” at the bottom and select “Add to Home Screen.”

Description : Where can I find a simple how-to tutorial for HTML codes?

Last Answer : try this site: http://www.myhtmltutorials.com/ or the HTML for Dummies book is excellent: http://www.amazon.com/HTML-XHTML-CSS-Dummies-Tittel/dp/047023847X/ref=sr_1_1?ie=UTF8&s=books&qid=1236604022&sr=1-1 I learned HTML and C++ from the Dummies series.

Description : How can I center a page in HTML?

Last Answer : The CSS purists are going to start shooting for sure. But if your page is less-than-pure in that sense, I say to do the following: your content here If you also want vertical centering, you ... the body by CSS, or something like that. I've been there some time ago. Happy publishing ; -)

Description : How can I align and space elements in HTML?

Last Answer : easiest way is with border-less tables. cleanest way is with CSS stylesheets, using a combination of padding, margin, and position. have a read of http://www.w3schools.com for more on the CSS methods.

Description : Which is the best HTML editor?

Last Answer : I strongly suggest sticking with Notepad++. The only other editor I would condone using is Dreamweaver, because out of all editors I've seen, it's the closest to being an industry standard. Not like it ... tags and attributes, and a simple code editor like Notepad++, is all you need as a rookie.

Description : How can I insert Images in HTML?

Last Answer : Most likely the image has not been uploaded to the web server.

Description : What program can I use to scan my HD for HTML templates I have and create a centralized thumbail catalog?

Last Answer : Need this too, thanks.