Coding help with Application form. Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    Coding help with Application form.

    avatar
    tammer123
    New Member


    Posts : 3
    Reputation : 1
    Language : Estonian

    Coding help with Application form. Empty Coding help with Application form.

    Post by tammer123 March 1st 2014, 3:01 pm

    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 :
    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, 3:26 pm; edited 1 time in total (Reason for editing : Update...)
    Pizza Boi
    Pizza Boi
    Hyperactive


    Male Posts : 2016
    Reputation : 160
    Language : French
    Location : Pizza Hut!

    Coding help with Application form. Empty Re: Coding help with Application form.

    Post by Pizza Boi March 2nd 2014, 6:43 pm

    Hi Very Happy

    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 Smile.

    Regards,
    Pizza Boi
    avatar
    tammer123
    New Member


    Posts : 3
    Reputation : 1
    Language : Estonian

    Coding help with Application form. Empty Re: Coding help with Application form.

    Post by tammer123 March 2nd 2014, 8:12 pm

    I already looked that, but I can't read Spanish Sad!
    And I think I'm missing some javascript to get all the values from there.
    Pizza Boi
    Pizza Boi
    Hyperactive


    Male Posts : 2016
    Reputation : 160
    Language : French
    Location : Pizza Hut!

    Coding help with Application form. Empty Re: Coding help with Application form.

    Post by Pizza Boi March 2nd 2014, 11:31 pm

    Hi Very Happy

    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 Smile.

    Regards,
    Pizza Boi
    avatar
    tammer123
    New Member


    Posts : 3
    Reputation : 1
    Language : Estonian

    Coding help with Application form. Empty Re: Coding help with Application form.

    Post by tammer123 March 3rd 2014, 11:40 am

    If I'm missing anything then I'm missing that a Javascript code what does collect everything from my form. Including the Labels.