-
Notifications
You must be signed in to change notification settings - Fork 317
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
Feature Request: [Different document in template] #1477
Comments
While this sounds like a great feature. This might confuse a lot of users. What do you have in mind about the UX of this feature? |
I understand how it could be confusing to put under templates, so maybe it should be called something else, but let me give more detail: With Opensign however, I currently need to manually place every field (signature, date, etc) every single time, even though it goes on the exact same place on every document. So a template (or even just the previously created document) where the fields are auto-populated from onto the chosen pdf would be a great time-saver. As a bonus, it would ensure each document has the fields in exactly the same location. |
Related to OpenSignLabs#1477 Add functionality to select a different base document in templates. * **EditTemplate Component**: - Add a file input field to allow users to upload a new base document. - Update the form submission logic to handle the new base document. - Update the state to include the new base document. * **TemplatePlaceholder Component**: - Add logic to handle the new base document when fetching template details. - Update the state to include the new base document. - Update the `handleSaveTemplate` function to save the new base document. * **createTemplatewithCoordinate Function**: - Add logic to handle the new base document when creating a template. - Update the state to include the new base document. * **createDocumentWithTemplate Function**: - Add logic to handle the new base document when creating a document from a template. - Update the state to include the new base document.
Feature Title
Select a different document in template
Feature Description
Selecting a different document while using a template would be very useful.
Currently, when using a template, I can change many things before sending, but I can't change the base document.
Since my documents all have the signature space in the same area, it would be a great time saver to be able to set the locations of the signature, date, etc. on the template, and just update the base document before sending.
What type of feature are you requesting?
UI/UX Improvement
Importance
Medium
Additional Context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: