fleshed out text boxes

This commit is contained in:
Ubergeek 2019-07-13 12:25:00 -04:00
parent caecc5ba04
commit 5fceb31659
3 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ If you have any questions or problems relating to our service, or this website,
</select><br> </td></tr>
<tr><td>Type the word tildeverse here:</td> <td> <input type='textarea' name='tv'></td></tr>
<tr><td>Message:</td><td> <input type='textarea' name='message'><br><td>
<tr><td>Message:</td><td> <input type='textarea' name='message' rows = "10" cols = "80"><br><td>
</table>
<input type='submit'>
</form>

View File

@ -7,8 +7,8 @@ If you have any questions or problems, feel free to contact us.
<tr><td>Contact Name:</td> <td><input type='text' name='contact_name'></td></tr>
<tr><td>Email Address:</td> <td> <input type='text' name='email_address'></td></tr>
<tr><td>Desired Username:</td> <td> <input type='text' name='username'></td></tr>
<tr><td>What interests you about thunix:</td> <td> <input type='textarea' name='interest'></td></tr>
<tr><td>SSH Public Key:</td> <td> <input type='textarea' name='pubkey'></td></tr>
<tr><td>What interests you about thunix:</td> <td> <input type='textarea' name='interest' rows = "3" cols = "80"></td></tr>
<tr><td>SSH Public Key:</td> <td> <input type='textarea' name='pubkey' rows = "5" cols = "80"></td></tr>
<tr><td>Type the word tildeverse here:</td> <td> <input type='textarea' name='tv'></td></tr>
</table>
<input type='submit'>

View File

@ -26,7 +26,7 @@ if ( $tv != "tildeverse" ) {
shell_exec("echo '$mailbody' | /usr/bin/mail -s '$subject' $destination_addr ");
// In the future, here, we *should* be able to build a process that
// somehow auto-verifies the user, and instead of email, it'll kick off the new user process here
// auto opens an issue in the tildegit project
header("Location: $site_root/?page=success2");
die()