For Neopets ONLY discussion.
Topic locked

Neopet Homepage: On Using Forms

Thu Jul 27, 2006 9:25 pm

A week ago, my girlfriend and fellow guild leader noticed a websites scavenger hunt...

http://www.fgn-guild.com/guild/scavenger2006.php

We have been wanting to create a scavenger hunt of our own for the guild, but i don't think we need to go as far as to create a seperate website off of neopets to do so. So, i was wondering if coding like this (or similar) can be compatible and allowed on a Neopets Homepage.

I'm pretty sure the coding being used at this website would not be allowed, but i've found something that may work. just wondering if this can be done...

Code:
<form method=POST action="mailto:someonesemail@yaddayadda.com"
 enctype="text/plain"
 onSubmit="window.alert('This form is being sent by email, even though it may not appear that anything has happened...')">
 UserName Input thingy:
  <input type=text name=username size=32 maxlength=80>
 <p>
 True or False Question:
  <input type=radio name=answer value="T"> True
  <input type=radio name=answer value="F"> False
 <p>
 Multiple Choice Question:
  <select name=when size=1>
   <option>Most of the time
   <option>some of the time
   <option>never
  </select>
 <p>
 <input type=submit>
</form>


If this has been asked before, my apologies, i'm anxious to know. :oops:

Fri Aug 04, 2006 2:46 am

I don't think it would work since the new filters were put on the site >< But I'm not a total expert on that stuff, so sorry if I'm wrong xPP

Sun Aug 27, 2006 12:49 am

Queen Moofienne wrote:I don't think it would work since the new filters were put on the site >< But I'm not a total expert on that stuff, so sorry if I'm wrong xPP

you are correct, neopets wouldn't allow it. *sigh* in summary, i simple asked guild members to mail in the answers to their questions posted on one of my neopets pages. working out fine...i think. started last week, so will be finding out soon. *fingers crossed*
Topic locked