Thank you very much.
Good Work!
I will wait for the next release.
The problem is with the input type ‘file’, the other inputs are ok.
<div class="wp_crm_input_wrap" data-random-hash="41054">
<input tabindex="6" data-crm-slug="logo" data-random-hash="41054" name="wp_crm[user_data][logo][41054][value]" class="wp_crm_logo_field wp_crm_required_field" type="file" value="">
</div>
It has the class ‘wp_crm_required_field’ but I can send the form with this field empty.
I checked it as required in the plugin backend.