Hi all,
Is there a way to validate input fields in LCA, for example, to validate URL input field contains no spaces?
Alija Kusur [SLC] [DevOps Advocate] Selected answer as best
Hi Alija,
There is no way to validate input using the input components in LCAs. Instead, you can do this using interactive scripts, which can be embedded in LCAs using the IAS component or script actions.
Alija Kusur [SLC] [DevOps Advocate] Posted new comment
Great, thanks for the answer.