Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2007-03-01 22:20:59
- justthink
- New Member
- Registered: 2006-12-18
- Posts: 5
How do to "fill-ins"?
I would like to have a fill in box on my website that asks for the name, email address, and then the comments or questions box. When the visitor press submit, everything will be sent to my email.
Something like this: http://pc.ign.com/email.html
I’d appreciate any help. Thank you.
Last edited by justthink (2007-03-01 22:21:51)
Offline
Re: How do to "fill-ins"?
Offline
#3 2007-03-01 22:46:50
- justthink
- New Member
- Registered: 2006-12-18
- Posts: 5
Re: How do to "fill-ins"?
This is what I got so far. What do i add to the code so that everything will be sent to my email?
justthink wrote:
<div id=“commentform”>
<h3>Internship Application</h3>
<txp:if_cookie>
<input type=“hidden” id=“name” name=“name” value=”<?php echo pcs(‘name’); ?>” size=“35” tabindex=“1” />
<input type=“hidden” id=“email” name=“email” value=”<?php echo pcs(‘email’); ?>” size=“35” tabindex=“2” />
<input type=“hidden” id=“Street Address” name=“Street Address” value=”<?php echo pcs(‘Street Address’); ?>” size=“55” tabindex=“2” />
<input type=“hidden” id=“High School” name=“High School” value=”<?php echo pcs(‘High School’); ?>” size=“55” tabindex=“2” />
<input type=“hidden” id=“Telephone” name=“Telephone” value=”<?php echo pcs(‘Telephone’); ?>” size=“35” tabindex=“1” />
</txp:if_cookie>
<txp:if_no_cookie>
<span><label for=“name”>Full Name:</label><input type=“text” id=“name” name=“name”
<span><label for=“email”>Email:</label><input type=“text” id=“email” name=“email”
<span><label for=“Street Address”>Street Address:</label><input type=“text” id=“Street Address” name=“Street Address”
<span><label for=“Telephone”>Telephone:</label><input type=“text” id=“Telephone” name=“Telephone”
<span><label for=“High School”>High School:</label><input type=“text” id=“High School” name=“High School”
</txp:if_no_cookie>
<span><label for=“message”>Your Comment:</label><textarea id=“message” name=“message” cols=“30” rows=“12” style=“width:300px;height:250px” tabindex=“4”></textarea></span>
<span><txp:comment_remember /></span>
<txp:comment_preview />
<txp:comment_submit />
</div>
Last edited by justthink (2007-03-01 22:51:39)
Offline
Re: How do to "fill-ins"?
did you read the docs for zcr?
Offline
#5 2007-03-02 00:43:24
- justthink
- New Member
- Registered: 2006-12-18
- Posts: 5
Re: How do to "fill-ins"?
Do I have to install plugins? I don’t have admin right now so I don’t think I can install plugins.
Thanks for helping.
Offline
Re: How do to "fill-ins"?
justthink wrote:
Do I have to install plugins? I don’t have admin right now so I don’t think I can install plugins.
install zem_contact_reborn, read and follow the documentation and you’re good to go. if you don’t have access to the plugin tab then ask your admin to do it for you.
Offline
Re: How do to "fill-ins"?
and don’t forget to install zem_contact_lang as well, because that’s a requirement for using zem_contact_reborn.
Offline
Pages: 1