We entered some text, submitted the form, and our browser now shows this:
You entered: Jack & Jill
What happened was:
An important feature to note here is that we entered data that needs HTML escapement when printed - the ampersand (& ). Vortex automatically HTML escapes variables when they're printed, so we don't need to worry about it. (We can verify this by looking at the HTML source in our browser - the & is shown as & .)