Title: Issue with requested fields
Last modified: January 4, 2021

---

# Issue with requested fields

 *  Resolved [milan.latinovic](https://wordpress.org/support/users/milanlatinovic/)
 * (@milanlatinovic)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/issue-with-requested-fields/)
 * Hi, first of all, great plugin, thank you!
 * I installed plugin, setup test quiz and published it on page but I have issue
   with _[ redundant link removed ]_ required fields. Inside form, I marked (Name,
   Email) fields required, but form can be filled without these fields. What can
   I do to fix this? For my use case, it’s important that I have user Name and Email.
 * We plan to purchase GetResponse add-on to integrate our Quiz with GetResponse,
   but first we need to resolve this issue.
 * Thank you.
 * [https://wordpress.org/plugins/quiz-master-next/](https://wordpress.org/plugins/quiz-master-next/)
    -  This topic was modified 5 years, 5 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fissue-with-requested-fields%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 10 replies - 1 through 10 (of 10 total)

 *  [Frank Corso](https://wordpress.org/support/users/fpcorso/)
 * (@fpcorso)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/issue-with-requested-fields/#post-6677378)
 * Greetings milan.latinovic,
 * Thank you for choosing to use this plugin! Looking at the debug console on your
   site, there appears to be a bug in the hint system code that is affecting the
   required fields code. This is interesting since I do not have any other reported
   cases of this. Let me run some tests on one of my tests sites to see if I can
   get this figured out. Then, I’ll be able to get an update out with a fix soon
   hopefully.
 *  Thread Starter [milan.latinovic](https://wordpress.org/support/users/milanlatinovic/)
 * (@milanlatinovic)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/issue-with-requested-fields/#post-6677382)
 * Greetings Frank,
    I really like your plugin, and I want to help resolve this.
   Let me give you some additional info about site infrastructure, maybe there can
   be plugin collision?
 * Web site runs on OptimizePress Theme, and page which hosts survey is created 
   using OptimizePress builder. There is WP Cache plugin turned on, and there is
   DigitalAccessPass plugin (but it works mainly in backend, so I think it doesn’t
   affect this.
 * If you want, I can turn off all other plugins, and test required fields inside
   quiz again?
 *  [Frank Corso](https://wordpress.org/support/users/fpcorso/)
 * (@fpcorso)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/issue-with-requested-fields/#post-6677414)
 * Greetings milan.latinovic,
 * I just released an update to the plugin. Can you update to the most recent version(
   4.6.3) and let me know if this fixed this issue?
 *  Thread Starter [milan.latinovic](https://wordpress.org/support/users/milanlatinovic/)
 * (@milanlatinovic)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/issue-with-requested-fields/#post-6677417)
 * Greetings Frank,
 * Thank you for response and for update, but I’ afraid problem is still persistent.
   I updated plugin on freedomoverpanic.com, checked form settings again, but without
   any luck. Problem is still there, can I help you anyhow in resolving this issue?
   Just tell me what could I do.
 * All best,
 *  [Frank Corso](https://wordpress.org/support/users/fpcorso/)
 * (@fpcorso)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/issue-with-requested-fields/#post-6677430)
 * Hmmm, now the quiz is not displaying the error it was before. However, now it
   isn’t displaying any errors.
 * After running some JavaScript tests, it appears that the validation script is
   loading and configured correctly but just isn’t being assigned to the submit 
   button as it should be when the quiz loads.
 * Ah, looking through your page, I see that the script is being loaded in the head
   of the page which is prior to the quiz loads for some reason. Do you have any
   type of JavaScript plugin that moves scripts to the header?
 * Let me run some tests and make some changes to the script to see if I can get
   it to work if called from the header.
 *  Thread Starter [milan.latinovic](https://wordpress.org/support/users/milanlatinovic/)
 * (@milanlatinovic)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/issue-with-requested-fields/#post-6677434)
 * Frank, after reading your last post, I figured out workaround.
    You asked me 
   if there is anything that pushes script to header, and I thought about OptimizePress
   theme (pre-built pages).
 * I made quick experiment, I created custom page (OptimizePress still enabled) 
   but I’m not using their pages but blank design/ post design. Now, everything 
   is working, here is the link [http://www.freedomoverpanic.com/quiztest/](http://www.freedomoverpanic.com/quiztest/)
 * So, if I use OptimizePress built-in templates I have error, example [http://www.freedomoverpanic.com/quiz/](http://www.freedomoverpanic.com/quiz/),
   but if I try to avoid OptimizePress templates and create custom post or page 
   everything is working as example [http://www.freedomoverpanic.com/quiztest/](http://www.freedomoverpanic.com/quiztest/)
 * I don’t know what is OptimizePress using inside their page to affect this bug,
   but we can consider this issue resolved with a workaround. I will leave both 
   urls alive, if you do any more tests related to header script I’m here to assist
   you.
 * Thank you, very much. Please, if you need any help in testing future versions
   of plugin, please contact me here.
 *  [filipefgr](https://wordpress.org/support/users/filipefgr/)
 * (@filipefgr)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/issue-with-requested-fields/#post-6677454)
 * Hi Frank, you really did a good job when you did this plugin, congratulations!
 * I’m passing the same problem related by milan.latinovic. I use OptimizePress (
   [https://www.optimizepress.com/](https://www.optimizepress.com/)) and when I 
   create a Quiz inside a page created by OptimizePress, the Quiz don’t work (didn’t
   appears in the page for the users). If I create a Quiz inside a normal page from
   WordPress the Quiz works perfectly.
 * I think it is a javascript conflict, because when I use the inspect tool by Chrome,
   the code from quiz is there in source code, but don’t show up in the front-end
   to the users. I’ve tried to edit the css code and the Quiz appears, but the pagination
   and the validation don’t work.
 * Can you help us with this problem?
 * Thanks in advance
 *  [Frank Corso](https://wordpress.org/support/users/fpcorso/)
 * (@fpcorso)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/issue-with-requested-fields/#post-6677455)
 * Hey filipefgr,
 * Thank you for choosing to use this plugin! I am currently debugging the issue
   and working on a test site with OptimizePress installed so I hope to have an 
   update out soon with a compatibility fix for this conflict.
 *  [filipefgr](https://wordpress.org/support/users/filipefgr/)
 * (@filipefgr)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/issue-with-requested-fields/#post-6677456)
 * Thanks for response Frank!
 * I would like to buy your addons to integrate lead capture with my autoresponder,
   but first i need to know if your plugin will work with OptimizePress.
 * I already tested a lot of quiz plugins, but yours is far away the best one.
    
   I am hopeful that you find the solution.
 * Do you think this implementation will take a long time? Because I am needing 
   utilize the functionality of your plugin urgently.
 *  [filipefgr](https://wordpress.org/support/users/filipefgr/)
 * (@filipefgr)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/issue-with-requested-fields/#post-6677467)
 * Hi Frank, do you have any news about the issue?

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Issue with requested fields’ is closed to new replies.

 * ![](https://ps.w.org/quiz-master-next/assets/icon-128x128.png?rev=3158087)
 * [Quiz and Survey Master (QSM) - Easy Quiz and Survey Maker](https://wordpress.org/plugins/quiz-master-next/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/quiz-master-next/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/quiz-master-next/)
 * [Active Topics](https://wordpress.org/support/plugin/quiz-master-next/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/quiz-master-next/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/quiz-master-next/reviews/)

## Tags

 * [front-end](https://wordpress.org/support/topic-tag/front-end/)
 * [validation](https://wordpress.org/support/topic-tag/validation/)

 * 10 replies
 * 0 participants
 * Last reply from: [filipefgr](https://wordpress.org/support/users/filipefgr/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/issue-with-requested-fields/#post-6677467)
 * Status: resolved