Update Form Settings
Ability Name: mo-otp/update-form-settings
Purpose: Change a form's OTP settings.
Description: Updates a specific form's configuration, such as verification type or field mappings.
Trigger Conditions:
- "Switch the registration form to email verification"
- "Change the phone field mapping on this form"
Input: { form_key: string, ...settings }
Output: { success: boolean, message: string }
Expected Output: Confirmation of the change.
Agent Response Example: "✅ Registration form now uses email verification."
For more information, visit our OTP Verification page.