mirror of
https://github.com/teachingtechYT/teachingtechYT.github.io.git
synced 2024-08-30 18:23:26 +00:00
Contact validation
This commit is contained in:
@ -35,19 +35,19 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Name:</td>
|
||||
<td><input type="text" name="entry.958929823" id="entry.958929823"></input></td>
|
||||
<td><input type="text" name="entry.958929823" id="entry.958929823" required></input></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Email:</td>
|
||||
<td><input type="email" name="entry.1317980981" id="entry.1317980981"></input></td>
|
||||
<td><input type="email" name="entry.1317980981" id="entry.1317980981" required></input></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Subject:</td>
|
||||
<td><input type="text" name="entry.963562293" id="entry.963562293"></input></td>
|
||||
<td><input type="text" name="entry.963562293" id="entry.963562293" required></input></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Message:</td>
|
||||
<td><textarea name="entry.431382031" id="entry.431382031" style="width:90%; height: 20vh;"></textarea></td>
|
||||
<td><textarea name="entry.431382031" id="entry.431382031" style="width:90%; height: 20vh;" required></textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"><input type="submit" value="Submit"></td>
|
||||
|
@ -42,7 +42,7 @@
|
||||
<ul>
|
||||
<li><a href="https://filebin.net/" target="_blank">Filebin</a> to upload gcode files for others to examine and preview.</li>
|
||||
<li><a href="https://pastebin.com/" target="_blank">Pastebin</a> to provide firmware configuration information or other relevant data. Forums will often garble sensitive data like gcode or firmware configs that needs to be read accurately.</li>
|
||||
<li><a href="https://imgur.com/" target="_blank">Imgur</a> to upload images of your problem. A picture paints a thousand words and is quite often the most effivient way to communicate a problem.</li>
|
||||
<li><a href="https://imgur.com/" target="_blank">Imgur</a> to upload images of your problem. A picture paints a thousand words and is quite often the most efficient way to communicate a problem.</li>
|
||||
<li><a href="https://streamable.com/" target="_blank">Streamable</a> to upload a video of the problem. This again can be incredibly useful in helping others diagnose your problem.</li>
|
||||
</ul>
|
||||
<p>All of the sites above are free to use and do not require an account for the core functionality.</p>
|
||||
|
Reference in New Issue
Block a user