refactor(marketing): Update form field names to use snake_case for consistency

This commit is contained in:
AmirReza Jamali
2025-11-11 13:00:50 +03:30
parent e75932d249
commit 6bd44e78a0
6 changed files with 23 additions and 23 deletions
@@ -52,9 +52,9 @@ const ContactsStep = forwardRef<unknown, ContactsStepProps>(
placeholder="Enter Description"
/>
<InputGroup
{...register("submitButtonText")}
{...register("submit_button_text")}
label="Submit Button Text"
name="submitButtonText"
name="submit_button_text"
type="text"
placeholder="Enter Submit Button Text"
/>