How do I program submit button

  • jmmediagroup
    Asked on January 13, 2017 at 6:34 PM
  • Helen
    Replied on January 14, 2017 at 4:58 AM

    Hi,

    Thank you for contacting us.

    Do you want to customize your submit button? If you want this, you can add custom CSS codes into your form. Here is an example:

    If you add this custom CSS into your form,

    .form-submit-button {

    background: #0066A2;

    color: red;

    border-style: outset;

    border-color: #0066A2;

    height: 60px;

    width: 130px;

    font: bold 15px arial, sans-serif;

    }

    Your submit button looks like:

    How do I program submit button Image 1 Screenshot 30

    Here is a guide helps to you: https://www.jotform.com/help/118-Submit-Button-CSS-CSS3

    Do you want to disable/enable submit button? You can use the Show/Hide Condition to hide or show the Submit button based on a condition that you have set. For example, you can set a condition that if a field has been filled, the submit button will be hidden from the form. This way, the user won't be able to submit your form. You can check out this guide for more info: How to Show or Hide Fields Base on User's Answer

    Here's an example:

    How do I program submit button Image 2 Screenshot 41

    If you do not want both examples, please provide us more detail about your issue. 

    We will glad to solve your problem and be waiting for your response.