Priya has attended:
Dreamweaver 8 Introduction course
How can I add a form onto a webpage?
How can I add a form onto a webpage?
RE: How can I add a form onto a webpage?
Hi Priva
I really hope that you found your adobe dreamweaver training course usefull.
To add a form to a webpage you need to use the <form></form> tags. An example form is below:
<form name="input" action="my_submit_page.html"
method="post">
name:
<input type="text" name="my_name">
<input type="submit" value="Submit">
</form>
If this doesnt help, try searching our forum Forum search
Hope this helps
David
RE: How can I add a form onto a webpage?
thanks for this - I'll try it! Also can you tell me how I would add a PDF to a website?
Priya
RE: How can I add a form onto a webpage?
Hi Priya
I believe that you have to convert PDF's so that you can display them in webpages. I will look into this and if I find out how to do it, I will let you know.
David