• Hi,

    Can the submit button be set to disabled when the page loads? Currently, the submit button only accepts two parameters, so I use JavaScript to disable it when the DOMContentLoaded event is triggered. This is to prevent users from clicking submit before they have checked the agreement checkbox.

    Example: [submit is-disabled “確認画面へ進む”]

Viewing 2 replies - 1 through 2 (of 2 total)
  • An advisable help. Add the required field for your checkbox. It will force users to check off the box before submit. (Checkbox*) = required.

    Thread Starter unicornboat

    (@unicornboat)

    Hi @drewscomputers,

    Thanks for your advice. I’ve thought about that before. I use to set the checkbox of agreeing the terms and conditions as [checkbox* agreement] . The issue is that the submit button is not responsively related to this checkbox when the page is loaded. I still have to use JS to check if set the submit button to disabled so users can’t natively click it to work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Set submit button as disabled initialy’ is closed to new replies.