I'm creating a contact form which should allow the user to enter either phone or email or both. My conditions would be something like:Email.value != "" || Phone.value != ""I just have no idea how to write this as a K# macro rule in the Forms -> Form Builder -> Field Validation -> General Condition editor. Is it even possible to get the value of other fields? All the predefined rules are completely unrelated to the current form data.
↧