Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passing arbiratry data to Docusign Template #78

Open
invertium opened this issue Apr 18, 2017 · 0 comments
Open

Passing arbiratry data to Docusign Template #78

invertium opened this issue Apr 18, 2017 · 0 comments

Comments

@invertium
Copy link

invertium commented Apr 18, 2017

I'm trying to fill an "address" field in my docusign template prior to signing. Passing data was already discussed here.

But its not clear whether the support is actually working and how I would go about this. (Added variable to template and tried passing parameter, that didnt work).

 def create_signature(self, signature):
        """Create signature backend-side."""
        params = {'address': 'Home Street'}
        if self.signature_backend.use_callback:
            params['callback_url'] = self.cleaned_data['callback_url']
        self.signature_backend.create_signature(
            signature,
            subject=signature.document_title,
            **params
        )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant