I searched drupal.org for handwriting, but could not find anything relevant.
I've been pushing Drupal for a project, but there's a handwriting requirement that Drupal does not seem able to meet, so it looks like we may have to go to InfoPoint, SharePoint, etc.
Can anyone tell me: is there a Drupal module that would support handwriting on a platform that supports it? Recognition / conversion to text not required - just capture, store and retrieve. If there is no such module, how hard would it be to create one?
I'm trying to commit my files to my sandbox project but it seems not work.
I use terminal to do this.
So here's what I did:
- checked out my code to /Sites/drupal7/sites/all/modules/custom/"module"
- went to this folder in Terminal.
- git status => I see my files that are affected and can be commit.
- git commit -a
Then I get the message to add a commit message, I do this, but then I'm stuck. Can't go any further, enter creates a line, shift enter to, etc etc ...
Hi all,
I am a newcomer in drupal, i add custom fields in registration section.
I want to add custom validation for the new fields. For this, am i want to add new module and use any hooks ? if so please tell me which hook is use for this registration validation section.
I am try to implement the hook below (using Drupal version 7.x)
Hello I have a block that displays related taxonomy terms. I have sort criteria set to file usage in ascending order but no matter if it's ascending or descending order it still shows alphabetical order. The preview will show appropriately and then when I hit save and view the results it is only alphabetical.
I am a novice coder and will probably use weird programming terms, so please bear with me. Thank you.
I have created a calculator -- users key in their inputs into a HTML form, the variables are passed through php code to ping a mysql database to return a set of data. the output is in php.
That calculator has been working well before drupal... that was when i stored the files in the root directory /calculator_form.html, /calculator.php.
Can you advise me how I can have that set up in Drupal? I am currently using Drupal 7.4. Thank you very much!