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 964769
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T01:53:03+00:00 2026-05-16T01:53:03+00:00

Anyone aware of a CCK module that adds a text field that’s just a

  • 0

Anyone aware of a CCK module that adds a text field that’s just a randomly generated number?

This means that when the user tries to create a fresh node, he sees a pre-populated random number as one of the fields (and can’t change that field)

  • 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-16T01:53:04+00:00Added an answer on May 16, 2026 at 1:53 am

    Try the Computed Field module, which allows you to create fields whose values are defined by PHP snippets. For a random number, you might use something like this in your field’s “Computed Code” configuration:

    $node_field[0]['value'] = rand();
    

    Note that rand() also accepts min and max arguments, in the form of rand(min, max).

    Also be sure to enable the “Store using the database settings below” setting with a data type of “int” and a reasonable data length based on the expected range of values for rand(). This will ensure that the field isn’t recomputed every time the node is displayed.

    EDIT: I just realized that the above method stores a new random value each time the user updates/resaves the node. If you’d like the field to generate and store a random number once and only once for each node (at the node’s initial save), try something like this instead:

    if (!$node_field[0]['value']) {
      $node_field[0]['value'] = rand();
    }
    

    This will only set a value for the field if one doesn’t already exist.

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

Sidebar

Related Questions

is anyone aware of lightweight restful lib that is namespaced following psr-0 guide lines.
Is anyone aware of a category on NSString or NSMutableString that allows for templating?
Apart from lxml , is anyone aware of Python packages that depend on libxml2
Is anyone aware of any lock-free skiplist implimentations and/or research papers that support the
Is anyone aware of a turn-based based strategy game engine that is open source?
Is anyone aware of an eclipse plugin that updates the tooltip on hover over
Is anyone aware of an emacs mode or function that will reformat a buffer
Is anyone aware of a free utility, preferably with source code, that will create
Is anyone aware of any css or javascript that creates an effect of gradually
Is anyone aware of a Visual Studio 2010 Add-In that will automatically allow you

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.