We are excited to announce the upcoming launch of our KoboToolbox XLSForm Fundamentals Course! And, just for members of our KoboToolbox Community, we’re offering early access and a special discount.
Developed by our team, this course is designed specifically for KoboToolbox users. It provides a comprehensive introduction to advanced form building with XLSForm and KoboToolbox, covering a range of skills from creating an XLSForm from scratch to using form logic and calculations.
With hands-on learning activities and video lessons for each topic, you’ll gain key skills for building complex survey forms and deploying them for data collection with KoboToolbox. Plus, you’ll receive an official KoboToolbox XLSForm Fundamentals Course certificate upon course completion.
Dear @alexander thank you for the opportunity! It looks excellent!
Unfortunately I am unable to fill in the form, as I keep getting the validation error “Oops, not a valid email address apparently.” even when I input my email address(es) correctly.
I believe the form is using an incorrect RegEx for email addresses - it only accepts US-format email addresses, not the format that much of the rest of the world has. Be great if the form could please be updated to allow us to fill it in! Many thanks
@nat, could you kindly share with us your email ID so that we can check it out in the form? Requesting this as I did not find any issues with my email ID. You could share it privately if you wish to. Maybe a screenshot of the error message too (if possible).
Hi @Kal_Lam there are no issues with your email address because you only have one . in the domain. Many email addresses have two . or sometimes more.
Examples you could test with: name@paris.msf.org
firstname.surname@redcross.org.nz
firstname.surname@kizilay.org.tr i-surname@fcdo.gov.uk name@savethechildren.co.uk
isurname@redcrescent.org.my
etc…
BTW, this regex should mark the following email IDs as invalid:
test@domain-.com
test@-domain.com
test@gmail.c
test@gmail
@gmail.com
test@domain-.co.uk
test@sub-.domain.co```
Let me know if you have any other suggestions.
Thanks @Kal_Lam that regex (same as the support article) works for all my email addresses now (and a spot check of other colleagues’ from various countries) so that’s great. It would be excellent if all the future Kobo Inc forms could be sure to allow these addresses also.
Appreciated!