How can I edit the title of a JotForm using API?

  • andrea_dinamiza
    Asked on July 17, 2015 at 3:30 AM

    Hi,

    I'can't found a way to edit the title of a form using the API.

     

    Is this possible?

     

    Thanks,

    Andrea

  • Boris
    Replied on July 17, 2015 at 6:28 AM

    I am not entirely sure Andrea, but I believe that you can change the title with something like this:

    curl -X POST -d "properties[title]=My New Form Title" "https://api.jotform.com/form/{formID}/properties?apiKey={apiKey}"

    It is best to direct specific questions regarding our API directly to our developers on http://developers.jotform.com/forum as they are better able to tell you specifics regarding the API. Though I think the above would work, as we usually set a title by using properties[title] in the API.

    I hope this helps. Please let us know how it goes.