“Required” not working for me

[ad_1]

Hello @akitaro

The requirements or other validation rules are used in the current plugin version only at the moment of the form submission or next-page navigation on multipage forms.

In the current plugin version, you should check the fields’ values from the equations. Ex. If you have the fields fieldname1 and fieldname2, and you want to evaluate the equation fieldname1/fieldname2 if both fields are filled by the user, you can edit it as follows:

IF(AND(fieldname1,fieldname2), fieldname1/fieldname2, '');

We are working in an update to check the fields validation before evaluating the equations.

Best regards.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer