Hello.
Does anybody know if it's possible to show/hide a field based on the number entered into the quantity field?
i.e. If the quantity entered is > X, then show the field Y, else show field Z.
Ted
Hello.
Does anybody know if it's possible to show/hide a field based on the number entered into the quantity field?
i.e. If the quantity entered is > X, then show the field Y, else show field Z.
Ted
This isn't possible as a built in feature. It may be possible via jQuery but you would have to implement it using custom jQuery that you or a developer would have to write.
+1 to this. im looking to do the same thing. in my case, i'm asking how many registrations. if the answer is more than one then additional name fields would appear.
right now im having to ask a separate yes/no question for additional registrations. but it means that im asking the same question twice in a way. having them enter a quantity and also asking the yes no.
unless there's a better way?