kadamsurekha Posted March 17, 2007 Share Posted March 17, 2007 hello friends! i have a web page with options as from: to: sub: message Type: next to from, to, sub there r textboxes to enter the relevant data. message type is a drop down list with 2 options "plainmessages" and "offers" when i select the message type i want based on that the next form elements to open not before that. i mean when i select offers from the message type drop down list i want : itemname: price: location: description: with textboxes to enter the data for them. if i select "plainmessage" only one textarea should open to type my message. how can i do it? can i do it using php code or i need ajax javascript to use?? thx n regards Link to comment https://forums.phpfreaks.com/topic/43137-form-query/ Share on other sites More sharing options...
HoTDaWg Posted March 17, 2007 Share Posted March 17, 2007 yea, u probably will need some javascript/css in there. i doubt ull need ajax but then again i never learnt it lol. check out an example of what you want here: http://www.firecold.com/submit.php view source it and im sure that can help you:) Link to comment https://forums.phpfreaks.com/topic/43137-form-query/#findComment-209483 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.