添加en和zh
This commit is contained in:
27
en/docs/common/customer_form.md
Normal file
27
en/docs/common/customer_form.md
Normal file
@@ -0,0 +1,27 @@
|
||||
<div class="custForm">
|
||||
<form action="http://ftyyyyy.xyz/submit _en.php" method="post">
|
||||
<div>
|
||||
<h4>Company:</h4>
|
||||
<input type="input" name='company' placeholder="Company" />
|
||||
</div>
|
||||
<div>
|
||||
<h4>Email:</h4>
|
||||
<input type="input" name='email' placeholder="email" />
|
||||
</div>
|
||||
<div>
|
||||
<h4>Topic:</h4>
|
||||
<select name='topic'>
|
||||
<option>Product Solution</option>
|
||||
<option>Product Price</option>
|
||||
</select>
|
||||
</div>
|
||||
<div>
|
||||
<h4>Content:</h4>
|
||||
<textarea name="content" rows="8" placeholder="Description detail">
|
||||
</textarea>
|
||||
</div>
|
||||
<div style="text-align: right;">
|
||||
<input class="button" type="submit" value="Submit" />
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
Reference in New Issue
Block a user