Minor Bug: Description field labelled as Message causes confusion
-
Hello,
Minor note here, within the web-to-lead.php file in the feed_settings_fields_field_map function you’ll find that both the _message and _description fields are both labeled as ‘Message’;
array( 'name' => 'message', 'required' => false, 'label' => __('Message', 'gravity-forms-salesforce') ), array( 'name' => 'description', 'required' => false, 'label' => __('Message', 'gravity-forms-salesforce') ),
From the Mapping table this makes it impossible to distinguish unless you inspect to see the html.
Thanks
- The topic ‘Minor Bug: Description field labelled as Message causes confusion’ is closed to new replies.