How to add Submit Button from API

  • Floodlight
    Asked on February 14, 2017 at 9:47 AM

    I can't seem to find the docs on the list of controls available to add to a form.

    I managed to figure out the basic ones - control_textbox, control_textarea, control_dropdown control_radio, control_checkbox, control_fileupload, control_fullname, control_email and control_datetime

     

    But I don't know how to add the Submit button using the API.

    How is this done?

     

    Thanks.

  • Kevin Support Team Lead
    Replied on February 14, 2017 at 12:40 PM

    The field  type for buttons is "control_button", you could find it by entering a form ID in this link from our API: http://api.jotform.com/docs/#form-id-questions 

    How to add Submit Button from API Image 1 Screenshot 20

    Hope this helps.