You are viewing limited content. For full access, please sign in.

Question

Question

How to Delete Saved Typed Signature?

asked on December 2, 2015 Show version history

We have an employee that added a signature to their account settings in Forms and would like to remove it. However, when they go to edit the signature and delete the typed name the Accept button is disabled. How can we remove their signature?

Using Forms 9.2.1.1069

1 0

Answer

SELECTED ANSWER
replied on December 2, 2015

This issue is addressed in Forms 10 where you can now clear out the signature configured for the user and save.

In Forms 9.2, you can do this by manually editing the Forms database. Please backup the database first before making any changes. Then run the following query

update cf_user_profile
set signature_type=null, type_name=null, type_font=null, data_url=null, thumbnail_data_url=null
where sid='The sid of the user'

You can find the sid of the user by looking in the cf_users table.

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.