Next it's back to the 4D Explorer. Again click on the middle tab to bring up the Methods. Again, click on Project Methods and hit the New button (circled in red):

The name you should assign to the new method is "WSC_FormHandler". Please type the following into the method editor:
C_TEXT($tReply)
$tReply:="Here are your words: <BR>"+WSC_t_FormItem1
SEND HTML TEXT($tReply)
Go to the Method menu and choose Method Properties, then select Available through 4DACTION option in the properties dialog.
Press the OK button and then close the WSC_FormHandler method before proceeding.