77dcfc36fd
- 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