Hey,
I want to make the “Submit” button clickable if two fields in my form are equal.
I check the option “Insert fields if”, and I write the condition (field_pw_conf1 == field_pw1). But it does not work !!!
Thanks
Hey,
I want to make the “Submit” button clickable if two fields in my form are equal.
I check the option “Insert fields if”, and I write the condition (field_pw_conf1 == field_pw1). But it does not work !!!
Thanks
J’ai le même soucis.
Je veux que lorsque l’utilisateur choisis dans la catégorie : “Logiciel” (liste de sélection), alors un widget s’affiche qui lui demande de préciser de quel logiciel il s’agit.
*J’ai essayé
category != null && !category.trim().equals(“software”);
mais ça ne fonctionne pas !*
I have the same issue.
What I want is: If the user choose ‘Software’ (selection list) a widget appears and asks him what softare is.
I tried
category != null && !category.trim().equals(“software”);
but id does not work !
Thank you.