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!