Can you create an e-mail form with auto responder using form action method=mailto:youdomainname.com?

  1. Yes

  2. No


Correct Option: B

AI Explanation

To answer this question, you need to understand the limitations of the mailto form action method.

Option A) Yes - This option is incorrect. The mailto form action method is used to open the user's email client with a pre-filled email when the form is submitted. However, it does not support auto-responders. Additionally, using the mailto method in the form element's action attribute is not considered a best practice, as it relies on the user's email client being properly configured.

Option B) No - This option is correct. The mailto form action method does not support auto-responders. If you want to implement an auto-responder for an email form, you would need to use server-side scripting or a third-party service that provides this functionality.

The correct answer is B.

Find more quizzes: