Custom error messages
Map error messages directly to a tag. The messages can be seperated by | to allow for more error messages. The app will shuffle between given messages.
<input type="text" cf-error="Text is wrong wrong|Input is not right" />
Example
Submit with no input. to see the error
See the Pen Conversational Forms - Custom error message by SPACE10 (@space10) on CodePen.