Author Topic: Jois Us Application  (Read 2153 times)

Offline badger

  • Jr. Member
  • **
  • Posts: 55
    • Amateur Gaming
Jois Us Application
« on: Feb 05, 2011, 18:10:23 »
Does anyone here know how to make a Join Us Application forum? To be more specific its kinda like a contact us forum page but instead u customize the page for someone to join your clan and it gets sent to your e-mail when they submit that forum.

Offline Chair

  • Hero Member
  • *****
  • Posts: 861
  • I'm a Yes-Man.
    • Brosquad
    • Email
Re: Jois Us Application
« Reply #1 on: Feb 05, 2011, 18:15:03 »
What are you intending to ask on this form?


Some people deserve a high five once in a while....in the face... with an ARG
(see what I did there?)

Offline badger

  • Jr. Member
  • **
  • Posts: 55
    • Amateur Gaming
Re: Jois Us Application
« Reply #2 on: Feb 05, 2011, 18:17:28 »
I want to add it to my inferno theme. I was wondering If there is such plugin for smf? or if anyone knew how to make one

Offline Chair

  • Hero Member
  • *****
  • Posts: 861
  • I'm a Yes-Man.
    • Brosquad
    • Email
Re: Jois Us Application
« Reply #3 on: Feb 05, 2011, 18:20:24 »
There is no existing plugin to create a clan application form, however what you're asking is basically the same thing as a contact form, the only difference being that your users will be submitting clan-specific info rather than sending you a personal email. This I can do, however I am still very basic, and it will be just plain table-based html. But before I can code one up for you, I'll need to know what information you want your users to submit when they apply to join a clan.


Some people deserve a high five once in a while....in the face... with an ARG
(see what I did there?)

Offline badger

  • Jr. Member
  • **
  • Posts: 55
    • Amateur Gaming
Re: Jois Us Application
« Reply #4 on: Feb 05, 2011, 18:29:32 »
that would totally rock man!

This is what I wanted to add in the forum:

Name:
Age:
Location:
Games you play:
Why would you like to Join Amateur Gaming?:


Offline Chair

  • Hero Member
  • *****
  • Posts: 861
  • I'm a Yes-Man.
    • Brosquad
    • Email
Re: Jois Us Application
« Reply #5 on: Feb 05, 2011, 18:51:23 »
Code: [Select]
<form method="post" action="mailto:youremailaddress">
<fieldset><legend><h2>Clan Application Form</h1></legend>

<table>
<tr>
<td>Name: </td>
<td><input type="text" name="name" value="Name"/></td>
</tr>
<tr>
<td>Age: </td>
<td><input type="text" name="age" value="Age"/></td>
</tr>
<tr>
<td>Email: </td><td><input type="text" name="email" value="Email"/></td>
</tr>
<tr>
<td>Games you play: </td><td><textarea name="games" value="What games do you play?"></textarea></td>
</tr>
<tr>
<td>Why would youlike to <br />join Amateur Gaming? </td><td><textarea name="motivation" value="Why would you like to join Amateur Gaming?"></textarea></td>
</tr>
<tr>
<td><input type="Submit" value="submit"/>
<input type="Reset" value="reset"/></td>
</tr>
</table>

</fieldset>

</form>

That is about the best I can do without styling. This form will probably open up your user's email client in order to send the info, so for now, change the "youremailaddress" in the code to your actual email address, and then ask over at www.simplemachines.org how to make your form submit via the web server rather than the emailclient, as it's 5 a.m. where i live and i have to study tomorrow for my big exam on monday :/

I would help you more,but thats the best i could do in the small amount of time that I had :/


Some people deserve a high five once in a while....in the face... with an ARG
(see what I did there?)

Offline Hoodie

  • Club Member
  • Full Member
  • *
  • Posts: 173
    • Email
Re: Jois Us Application
« Reply #6 on: Feb 05, 2011, 20:47:26 »
There's a mod on SMF's site that will do this..  Not sure what version of SMF you're running but here's the link to the mod:

http://custom.simplemachines.org/mods/index.php?mod=1279

Instead of using your mail system and getting an email, this will make a post with the info that they've entered..  You can make it so it is only viewable by admins/mods or whoever through the board permissions just like normal as well..  I've used it with success on a few different occasions..

Offline badger

  • Jr. Member
  • **
  • Posts: 55
    • Amateur Gaming
Re: Jois Us Application
« Reply #7 on: Feb 09, 2011, 14:31:48 »
thanks you guys!

Offline NCSurfer

  • Sr. Member
  • ****
  • Posts: 450
Re: Jois Us Application
« Reply #8 on: Jun 10, 2011, 19:06:51 »
If your using TP try this. I used it in the past and it worked well.

http://www.simplemachines.org/community/index.php?topic=204526.msg1300407#msg1300407

SURFING IS THERAPY!