Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Attempt to re-ask my orginal poorly-phrased question.
On the usermodule sign in block I need to automatically submit the login form (based on custom conditions I am building into this installation). TO do this I added a call to submit the form using window.document.formname.submit() . It works fine to submit the form, but Drupal does not move ahead with the sign in, and instead just re-displays the page.
If I actually hit the submit button, drupal DOES process the login information and logs me in. I would normally expect the behavior of both methods to be identical.
I am having problems with the titles of my og group names. I create a new og group with a title like, "New Group" and when i go into the groups list to view it, it shows up as "'Group" + node number. I am also using path_auto wherein i have set the pattern for all group paths to [ogname]. I am also using civicrm 1.5 with civinode. However, i disabled the civinode to see if it would make a difference, but it does not.
i have checked all the settings that i could imagine might be effecting this, but cannot find the problem.
Is their a way to begin Multistep Form in a Block and have the 2nd Step in a Full Size Page?
I am trying to have a form start in a block (Step 1) on my Home page and then in Step 2 I want to have some data displayed and ask for additional data in a full size page.
When I tried this using the Multipage forms I am sent back to the same block page rather than a larger page. Should I be trying to do this with Multipage Forms or another way?
I need to Show the static Contents such as About Us or Introduction in the Front Page so that the Title Introduction comes at the top and the contents written inside this introduction comes thereafter. I do not know how to do that. By Creating Taxonomy Block, it Show the content Topic in nodes only.
I have an external site with a username and password textfield that posts to my main drupal page, I have added code to the usermodule to assign the drupal value to username and pass to posted values. So the src code looks something like:
Username: *
// (pass is a hidden field in this cas)
Now I added code to have the page auto-submit if values are present for username and pass (as they are in this example) and the completed src code looks like: