Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. 🚫 No AI-generated (LLM) posts allowed. Share your own thoughts and experience — accounts may be terminated for violations.

Wanted: Service html code for FORM

Status
Not open for further replies.

xTOPSECRETx

Level 4
Legacy Gold Member
Joined
Aug 28, 2006
Messages
129
Reaction score
0
I need a form ,

a simple ad free form, that I could use in my own template.

So people that are interested to post their .mobi domain, they submit it through the form with contact, etc!

anyone have one? im using dreamveawer
 

BiggieBiggie is verified member.

DNForum Moderator
Legacy Exclusive Member
Joined
Sep 4, 2002
Messages
15,055
Reaction score
2,243
here ya go


<form action="MAILTO:[email protected]" method="post" enctype="text/plain">

<h3>Blah blah blah blah blahT<br>Please complete the following information!</h3>
Name:<br>
<input type="text" name="name"
value="first/last
" size="20">
<br>
Address:<br>
<input type="text" name="address"
value="address" size="20">
<br>
City/State:<br>
<input type="text" name="city/state"
value="City/State" size="20">
<br>
Country/Zipode:<br>
<input type="text" name="country/zipcode"
value="Country/zipcode" size="20">
<br>
Phone:<br>
<input type="text" name="phone"
value="areacode+number" size="20">
<br>
E-Mail:<br>
<input type="text" name="mail"
value="e-mail adddress" size="20">
<br>
Comment:<br>
<input type="text" name="comment"
value="yourcomment" size="20">
<br><br>
<input type="submit" value="Send">
<input type="reset" value="Reset">

</form>
 
Status
Not open for further replies.
Top Bottom