I have two forms on the same page, i have text input fields and the drop down boxes i created are auto submit boxes i created with javascript.
Now the problem is that when form 1 submits itself it resets form 2 and vica verca i am trying to get all the data on the page to stay in the boxes and i already use this method
Code: Select all
<?php if($heat5 == 'Full system (elec to gas)') echo "selected = \"selected\"";?>any suggestions bearing in mind am new to this so if you could provide an example i would be very greatful.