Coding help with Application form.
2 posters
Page 1 of 1
Coding help with Application form.
I'm trying to make a form with 2 drop down menus and 6 text boxes, and i want all the drop down menu values and text box values to be enter to the post.
Right now if i post it only posts the 1st textbox value. Do I need some Javascript coding in there to fetch all the textbox and dropdown list values?
This is as far i have gotten :
What am I doing wrong here? Link to the page : http://zgaming.forumotion.com/h3-test
Right now if i post it only posts the 1st textbox value. Do I need some Javascript coding in there to fetch all the textbox and dropdown list values?
This is as far i have gotten :
- Code:
<form enctype="multipart/form-data" onsubmit="return vB_Editor['text_editor'].prepare_submit(0,0);" name="post" method="post" action="/post?f=20&mode=newtopic" target="_blank">
Subject :
<input class="inputbox medium" size="60" type="text" value="" name="subject" id="subject" />
<label class="form-sub-label" for="input_6"> (ex. Spev - Admin Application) </label><br /><br />
<label class="form-label-left" id="label_3" for="input_3"> What Position Applying For : </label>
<select class="form-dropdown" style="width:150px" id="position" name="q3_whatPosition">
<option value="-1"> </option>
<option value="KAGE"> KAGE </option>
<option value="GM"> GM </option>
<option value="GA"> GA </option>
<option value="CGA"> CGA </option>
<option value="SA"> SA </option>
</select><br /><br />
Where are you from :
<select class="form-dropdown" style="width:150px" id="location" name="q4_clickTo4">
<option value="-1"> </option>
<option value="AMERICA"> AMERICA </option>
<option value="EUROPA"> EUROPA </option>
<option value="ASIA"> ASIA </option>
<option value="AUSTRALIA/NEW ZEALAND"> AUSTRALIA/NEW ZEALAND </option>
</select><br /><br />
BYOND Key :
<div id="textarea_content"><textarea class="inputbox" name="message"></textarea><label class="form-sub-label" for="input_11"> (ex. tamm171) </label>
</div><br /><br />
Typical In-Game Name:
<div id="textarea_content"><textarea class="inputbox" name="message"></textarea><label class="form-sub-label" for="input_5"> (ex. Tammer) </label>
</div><br /><br />
*Optional*Extra Skills (Coding/Iconning):
<div id="textarea_content"><textarea class="inputbox" name="message"></textarea>
</div><br /><br />
Why should we pick YOU over someone else?:
<div id="textarea_content"><textarea class="inputbox" name="message"></textarea>
</div><br /><br />
Things we should know about you, personally:
<div id="textarea_content"><textarea class="inputbox" name="message"></textarea>
</div><br /><br />
Extra:
<div id="textarea_content"><textarea class="inputbox" name="message"></textarea>
</div><br /><br />
<input class="button1" type="submit" accesskey="s" tabindex="6" value="Submit Application" name="post" id="subButton" />
</form>
What am I doing wrong here? Link to the page : http://zgaming.forumotion.com/h3-test
Last edited by tammer123 on March 2nd 2014, 10:26 am; edited 1 time in total (Reason for editing : Update...)
Re: Coding help with Application form.
Hi 
Are you referring to something like this? https://help.forumotion.com/t130751-html-page-with-a-button-to-post-a-new-thread
You can read the tutorial provided in the link if you can speak Spanish
.
Regards,
Pizza Boi

Are you referring to something like this? https://help.forumotion.com/t130751-html-page-with-a-button-to-post-a-new-thread
You can read the tutorial provided in the link if you can speak Spanish

Regards,
Pizza Boi
Pizza Boi- Hyperactive
-
Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!
Re: Coding help with Application form.
I already looked that, but I can't read Spanish
!
And I think I'm missing some javascript to get all the values from there.

And I think I'm missing some javascript to get all the values from there.
Re: Coding help with Application form.
Hi 
If ever, just have Sir.Mayo finish the interpretation since I'm working on it also.
If the words in the JS could be translated, the functions could be done promptly and effectively.
I'll take a look at it when I have free time again, for now, please be patient while some of us translate it
.
Regards,
Pizza Boi

If ever, just have Sir.Mayo finish the interpretation since I'm working on it also.
If the words in the JS could be translated, the functions could be done promptly and effectively.
I'll take a look at it when I have free time again, for now, please be patient while some of us translate it

Regards,
Pizza Boi
Pizza Boi- Hyperactive
-
Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!
Re: Coding help with Application form.
If I'm missing anything then I'm missing that a Javascript code what does collect everything from my form. Including the Labels.

» How to make an application form?
» Automatic application Coding help
» Forum Application form
» Application membership Form
» Application Form Code help
» Automatic application Coding help
» Forum Application form
» Application membership Form
» Application Form Code help
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum