hey i made a webform, and i want only the authorized members to access the form... its there some way to block that node to non registered users??
If somebody know about it, it will be usefully and i will appreciate a lot. And there´s a way to change the way to receive the forms result????
just to ask... thanks!

Comments

modul’s picture

If there are not too many nodes to deal with, you could insert a small php snippet like this in them:

global $user;
if ($user->uid < 1) {
  return true;
}

It's not The Final Solution, but it works.

Ludo

Anonymous’s picture

Consider taxonony and the taxonomy access module.

-----------------------------------------
CompuBase, websites and webdesign