Hi,
Use <textarea></textarea> tags instead.
Welcome to the Tectite Forums! You can download and get support for our free PHP FormMail (form processor) and other free software.
Hello,
I've got a bit problem, I'd like to make the mailto section a bit bigger, I haven't managed to do it I am afraid, the page is at www.caravansary.org/contact
I'd appreciate any suggestions
Many thanks
Nat
Hi,
Use <textarea></textarea> tags instead.
Russell Robinson - Author of Tectite FormMail and FormMailDecoder
http://www.tectite.com/
Hi there,
thank you for this, sorry I am abit new to all this, is there example somewhere that I can copy at all
Regards
Nat
hi
for email address try such as those:
(to vary the broadness diversify the size-value/number – 'size="36"' – above)Code:<input type="text" name="email" size="36" />
and for the content:
(also can be modified by changing the numbers)Code:<textarea name="tellme" rows="10" cols="35"></textarea>
by the way, finally to get the script working i think you need an additional field for the name (realname), cause "realname" and "email" are required fields in formmail if i am right.
best, erik
Hi there,
thank you for looking into this, here is the script, you can see it at www.caravansary.org/contact
I am not clear in which line I include the textarea bit
<form action="/cgi-sys/formmail.pl" method="post">
<input type="hidden" name="recipient" value="myemail address">
<input type="hidden" name="subject" value="FormMail E-Mail">
<br /><br />
<input type="text" name="email" size="31" value="Visitor E-Mail"><br />
<input type="text" name="tellme" size="31" value="E-Mail Content"><br /><br />
<input type="submit" name="submit" value="Submit">
<input type="hidden" name="redirect" value="contact/redirecto.htm">
</form>
</body>
</html>
Hi,
Replace this:
with this:Code:<input type="text" name="tellme" size="31" value="E-Mail Content">
Code:<textarea name="tellme" rows="5" cols="40">E-Mail Content</textarea>
Russell Robinson - Author of Tectite FormMail and FormMailDecoder
http://www.tectite.com/
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks