Jump to content

Ajax Form Kind Of Helper


winmastergames

Recommended Posts

Is it possible to have like a Form with drop down Boxes and if you select something then it writes text saying like what you've selected with multiple drop down boxes like in one drop down box you say click male and the next one Age 18 then below it will write text saying Male 18 can you point me in the right direction like a JS script you can use to make it

Link to comment
Share on other sites

well you really don't need a ajax request simple js will also work fine

 

if(document.getElementById('sel1').value != '')

document.getElementById('text').innerHTML=document.getElementById('sel1').value

if(document.getElementById('sel1').value != '')

document.getElementById('text').innerHTML= document.getElementById('text').innerHTML+ document.getElementById('sel1').value

 

something like this if kept properly can help you .

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.