Most forms.css drupal related news are at:
To the Point: Your Web Development Project Needs a Point Person 14 Aug 2013 | 07:35 pm
It's a point person. Get it? This post is first in a series on what your organization can do internally to prepare for a website development project and what to expect during the process. No matter w...
Award-Winning Drupal Sites 29 May 2013 | 03:35 am
DrupalCon Portland was, per usual, a furious blur of sessioning, impromtu meetings, obligatory beer commercials, head-spinning ideas, and no shortage of self-promotion. Echoing that last tendency, I ...
More forms.css drupal related news:
Drupal 6 Redirect Form hook_form_alter bookmarks.honewatson.com 3 Mar 2010 | 11:52 pm
How to redirect a form in drupal 6. Inside your module call hook_form_alter. Of course you need to find the appropriate $form_id.
How to redirect a form in drupal arnelbornales.wordpress.com 25 Aug 2009 | 05:21 am
<?php function MODULENAME_form_alter(&$form, $form_state, $form_id){ global $user; switch ($form_id) { // This is our form ID. case ‘YOUR_NODE_FORM_ID’: // like page_node_form(for node/add/page) ...
Dependent Lists and Ajax Form Submission public-action.org 6 Dec 2010 | 01:55 pm
In this post we going to demo how simple it is to create dynamic forms with Drupal 7 Form API (aka FAPI). Our form will have 2 select lists (aka drop down combo boxes). Our first list lets a user sel...
Theming Forms with Drupal alexcreativeconsulting.com 27 Nov 2011 | 10:40 am
Continuing to use the Jivamukti Drupal website example this tutorial will be on theming FORMS. To theme forms you must know the form_id Next step you must tell the drupal register about your them...
Customize search form in Drupal alsuleman.info 17 Mar 2011 | 06:38 am
paste this in your template.php file in theme directory, please read following code and customize with your needs
Multi Steps Form in Drupal 7 with Ctools preprocess.me 18 May 2011 | 04:33 am
Tags: drupal ctools forms Creating multi steps forms, forms with fields over multiple pages, is not a given for most developers. It requires handling user input over several pages, several page re...
Improving the file attachments form in Drupal teddy.fr 6 Jun 2009 | 09:35 pm
As I already explained in a previous post, I am very fond of spending time improving things that don't usually get a lot attention from Drupal developers and themers. Even if many of the interfaces sh...
Adding a search floater bar to your theme neerjasoftwares.com 25 Aug 2011 | 01:41 am
Adding a Search Floater Bar to your CSS Drupal Theme Today, I added the search floater to run Drupal. A search floater is the search box you see up in the upper right corner of this website. By defau...
Videos quickersite.com 12 May 2012 | 04:27 am
Artisteer online templates Create constants and use them in your site Create custom forms CSS Injection Part I CSS Injection Part II Custom scripting - the basics Extend the QuickerSite codebase...
Drupal 7: install module translation [SOLVED] leccionespracticas.com 27 May 2013 | 11:37 pm
To install a Drupal 7 module translation, this is, a .po file (for instance, the fullcalendar spanish translation) go to … Continue Reading → Related posts: Translate “Contact form” module Drupal [S...