valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
Items selected where Item is 229
Questions & Answers
Q: Many thanks for your quick response, I've just tried it again and it appears to work fine. Shame I've just spent the last three hours rewriting my forms from yesterday to make sure they still work - dam servers!! I have a couple of other quick questions which relate to the use of the "return" code for radio and selection menus as seen on my report, I' tried to have a go yesterday but I've seem to have made a pigs ear of them. Any chance you could pass comment on the attached. I've just loaded the source viewer, thanks for another great tool and your speedy response.
A: Thanks for the feedback. Regarding your Radio Buttons they include a "CHECKED" variable ie you are forcing a specific selection. Therefore the users selection will be over written by the forced selection. Removed the "CHECKED" and they should work. The Select Option you did make a bit of a mess out of it, the format needs to be exactly as per the help file, a correct example from your form is <option <?php $name='Meeting';$value='Please Select Nene Valley Meeting';if( isset( $_SESSION['Form1'][$name])&& $_SESSION['Form1'][$name]== $value) {echo 'selected= "selected"';} ?> >Please Select Nene Valley Meeting </option>. The problem also appears to be related to an existing "selected" variable in your code and you have added this into the maintaining form content code. Also if you are going to maintain content a reset button losses its point as the form will attempt to maintain whatever input it has received and will not allow it to be reset.
Question and Answer Item 229 - Browse All Question and Answer Items