field not showing on after validation
-
I found that, aviary field gone hide on another fields validation failure.
suppose I have 2 fields on form, 1st one is a required text field, 2nd is Aviary editor field.
if I mistakenly leave 1st field blank and uploaded file on 2nd field then press submit, validation error came on 1st field, aviary preview with browse button are gone.
same things happened to aviary fields also.
if I fill 1st field and miss 2nd field (aviary, aviary field gone blank. its showing only label.
may be its my problem or not?
wanna try?I have tried this code, but no hope-
add_filter( 'gform_validation_19', 'validate_vins' ); function validate_vins(){ ?> <script type="text/javascript" src="mydomain.com/wp-content/plugins/aviary-image-editor-add-on-for-gravity-forms/includes/js/gform-aviary.js"></script> <? return $form; }
https://www.ads-software.com/plugins/aviary-image-editor-add-on-for-gravity-forms/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘field not showing on after validation’ is closed to new replies.