Forum Discussion
Ion-vlad Orascu
Jul 08, 2019Copper Contributor
hide fields in Office 365 signature if there are empty
Hello all, I am using dynamically attached signature in Office 365 though a rule, where I append the disclaimer. But not all users have phone numbers filled in. Si signature looks like this: F...
Rhys Williams
Jul 08, 2019Iron Contributor
You can use %% variable attributes. This is a snippet of mine:
<span><b>E:</b> %%email%%</span><br/>
<span class="ddi" data-hide="%%PhoneNumber%%"><b>DDI:</b> %%PhoneNumber%%</span><br/>
In your case, variables you can use are as follows:
%%displayname%%
%%PhoneNumber%%
%%title%%</br>
%%company%%
%%street%%
%%city%%, %%state%% %%zipcode%%
jmichelleg
Oct 30, 2020Copper Contributor
Rhys Williams Did you ever get this working to hide fields? If so can you help me?