Block Form
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Phase I
Create module which provides new block with static text and form. The static text value should sit in a variable defaulted to "Hi visitor". The form should contain two text fields "First name" and "Last name" and one checkbox "Show in bold". When one submits form system message "Welcome to Drupal, [first name] [last name]!" should appear. If checkbox is checked message should be bolded.
First and last names may contain only alphabetical chars, space, dash (-) and apostrophe (‘).
Phase II