OpenESignForms / openesignforms

Open eSignForms is the first open source SaaS web contracting platform
https://open.esignforms.com
107 stars 50 forks source link

Initial value being set on Signature field that doens't support it #97

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a document with a signature field. Define the signature field as a 
General type (not Signature yet).  Set an initial value.  Testing will show the 
initial value appears.
2. Change that field type to Signature. The initial value setting is no longer 
shown.  Test again and note that the initial value is still being set.

What is the expected output? What do you see instead?
If the initial value cannot be set, it should not be used. In this case, the 
Signature field either needs to blank out the previous initial value, or not 
set the initial value because it's type doesn't support it.

Original issue reported on code.google.com by yoz...@gmail.com on 30 Apr 2013 at 6:11

GoogleCodeExporter commented 9 years ago
Fixed in 13.5.5.  Signature fields are no longer initialized even if they have 
a value from a prior field type specification.

Field types that have no initial value:
File
File Confirm Click
Radio Button
Signature
Sign Date

Original comment by yoz...@gmail.com on 1 May 2013 at 12:09