Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 557083
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T11:59:18+00:00 2026-05-13T11:59:18+00:00

I have a statement in my template.php file that directs to a custom node-myccktype.tpl.php.

  • 0

I have a statement in my template.php file that directs to a custom node-myccktype.tpl.php. I’ve added some DIV’s so that I can have a two column node/add form, but now I’m trying to find print my fields, but can’t seem to get it.

I’m basically using something like this:

<?php print form_render($form['field_sr_minutes']); ?>

which I came across on a Drupal Blog, but I get call to undefined function “form_render”

I am using the var_dump to get the the array below, how can I print my node title(subject) field without printing everything else? This way I can put each form field in the column I want Instead of the standard vertical drupal form.

Array
(
    [0] => Array
        (
            [#type] => textfield
            [#title] => Subject
            [#required] => 1
            [#default_value] => 
            [#maxlength] => 255
            [#weight] => -5
            [#post] => Array
                (
                )

            [#programmed] => 
            [#tree] => 
            [#parents] => Array
                (
                    [0] => title
                )

            [#array_parents] => Array
                (
                    [0] => title
                )

            [#processed] => 1
            [#description] => 
            [#attributes] => Array
                (
                )

            [#input] => 1
            [#size] => 60
            [#autocomplete_path] => 
            [#process] => Array
                (
                    [0] => form_expand_ahah
                )

            [#name] => title
            [#id] => edit-title
            [#value] => 
            [#defaults_loaded] => 1
            [#sorted] => 1
        )
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T11:59:18+00:00Added an answer on May 13, 2026 at 11:59 am

    Sorry. Because of your .tpl file name I thought that you were trying to theme a node view. For forms, the right function is not form_render but drupal_render. You can basically write things like echo drupal_render($form['field_sr_minutes']) . In the very end, remember to do a drupal_render($form) to render all the remaining things which you have not rendered by hand. This will be required to have the form working correctly.

    Old Answer

    The node.tpl.php and other content
    type specific .tpl.php get passed the
    full node object in $node. Try doing
    a
    drupal_set_message(print_r($node,TRUE))
    on top of your tpl file. From that you
    can figure out the exact path of the
    values you need to print.

    For example, title of the node will be
    available in $node->title. However you
    should be careful to always use
    check_plain if you are going to
    print user submitted values. For CCK
    fields, you can find the already
    filtered values in $node-><field
    name>[0][view]
    .

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 482k
  • Answers 482k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Tried creating a form with a ListBox with MouseDown and… May 16, 2026 at 6:39 am
  • Editorial Team
    Editorial Team added an answer myString = myString.replace(/^(&nbsp;|<br>)+/, ''); ... where /.../ denotes a regular… May 16, 2026 at 6:39 am
  • Editorial Team
    Editorial Team added an answer INFORMIX-SE 7.1: Getting closer to a supported version (than 4.10,… May 16, 2026 at 6:39 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.