Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
$subject = "Test form";
$info = "Some miscellaneous information";
$info .= " about me.";
$phone = "555-5555";
write;
format STDOUT_TOP =
# This area can contain headers which can look like the
# info between the periods below.
.
format STDOUT =
Subject: @<<<<<<<<<<<<<<<<<<<<<<<<<<< ^<<<<<<<<<<<<<<<<<<<
$subject $info
Telephone: @<<<<<<<<<<<<<<<<<<<<<<<<<<< ^<<<<<<<<<<<<<<<<<<<
$phone $info
~ ^<<<<<<<<<<<<<<<<<<<
$info
.
Subject: Test form Some miscellaneous
Telephone: 555-5555 information about
me.