I have developed a custom module which produce a form. The form works (information validation, adding to database etc.) alright, but I want to one more feature to the form.
Once the form is filled out, there will be a preview button which will show the summary of the form information (in a HTML format). If the summary is ok, user can hit submit on summary page or if user needs to edit, they can go back to the form which should be pre-filled with previous inputs.
I've been re-reading the Drupal "System Requirements" page and ruminating over my recent home-sprints, where I've updated my own modules for the latest Drupal and backported any new code to earlier versions of Drupal. I'm keeping some of my Drupal 5 modules alive simply because it's easy to do, and it makes an interesting reference point to see the evolution of Drupal across different releases.
We are using Drupal to run our intranet, and we have a "bulletin board" that people can make posts to. We have a couple of people posting anonymously to this bulletin board, and I've been asked to modify the form so that people cannot make anonymous posts.
As shown in the attached screenshot, users are able to "blank out" the Authored By section, which changes the post author to "Anonymous". My goal is to figure out how to keep people from "blanking out" the Authored By section, which would make every post have a named author.
Hi, I'm writing an email message in Drupal6 with mimemail. This email has rich HTML and css markup and it displays well at PC.
When people open this message at phone, we need it display in a different layout, and some other css changes. Right now, the layout is quite broken at phone.
Idea to theme email message at phone/mobile device? Thanks!