1.

Explain How You Can Create A Mailto Form In Dreamweaver?

Answer»

To create a MAILTO form in Dreamweaver you have to follow the steps like

  • First create the form
  • After that Set the form properties

action: mailto: email-address

method: GET

ENCTYPE: text/plain

  • Add the form fields

Select the fields you require from the Form tab on the insert bar

  • MAKE sure to include a submit button and action is “Submit Form”
  • Save the file
  • Test it once you have UPLOAD it to your WEB server

To create a mailto form in Dreamweaver you have to follow the steps like

action: mailto: email-address

method: GET

Enctype: text/plain

Select the fields you require from the Form tab on the insert bar



Discussion

No Comment Found