Gravity Forms – Repeatable “File Upload” field using “gform_column_input_content” filter [closed]

The following provides you with a file upload: add_filter(“gform_column_input_content_21_9_3”, “change_column3_content”, 10, 6); function change_column3_content($input, $input_info, $field, $text, $value, $form_id) { $input_field_name=”input_” . $field[“id”] . ‘[]’; $tabindex = GFCommon::get_tabindex(); $new_input=”<input type=”file” name=”” . $input_field_name . ‘” ‘ . $tabindex . ‘ class=”YOUR-CSS-CLASSES” />’; return $new_input; } But what does ‘repeatable’ mean in this context? Do you … Read more

Get selected values from checkboxes and radio buttons via Gravity Forms gform_after_submission hook [closed]

If you have the form/field object you can retrieve a comma separated string containing the fields selected choices by using the GF_Field::get_value_export() method which was added in Gravity Forms 1.9.13. If you are only going to use it with one or two fields you could do something like this: $field_id = 4; $field = GFFormsModel::get_field( … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)