Date Validation on Side-to-side | XM Community
Skip to main content
Hi all!

I'm currently using a side-by-side question to get input for dates and duration of activities.



Is there an efficient way to validate one column for numbers only, and two columns for dates, where the second date column is later than the first.

I've managed to achieve this on one line using multiple regex validations, but would like to not have to repeat that 20 times.



!
Hey @LaurenTaylor! Without using custom code, regex validation is the best way to go in this case!

Leave a Reply