Most Orchard Forms Api related news are at:

orchardproject.net – Orchard

Weekly Podcast 08/20/2013 22 Aug 2013 | 03:46 pm

Meeting notes There are pull request and accepted changes for the migration to 4.5 (now in a branch, yay Git!), Azure SDK 2.1, import/export for permissions and roles, TrimEnd token, decoupling Workf...

Media Library And Dropbox 20 Aug 2013 | 05:29 am

The new Media Library module in Orchard 1.7 has many interesting new features, and I was particularly excited by the ability to import images from Bing via the Web Search feature which was presented a...

More Orchard Forms Api related news:

The Form Hunt dudenhofer.com 12 Aug 2011 | 08:33 am

Finding the way to create custom form templates in Drupal 7 Sometimes getting started in Form API can be like opening random doors until you find a piece of what you are looking for. Then you have to...

Drupal 7 Multi-Step Form (FAPI) with Table Report public-action.org 8 Dec 2010 | 10:56 am

In this post we are going to show how easy it is using Drupal 7's Form API (aka FAPI) to create a multi-step form with a simple html table report. We'll also demonstrate the development technique of ...

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...

Drupal Forms API Reference drupaltutorial4u.blogspot.com 25 Apr 2011 | 06:10 am

The Drupal forms API is a powerful leap forward. It also allows for almost unlimited possibilities for custom theming, validation, and execution of forms. Even better, ANY form (even those in core) ca...

drupal hook_form_alter 改变其他模块form_alter的方法 hellodrupal.info 24 Jun 2011 | 01:02 am

Drupal 开发者,会经常使用drupal form api 中的 hook_form_alter来实现对其他的form外观行为操作。 这个hook作用也就是容许你去hook其他的form的一些参数功能。 阅读全文

Upgraded Orchard Website to Orchard CMS 1.5 davidhayden.com 24 Jul 2012 | 12:02 am

I upgraded this Orchard Website to Orchard CMS 1.5 which was just released over the weekend. I am just starting to write Orchard Tutorials on the various new features like Custom Orchard Forms,...

Image Upload Block activelamp.com 28 Jun 2012 | 01:25 am

drupal planet form api render array theming 6.27.2012 Image Upload Block By Evan Jenkins | 2 Comments I have come across many times where I need to create a block that has an image, with an ima...

Customize autocomplete fields with results you want activelamp.com 7 Sep 2012 | 04:47 am

drupal drupal planet javascript form api 9.06.2012 Customize autocomplete fields with results you want By Bryan Hazelbaker | 0 Comments Fixing a node reference autocomplete field Occasionally ...

Drupal Form API - Using Ajax deckfifty.com 25 Sep 2012 | 05:17 am

I love Drupal's Form API. In just about every project we are either modifying or creating custom forms and thankfully, Drupal's Form API makes executing these tasks a fairly easy process. Everybody lo...

Drupal Form API - Conditional Fields deckfifty.com 27 Nov 2012 | 01:00 am

In a previous Drupal developer blog post, I discussed leveraging Ajax with Drupal's Form API. In this post we'll cover an alternative method in displaying dynamic content to your user - using Drupal's...