• Resolved silenx

    (@silenx)


    Hello,
    is it possible to set ( even via code ) the acceptance flag to be a required field?
    Can you paste snippet of code for that ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Lap

    (@lapzor)

    Hi,

    Yes, when you insert the field via the buttons above the form editor you can check the box for required, or you can add “required” to the code for that field manually like this

    <input type=”email” name=”email” required>

    Hope that helps. If you have any questions, please let us know!

    Thread Starter silenx

    (@silenx)

    Sorry, i didn’t expain well.
    I mean the acceptance flag in woocommerce integration ( the one in the woocommerce order form )

    Plugin Contributor Lap

    (@lapzor)

    Only if you switch to Custom Integration instead of the standard integration, or otherwise add it trough your own custom code. So by default this is not possible.

    Hope that helps. If you have any questions, please let us know!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Required Field’ is closed to new replies.