Files
tm-landing/app/_inquires
AmirReza Jamali 77dcfc36fd refactor(inquires): Standardize form field types to snake_case
- Convert field property names from PascalCase to snake_case (Name → name, Label → label, Placeholder → placeholder, Required → required)
- Update contactData property access from PascalCase to snake_case (Fields → fields, SubmitButtonText → submit_button_text)
- Update all field references throughout the component to use new snake_case naming convention
- Maintain consistency with standardized CMS data types established in previous refactoring
2025-11-29 13:50:56 +03:30
..