Hi,
I am using the Currency module embedded with Contemplate. I have a CCK field called "field_ebook_price" that I would like to set as the default 'Amount' field in the currency conversion form on each different page. Does anybody know how I can pull this value and set it as the default amount?

Look here for an example of one of my pages: Example eBook

On this page I'd like the amount field to be '39.95' (click on "Currency conversion" below the price to see the form). Any help would be really appreciated.

Thanks.

Comments

kbahey’s picture

Status: Active » Closed (fixed)

You can do this via form_alter. Check Drupal's API for that.