Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Amit, I'm having the same issue as you, did you manage to figure out what was wrong? PostURL = host + "/rest/asset/v1/form/" + id + "/richText.json?" + qs.ToString(); HttpWebRequest request = (HttpWebRequest)WebRequest.Create(PostURL); request.Method =...
I'm trying to clone a form via the API but I'm getting some unexpected results when compared to cloning emails/landing pages. When I clone a form, if the original form is approved it then gains a draft. I've not noticed this when cloning any other content. Also, when I click on my cloned form, it ta...