Title: Md Akter Hosen's Replies | WordPress.org

---

# Md Akter Hosen

  [  ](https://wordpress.org/support/users/tareqhi/)

 *   [Profile](https://wordpress.org/support/users/tareqhi/)
 *   [Topics Started](https://wordpress.org/support/users/tareqhi/topics/)
 *   [Replies Created](https://wordpress.org/support/users/tareqhi/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/tareqhi/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/tareqhi/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/tareqhi/engagements/)
 *   [Favorites](https://wordpress.org/support/users/tareqhi/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 71 total)

1 [2](https://wordpress.org/support/users/tareqhi/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/tareqhi/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/tareqhi/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/tareqhi/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/tareqhi/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Data Persistence Add-On Reloaded] Update needed](https://wordpress.org/support/topic/update-needed-14/)
 *  [Md Akter Hosen](https://wordpress.org/support/users/tareqhi/)
 * (@tareqhi)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/update-needed-14/#post-10347483)
 * [@rosenfel](https://wordpress.org/support/users/rosenfel/), Thanks for your support,
   I have modified the source files with your suggestions.
    I also got the above
   mentioned error in my installation. This happens due to not maintaining the plugin
   for at least last three major release of WordPress core. I think the author Robert
   Iseley [@unclhos](https://wordpress.org/support/users/unclhos/) is away or busy
   with something else. I noticed that, the contact point of Robert Iseley is dead
   and his personal website is also down. Concern is that, if it is not updated 
   in near future, then the plugin will be deprecated at many of WordPress functions.
   Also it will not be supported by Gravity Forms’ modern coding soon. – Hope someone
   expert in development to take over the plugin with new updated repositories.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ajax Upload for Gravity Forms] Filename mask for each field](https://wordpress.org/support/topic/filename-mask-for-each-field/)
 *  [Md Akter Hosen](https://wordpress.org/support/users/tareqhi/)
 * (@tareqhi)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/filename-mask-for-each-field/#post-8846156)
 * Hi, this plugin supports renaming uploaded files as you desired.
 * **How do I rename uploaded files**
 * Uploaded files can be automatically renamed using the ‘itsg_gf_ajaxupload_filename’
   filter.
 * The example below shows how to use the filter to rename uploaded files to FileOfField{
   field_id}.originalExtension. For example WordDocument.doc would be renamed to
   FileOfField1.doc
 *     ```
       add_filter( 'itsg_gf_ajaxupload_filename', 'my_itsg_gf_ajaxupload_filename', 10, 7 );
       function my_itsg_gf_ajaxupload_filename( $name, $file_path, $size, $type, $error, $index, $content_range ) {
           $field_id = isset( $_POST['field_id'] ) ? $_POST['field_id'] : null; // get the field_id out of the post
           $file_extension = pathinfo( $name, PATHINFO_EXTENSION );  // get the file type out of the URL
           $name = 'FileOfField' . $field_id . '.' . $file_extension; // put it together
           return $name; // now return the new name
       }
       ```
   
 * _Additionally you can check plugins FAQ tab here in wordpress.org site for more_
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Drop Down Options in List Fields for Gravity Forms] Can’t add new value](https://wordpress.org/support/topic/cant-add-new-value/)
 *  Thread Starter [Md Akter Hosen](https://wordpress.org/support/users/tareqhi/)
 * (@tareqhi)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/cant-add-new-value/#post-8741003)
 * Thanks a lot for finding the right way.
    I have tested as you wrote. It works
   fantastic without ajax upload plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Drop Down Options in List Fields for Gravity Forms] Can’t add new value](https://wordpress.org/support/topic/cant-add-new-value/)
 *  Thread Starter [Md Akter Hosen](https://wordpress.org/support/users/tareqhi/)
 * (@tareqhi)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/cant-add-new-value/#post-8737223)
 * plz check email
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Drop Down Options in List Fields for Gravity Forms] Conditional logic](https://wordpress.org/support/topic/conditional-logic-19/)
 *  [Md Akter Hosen](https://wordpress.org/support/users/tareqhi/)
 * (@tareqhi)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/conditional-logic-19/#post-7451114)
 * Sounds like something is that if I’m not wrong :
    [List Fields Chained Select](https://gist.github.com/spivurno/1da47636008cd90a8893)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Drop Down Options in List Fields for Gravity Forms] Beautify Chosen Drop-down options](https://wordpress.org/support/topic/beautify-chosen-drop-down-options/)
 *  Thread Starter [Md Akter Hosen](https://wordpress.org/support/users/tareqhi/)
 * (@tareqhi)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/beautify-chosen-drop-down-options/#post-7635388)
 * This code does not active with GF CSS. I have turned on GF CSS & alternatively
   I have added the code to Custom-CSS plugin, and it works fantastic.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ajax Upload for Gravity Forms] Change Upload Path](https://wordpress.org/support/topic/change-upload-path-4/)
 *  Thread Starter [Md Akter Hosen](https://wordpress.org/support/users/tareqhi/)
 * (@tareqhi)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/change-upload-path-4/#post-7658736)
 * Thanks a lot.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ajax Upload for Gravity Forms] Problem in GravityView](https://wordpress.org/support/topic/problem-in-gravityview/)
 *  Thread Starter [Md Akter Hosen](https://wordpress.org/support/users/tareqhi/)
 * (@tareqhi)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/problem-in-gravityview/#post-7643680)
 * if you have time to see, I would like to send you some credentials to check on
   my site.
    Plz write me your email
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Drop Down Options in List Fields for Gravity Forms] Changing "Select an Option" text](https://wordpress.org/support/topic/changing-select-an-option-text/)
 *  Thread Starter [Md Akter Hosen](https://wordpress.org/support/users/tareqhi/)
 * (@tareqhi)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/changing-select-an-option-text/#post-7588802)
 * Thanks a lot, this helps!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Drop Down Options in List Fields for Gravity Forms] Chosen Option for Dropdown](https://wordpress.org/support/topic/chosen-option-for-dropdown/)
 *  Thread Starter [Md Akter Hosen](https://wordpress.org/support/users/tareqhi/)
 * (@tareqhi)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/chosen-option-for-dropdown/#post-7173198)
 * Have a try with this CSS code on original CSS file included with this Add-on.
 * [Large code excerpt removed by moderator per [forum rules](https://codex.wordpress.org/Forum_Welcome#Posting_Code).
   Please use [Pastebin](http://pastebin.com) or a [Gist](https://gist.github.com)
   for all large code excerpts, they work better anyway.]
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Drop Down Options in List Fields for Gravity Forms] Chosen Option for Dropdown](https://wordpress.org/support/topic/chosen-option-for-dropdown/)
 *  Thread Starter [Md Akter Hosen](https://wordpress.org/support/users/tareqhi/)
 * (@tareqhi)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/chosen-option-for-dropdown/#post-7173197)
 * If you need the drop-down to be shown as their content’s width, you can replace
   following CSS code on original CSS file. This will show-up the drop-down as it’s
   content width not the field. It will just pop-up the search & content with full
   width.
    have a try:
 * [Large code excerpt removed by moderator per [forum rules](https://codex.wordpress.org/Forum_Welcome#Posting_Code).
   Please use [Pastebin](http://pastebin.com) or a [Gist](https://gist.github.com)
   for all large code excerpts, they work better anyway.]
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[List Field Character Limit for Gravity Forms] Good Work](https://wordpress.org/support/topic/good-work-263/)
 *  Thread Starter [Md Akter Hosen](https://wordpress.org/support/users/tareqhi/)
 * (@tareqhi)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/good-work-263/#post-7229477)
 * Fantastic, Ovann86.
    The update works fine for me on all of my site.
 * Thanks a lot for your great work
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Drop Down Options in List Fields for Gravity Forms] Chosen Option for Dropdown](https://wordpress.org/support/topic/chosen-option-for-dropdown/)
 *  Thread Starter [Md Akter Hosen](https://wordpress.org/support/users/tareqhi/)
 * (@tareqhi)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/chosen-option-for-dropdown/#post-7173193)
 * Wow, Fantastic, Ovann86.
    The update works fine for me on all of my site.
 * Thanks a lot for your great work
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sortable List Fields for Gravity Forms] Need some help](https://wordpress.org/support/topic/need-some-help-34/)
 *  Thread Starter [Md Akter Hosen](https://wordpress.org/support/users/tareqhi/)
 * (@tareqhi)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/need-some-help-34/#post-6279313)
 * Fantastic, Ovann86.
    The update works fine for me on all of my site.
 * Thanks a lot for your great work
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ajax Upload for Gravity Forms] Preview not showing in PDF file](https://wordpress.org/support/topic/preview-not-showing-in-pdf-file/)
 *  Thread Starter [Md Akter Hosen](https://wordpress.org/support/users/tareqhi/)
 * (@tareqhi)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/preview-not-showing-in-pdf-file/#post-7352553)
 * Thanks a lot. I got that problem in earlier version. After update to latest version,
   it’s okey now.

Viewing 15 replies - 1 through 15 (of 71 total)

1 [2](https://wordpress.org/support/users/tareqhi/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/tareqhi/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/tareqhi/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/tareqhi/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/tareqhi/replies/page/2/?output_format=md)