I have a simple requirement, I have an input field for e-mails and depending on the e-mails I need to redirect the user to a specific page (another appsmith project / or another page in the same project).
Eg :- From Home page input —> If E-mail is “abc@def.com” => Load Page 2 / E-mail is def@abc.com => Load Page 3
Is there any tutorial on how to do this? Any help is appreciated.
@o2d, you can write JS on different properties of widgets using the mustache syntax. In your case, you can drag and drop a button for the UI and copy the above JS code on the button’s onClick property.