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:
Some modules have most of their code in admin stuff that is not uses day to day. As an example, I split textimage.module into textimage.module and textimage.admin.inc. textimage.module shrank like a tadpole on a hotplate. Almost 40% of the code will not be loaded for regular pages. If the process were discussed and documented, it could be tested during Drupal 5.0 and made a design standard for 6.0.