#!/bin/sh

echo "string = $string"
echo "integer = $integer"
echo "float = $float"
echo "date = $date"
echo "radio = $radio"
echo "text = $text"
echo "password = $password"
echo "file = $file"
echo "file name = $file__name"