Typeform/js-api-client

feat: create a copy form function

picsoung opened this issue ยท 2 comments

Add a function to copy a form

could be copyForm({uid: formId})

mathio commented

We do not have an API endpoint for such feature. However we could just retrieve the form with forms.get, sanitize the object (remove some IDs) and create new one with forms.create. WDYT? I tried with a few forms of my own and it seems to be working. Would you mind testing this a bit too?

๐ŸŽ‰ This issue has been resolved in version 1.14.0 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€