peterzog

Make fields editable by signer

0 votes

I think this is an easy one as I think I am misunderstanding something fundamental.  How can I make a field editable?

This is populating the value correctly, but I want the signer to have the ability to adjust it:

            // printed name field
            OneSpanAPIObjects.Field printedNameField = new OneSpanAPIObjects.Field();   
            printedNameField.extract = true;   
            printedNameField.name = formSigner.Form_Signer_Printed_Name_Field__c;  
            printedNameField.type = 'INPUT';   
            printedNameField.subtype = 'TEXTFIELD';
            printedNameField.value = signer.firstName + ' ' + signer.lastName;


Reply to: Make fields editable by signer

0 votes

Nevermind.  You can delete this topic!


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off