Render on HTML page?

1 reply [Last post]
thebetteritgets...
Offline
Joined: 06/29/2009
Status: 
Answered

Hi again

Thanks for the emails, much appreciated.

My friend brought the module today and I've downloaded it, looks great!

Do you by any chance know of a way I can import the block into an html page? We have a splash page and would like to include it in that if possible.

Kind regards
Amanda

Leighton Whiting
Offline
Joined: 06/02/2009
Can you use PHP?

Amanda,
You mean you want the registration block to be on a splash page? If you can use php on the page, then you should be able to do this:

<?php
print drupal_get_form('user_register');
?>

If you can't use php, you 'may' be able to view the source of the registration form and then copy and paste it into a different html page.

Alternatively, you can link to the registration page with a Signup button.

Hope one of those suggestions helps.

Sincerely,
Leighton Whiting

Twitter Feed