function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
d.tejdeep@nicomatic.ind.tejdeep@nicomatic.in 

email format is changing while generating vf to pdf

it has to print :

csedeep7@gmail.com
<apex:outputField value="{!contact1.email}"/>
it is printing like this :

csedeep7@gmail.com [ Gmail]
can i know what is the issue
Best Answer chosen by d.tejdeep@nicomatic.in
khillan bhardwajkhillan bhardwaj
Hi ,
Use <apex:OutputText in place of <apex:outputField Or you can print the it directly  like {!contact1.email}