I have modified the open.inc.phpwith a mod found in the 1.9.x forum and that seems to select the proper form/topic.... however the custom form does NOT populate unless i Unselect the form that i wanted and then come back to it.... Any ideas how to get the form to populate on page load.... if i click submit... the errors popup saying a required field is missing, and all of the lines from the form are shown at that time....Below is the modification that i used, which uses http GET to select the topicif($topics=Topic:()) {                 if(isset($_GET) && $_GET > 0 ){                        foreach($topics as $id =>$name) {                            echo sprintf('<option value="%d" %s>%s</option>',                                    $id, ($_GET==$id)?'selected="selected"':'', $name);                        }                    } else {                        foreach($topics as $id =>$name) {                            echo sprintf('<option value="%d" %s>%s</option>',                                    $id, ($info==$id)?'selected="selected"':'', $name);                        }                    }                } else { ?>passing the argument /open.php?ht=14does in fact select topic "14" but as stated above it does not cause the page to show the custom form.... only default form fields are shown (which are on every topic anyways...Thanks in advance  i would greatly appreciate any assistance you guys can provide, I will certainly be happy to contribute to your Beer/Coffee Fund! Paypal, BTC, DOGE,LTC whatever is more convient for you

5 years later

Hi. Did you figure this out at all? I want to be able to share a link to a specific form.

Write a Reply...