Is it possible to imbed or call the currency mod from within a page or article I have created? I would like it to appear on a travel article I am writing.

cheers,

www.swisshut.com

Comments

Anonymous’s picture

I'm sure it's possible. Give the following a try,

I have my currency module loading as a block on my left panel, shown at any page you go to. Just create the block, and in it's block body add the following code

  print drupal_get_form('currency_form');

Now i'm sure the same thing can be done within a content of a page.

wim leers’s picture

Status: Active » Fixed

That's possible indeed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.