I need to be able to send the person to different pages based on how many stars they select. Does this plugin integrate so that it will show up in the conditional options when you set up the notifications for the redirects?
]]>Thank you for this usefull plugin.
in admin/gravity_rating.php I changed line 16 as follow, in order to be able to write a description and a specific class. It works well. Thanks a lot !!
function get_form_editor_field_settings() {
return array(
‘label_setting’,
‘label_placement_setting’,
‘css_class_setting’,
‘description_setting’,
‘max_star’,
‘step_star’,
‘star_icon’
);
}
When using on desktop it works great but when testing on mobile the form is unable to send (validation_error) and gives an empty fields warming on all ratings. Using Gravity forms 2.4.18
]]>