08-14-2013, 08:08 AM
(08-10-2013, 06:50 PM)Kat Wrote:Code:<div class="field-items request"><div class="field-item"><form action="/request" method="post" class="request"><input type="submit" value="Request "The Request Name""></form>
</div></div>
What does this mean exactly? I understand it's a forum to request a thing, but in what way are they requesting?
That doesn't appear to be anything except a "Submit button" - when you click on it, it will take you to the index page of the /request folder - It's using POST to transfer data across so unless there's some code we're missing it's going to go there and the only information it'll have is ' Request "The Request Name" ' - This is probably supposed to be changed by some dynamic element like PHP though.
If you've got a little more code for us to look at we should be able to help you out more.