rightnow crm - standard/input/ContactNameInput receives the data of the user who is logged in -
i'm working on oracle service cloud rightnow , have form. fields of form contact.name.first , contact.name.last . calling :
<rn:widget path="input/contactnameinput" name="contact.name" label_input="#rn:msg:custom_msg_customer_name_lbl#" class="form-control" id="csname" maximum_length="60" required="true"/>
the inputs printed value of logged-in user. how can prevent them having value?
Comments
Post a Comment