Hi,

I'm using D7 & I'd like to add some sentences on register page, like "Please note: ..." sentences on top of the http://drupal.org/user/register.
Are there any ideas to do that?

Thanks in advance.

Comments

mylocaltrades’s picture

Quickest way would be to create a block at /admin/structure/block

In the block body add your text here

Under Visibility settings choose "only the listed pages" and in the box below put in: user/register then save block.

Go back to admin/structure/block and add your newly created block to the top of the "content" section.

Offering Drupal website services to the UK - www.my-local-trades.co.uk

shigeruw’s picture

It works the way I wanted.

Many thanks

pralhadp’s picture

Hi,

can you please tell me how to add the select box on create account page as you added select box for country. i need to add select box for the company.

Thanks

mylocaltrades’s picture

Yes,

Go to: /admin/config/people/accounts/fields and add your new field here as you would in a content type. In the "select a field type" select "list (text)"

Offering Drupal website services to the UK - www.my-local-trades.co.uk