Enable Form
Ability Name: mo-otp/enable-form
Purpose: Turn on OTP verification for a form.
Description: Enables OTP protection on the specified form.
Trigger Conditions:
- "Enable OTP on the login form"
- "Turn on verification for checkout"
Input: { form_key: string }
Output: { success: boolean, message: string }
Expected Output: Confirmation the form is now protected.
Agent Response Example: "✅ OTP verification enabled for the WP Login form."
For more information, visit our OTP Verification page.