পৃষ্ঠাসমূহ

Search Your Article

CS

 

Welcome to GoogleDG – your one-stop destination for free learning resources, guides, and digital tools.

At GoogleDG, we believe that knowledge should be accessible to everyone. Our mission is to provide readers with valuable ebooks, tutorials, and tech-related content that makes learning easier, faster, and more enjoyable.

What We Offer:

  • 📘 Free & Helpful Ebooks – covering education, technology, self-development, and more.

  • 💻 Step-by-Step Tutorials – practical guides on digital tools, apps, and software.

  • 🌐 Tech Updates & Tips – simplified information to keep you informed in the fast-changing digital world.

  • 🎯 Learning Support – resources designed to support students, professionals, and lifelong learners.

    Latest world News 

     

Our Vision

To create a digital knowledge hub where anyone, from beginners to advanced learners, can find trustworthy resources and grow their skills.

Why Choose Us?

✔ Simple explanations of complex topics
✔ 100% free access to resources
✔ Regularly updated content
✔ A community that values knowledge sharing

We are continuously working to expand our content library and provide readers with the most useful and relevant digital learning materials.

📩 If you’d like to connect, share feedback, or suggest topics, feel free to reach us through the Contact page.

Pageviews

Thursday, February 16, 2017

Drupal - Form Module

In this chapter we will learn about Form module in Drupal. This module lets you create a form in your Drupal based on the website for your users.
Following are the steps to install Form Module in Drupal.

Step (1) : Download the latest file of Form Builder module and from the link and install in your Drupal site.
Step (2): Enable Form Builder module from the module page.
Drupal Form module Step (3): Click on Form Builder example from the dashboard.
Drupal Form module Step (4): Next, a Form builder example page gets displayed as shown below.
Drupal Form module Here you can add, edit or remove the details manually.
Sample Text Field (Properties)
  • Title:Enter your title name for your form.
  • Default value: Sets the default value.
  • Description:Enter description related to the title in that box.
Sample Text Field (Display)
  • Prefix: Enter the prefix text.
  • Suffix: Here you must put the suffix text.
  • Size: Input size accordingly.
Sample Text Field (Validation)
Drupal Form module
  • Required: Check the box, when you want to validate the text field.
Sample Checkboxes (Properties)
  • Title:Enter your title name for your form.
  • Description: Enter description related to the title in that box.
Sample Checkboxes (Options)
Drupal Form module
  • Options: Here add items, mark as default and input the values.
  • Customize Keys: Enable this setting if you want to save any one value.
Sample Checkboxes (Validation)
Drupal Form module
  • Required: Check the box when you want to validate the field.
Sample Text Area (Properties)
  • Title: Enter your title name for your form.
  • Default value: Set the default value.
  • Description:Enter description related to the title in that box.
Sample Text Area (Display)
  • Rows: Enter rows.
  • Columns: Enter columns.
Sample Text Area (Validation)
Drupal Form module
  • Required: Check the box when you want to validate the field.
Sample Radios (Properties)
  • Title: Enter your title name for your form.
  • Description: Enter description related to the title in that box.
Sample Radios (Options)
Drupal Form module
  • Options: Here add items, mark as default and input the values.
  • Customize Keys: Enable this setting if you want to save any one value.
Sample Radios (Validation)
Drupal Form module
  • Required: Check the box when you want to validate the field.
Sample Select (Properties)
  • Title: Enter your title name for your form.
  • Description: Enter description related to the title in that box.
Sample Select (Options)
Drupal Form module
  • Customize Keys: Enable this setting if you want to save any one value.
  • Allow Multiple values: This will help users choose multiple items in your lists.

No comments:

Post a Comment