|
Form/Parsing Data Fields |
Top Previous Next |
|
If your autoresponder is configured to extract text from incoming messages you can use it in the message sent as a reaction to an incoming message.
To include the parsed text, use the name of the parsed field surrounded by $(...). For instance, to include a field named “Website” type in this:
$(Website)
The name of the parsed field can be found in the “Name” text box of the “Parsed Field Properties” window. Read Advanced Parsing and Working with Web Forms to learn more.
|