I need help to implement a small form using the drupal form-api
there will be some simple text fields,
but also one selection between 3 options...
depending on the 3 options a different price shall be calculated, displayed and finally submitted...
this can be done using javascript, no q. but I'd like to utilize any tools that are available for that - i.e. the forms api 4.7 or any other cool toolkit
I have several types of content created with Flexinode. They are 'song' and 'album'. I'm using og.module to provide 'musical bands'. Each band can have their own albums and songs.
I need to create a block with songs and albums of the specific group which will be visible only on a group page (just as it is made for Band details block). I would like to create this block using Views.module.
as these work only if your webserver is configured to fall back to a default index-file, and if that happens to be a correct one. In my case, had to define that in httpd conf, which is not what some admins prefer. Of course, one might do the same using .htaccess.
DirectoryIndex index.php
Would it not be better to explicitely define the file name instead of relying to server config defaults?
The action attribute of the registration form mirrors the current location (eg: drupal/register). I need to add a variable to this string, like this: drupal/register?variable=true. I have been hunting through user.module and I can't find where I can make this change. Can anyone help? I'm on 4.6.