This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

displaying field depending on a boolean attribute

 Hi, I would like to display the field DefaultAddressEmail while creating a new user in the web portal only if the attribute IsExternal is ticked (i.e. = true). this is because externals users will not have email address and their own addresses will be set  as default email address.

 

I'm using the version 8.0.0.36.

 

can you help me to do that in the web designer ? 

 

Thanks in advance

Parents
  • Add a container, put your visibility condition there, add the Container reference to VI_Common_propertyeditor. Fill as much things as you can, especially PropertyList and EditTable.
    Make sure that it is in a iteration or has a cursor assigned.
    The easiest way to get that is to add the node container iteration and put everything in there.

    Make sure that the non registered user of the registration web has write permission to the email address, if needed.

Reply
  • Add a container, put your visibility condition there, add the Container reference to VI_Common_propertyeditor. Fill as much things as you can, especially PropertyList and EditTable.
    Make sure that it is in a iteration or has a cursor assigned.
    The easiest way to get that is to add the node container iteration and put everything in there.

    Make sure that the non registered user of the registration web has write permission to the email address, if needed.

Children
No Data