Title: toraji's Replies | WordPress.org

---

# toraji

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

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

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Form doesn’t show name field after updating to 2.8.2](https://wordpress.org/support/topic/form-doesnt-show-name-field-after-updating-to-2-8-2/)
 *  Thread Starter [toraji](https://wordpress.org/support/users/toraji/)
 * (@toraji)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/form-doesnt-show-name-field-after-updating-to-2-8-2/#post-15081014)
 * [@sc0ttkclark](https://wordpress.org/support/users/sc0ttkclark/)
 * Thank you for fixing it!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Form doesn’t show name field after updating to 2.8.2](https://wordpress.org/support/topic/form-doesnt-show-name-field-after-updating-to-2-8-2/)
 *  Thread Starter [toraji](https://wordpress.org/support/users/toraji/)
 * (@toraji)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/form-doesnt-show-name-field-after-updating-to-2-8-2/#post-15039394)
 * [@sc0ttkclark](https://wordpress.org/support/users/sc0ttkclark/)
 * Thanks a lot for your help.
    I’m looking forward to the release.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Form doesn’t show name field after updating to 2.8.2](https://wordpress.org/support/topic/form-doesnt-show-name-field-after-updating-to-2-8-2/)
 *  Thread Starter [toraji](https://wordpress.org/support/users/toraji/)
 * (@toraji)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/form-doesnt-show-name-field-after-updating-to-2-8-2/#post-15018084)
 * Hi [@sc0ttkclark](https://wordpress.org/support/users/sc0ttkclark/)
 * >I’ll take a look at adding alias support back in this area.
    That’s very kind
   of you. Thank you so much.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Form doesn’t show name field after updating to 2.8.2](https://wordpress.org/support/topic/form-doesnt-show-name-field-after-updating-to-2-8-2/)
 *  Thread Starter [toraji](https://wordpress.org/support/users/toraji/)
 * (@toraji)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/form-doesnt-show-name-field-after-updating-to-2-8-2/#post-15017092)
 * Hi [@sc0ttkclark](https://wordpress.org/support/users/sc0ttkclark/)
 * I changed ‘name’ to ‘post_title’ and now the field shows up.
 * I have been using ‘name’ for over 3 years.
 * The sample on the official site says so as well.
    [https://docs.pods.io/code/pods/form/](https://docs.pods.io/code/pods/form/)
 * It says.
 *     ```
       // Only show the 'name', 'description', and 'other' fields.
       $fields = array( 'name', 'description', 'other' );
       ```
   
 * Is ‘name’ no longer supported?
    Until 2.8.1, the field is displayed.
 * I would greatly appreciate it if you could put ‘name’ back into use.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Form doesn’t show name field after updating to 2.8.2](https://wordpress.org/support/topic/form-doesnt-show-name-field-after-updating-to-2-8-2/)
 *  Thread Starter [toraji](https://wordpress.org/support/users/toraji/)
 * (@toraji)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/form-doesnt-show-name-field-after-updating-to-2-8-2/#post-15015886)
 * Here is the code.
 *     ```
       if($service_id == 0){ /* New */
           $mypod = pods( 'service');
       }else { /* Edit */
           $mypod = pods( 'service', $service_id );
       }
       ```
   
 * The field　isn’t displayed whether there is $service_id parameter or not.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Form doesn’t show name field after updating to 2.8.2](https://wordpress.org/support/topic/form-doesnt-show-name-field-after-updating-to-2-8-2/)
 *  Thread Starter [toraji](https://wordpress.org/support/users/toraji/)
 * (@toraji)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/form-doesnt-show-name-field-after-updating-to-2-8-2/#post-15015495)
 * Hi [@sc0ttkclark](https://wordpress.org/support/users/sc0ttkclark/)
 * >What kind of Pod is this?
    This pod is Custom Post Type.
 * >Is the field supposed to be post_title?
    Yes, it is.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pods - Custom Content Types and Fields] Form doesn’t show name field after updating to 2.8.2](https://wordpress.org/support/topic/form-doesnt-show-name-field-after-updating-to-2-8-2/)
 *  Thread Starter [toraji](https://wordpress.org/support/users/toraji/)
 * (@toraji)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/form-doesnt-show-name-field-after-updating-to-2-8-2/#post-15015200)
 * Hi [@keraweb](https://wordpress.org/support/users/keraweb/)
 * Thank you for the reply.
 * I tried the both options but the name field is still not displayed.
 * Here is my code for the second option.
 *     ```
       $fields = array('name' => array( 'label' => 'Name', 'disable_dfv' => true));
       echo $mypod->form( $fields );
       ```
   
 * Am I missing something?
 * My Pods version is 2.8.3.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Membership] Japanese language file name](https://wordpress.org/support/topic/japanese-language-file-name/)
 *  Thread Starter [toraji](https://wordpress.org/support/users/toraji/)
 * (@toraji)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/japanese-language-file-name/#post-8511824)
 * Hi,
 * I appreciate your prompt response.
 * Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Private BP Pages] Fatel error after disabled bbPress](https://wordpress.org/support/topic/fatel-error-after-disabled-bbpress/)
 *  Thread Starter [toraji](https://wordpress.org/support/users/toraji/)
 * (@toraji)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/fatel-error-after-disabled-bbpress/#post-5236878)
 * Now it works!
    Thank you for your help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Private BP Pages] Fatel error after disabled bbPress](https://wordpress.org/support/topic/fatel-error-after-disabled-bbpress/)
 *  Thread Starter [toraji](https://wordpress.org/support/users/toraji/)
 * (@toraji)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/fatel-error-after-disabled-bbpress/#post-5236750)
 * I see this error at members pages such as [http://my-site/members/](http://my-site/members/)
   and [http://my-site/members/tony/profile/edit](http://my-site/members/tony/profile/edit).

Viewing 10 replies - 1 through 10 (of 10 total)