Quote:
Originally Posted by CoffeeLovesYou
Is there a way to add a search function to the Form Results Table?
|
I believe in the latest version of this there is a search button when you view the Form Results Table
Quote:
Originally Posted by bananalive
You could use custom question for this:
PHP Code:
require_once(DIR . '/includes/functions_prefix.php'); $prefix_options = fetch_prefix_html($form['forumid'], $q["$formbit[id]"], true); $answer = '<select name="q_' . $formbit[id] . '" id="q_' . $formbit[id] . '" class="bginput">'; $answer .= '<option value="">'.$vbphrase[no_prefix_meta].'</option>'; $answer .= $prefix_options; $answer .= '</select>';
|
I am using this custom question code, and it shows me the correct choices of prefixes when filling out a form.
However, when I click submit, Easy Forms does not recognize that any prefix was chosen. ie. if the custom coded prefix question is made "compulsory" it always throws the error of :
"The form did not submit as the following questions are unanswered: "
Anyone have the prefix option for posting to a new thread working? on vb3.8.6