Pass value from select (combobox) to input

This section is for posting questions which are not directly related to WYSIWYG Web Builder.
Examples of off topics: web server configuration, hosting, programming related questions, third party scripts.

Note that these questions will generally not be answered by the administrators of this forum.
Post Reply
User avatar
spoon
 
 
Posts: 96
Joined: Thu Oct 26, 2017 9:23 am

Pass value from select (combobox) to input

Post by spoon »

Hello, tell me, there is a page index.php on it a form with a combobox, the form sends value from the combobox through the session to the a.php page, where the form also has an input, the input should get the selected value from the combobox, but the index combobox? How to make the list value in input fall?
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Pass value from select (combobox) to input

Post by Pablo »

This require programming.
You will need to store the value in PHP session variable and the populate the combobox on the other page with that value.
Post Reply