I currently use the following in salesforce to check if the user put in a valid email format:
IF( Text(Temp_Type__c) = “New Member”, IF(REGEX ( UPPER ( Temp_Lead_Email__c ) ,“l1]+@>A-Z0-9.-]+.-A-Z]{2,4}$”) = TRUE, FALSE,
TRUE),FALSE)
I would like to do this within skuid before being sent to sales force. Is there some code that could be put in a UI-field or some script that can check for proper formating?
A-Z0-9.%±/!#$%&'*=?^'{|}~ ︎