6040 comments found.
Hello, is it possible for anonymous (guest) to upload form submission, on-behalf of a specific user? that is, the submitted form to go to the specified user dashboard?
Is it possible to add a calendar FROM an TO Date then count the number of days in between then multiplied by the number of person? lastly to display the amount in total. For better undersanding you can chechk this form https://www.wilsonsecurity.com.au/book-a-patrol-form/
Hello,
This can be possible, please check https://eform.live/examples/#efl-ex-form-101
Dear team, is it possible with the plugin to generate multiple results with one quiz only? For example: I want to use the quiz with several pages and each page should give a result. After the last page is submitted I want to send the person the individual results in one document. How can that be done? Thanks a lot for your reply and best regards. Sarah
Hello Sarah,
This can only be possible by calculating the total score for individual pages using a mathematical evaluator and showing your result using conditional logic. It’s not possible to divide the quiz score for particular pages.
Dear bmahesh, we’d like to apply a logical condition to an element we are working on. What variable can we use to call today’s date?
Hello,
Sorry, we do not have any variable for the current date, you can use Show Current Time option to pre-populate the current date and time in the Date picker element.
https://www.screencast.com/t/INn9t5GwRedLet me know if you have further queries.
Thank you!
We have a list of options that go from option 1 to option 10 for instance. Therefore, if in the calendar the selected date corresponds to current date, it must show only the options from 1 to 5. How could we pull out something like that?
https://imgur.com/WJtoZvc https://imgur.com/kB1G5ql
<script type="text/javascript">
var datepicker = new datepicker();
datepicker.Value = DateTime.Now;
InitializeComponent();
var dateInput = document.getElementById("ipt_fsqm_form_7_pinfo_0_value");
var currentDate = new Date();
var currentDateString = currentDate.toISOString().split("T")[0];
dateInput.value = currentDateString;
var selectedTime = datepicker.Value;
var currentHour = currentDate.getHours();
var currentMinute = currentDate.getMinutes();
if (
currentHour === selectedTime.getHours() &&
currentMinute === selectedTime.getMinutes()
) {
var optionsToShow = [];
if (currentHour >= 14 && currentHour <= 22) {
optionsToShow.push('ipt_fsqm_form_7_mcq_2_options__0');
optionsToShow.push('ipt_fsqm_form_7_mcq_2_options__1');
optionsToShow.push('ipt_fsqm_form_7_mcq_2_options__2');
optionsToShow.push('ipt_fsqm_form_7_mcq_2_options__3');
optionsToShow.push('ipt_fsqm_form_7_mcq_2_options__6');
optionsToShow.push('ipt_fsqm_form_7_mcq_2_options__7');
optionsToShow.push('ipt_fsqm_form_7_mcq_2_options__8');
optionsToShow.push('ipt_fsqm_form_7_mcq_2_options__9');
optionsToShow.push('ipt_fsqm_form_7_mcq_2_options__10');
optionsToShow.push('ipt_fsqm_form_7_mcq_2_options__11');
optionsToShow.push('ipt_fsqm_form_7_mcq_2_options__12');
} else if (currentHour >= 0 && currentHour <= 12) {
optionsToShow.push('ipt_fsqm_form_7_mcq_2_options__6');
optionsToShow.push('ipt_fsqm_form_7_mcq_2_options__7');
optionsToShow.push('ipt_fsqm_form_7_mcq_2_options__8');
optionsToShow.push('ipt_fsqm_form_7_mcq_2_options__9');
optionsToShow.push('ipt_fsqm_form_7_mcq_2_options__10');
optionsToShow.push('ipt_fsqm_form_7_mcq_2_options__11');
optionsToShow.push('ipt_fsqm_form_7_mcq_2_options__12');
}
var options = document.getElementsByName(
"ipt_fsqm_form_7[mcq][2][options][]"
);
for (var i = 0; i < options.length; i++) {
var option = options[i];
if (optionsToShow.includes(option.id)) {
option.parentNode.style.display = "block";
} else {
option.parentNode.style.display = "none";
}
}
}
</script>
</cpre>
Hello,
Sorry, we are unable to provide support for the custom coding. Please check following tutorial if this can be helpful for you -
https://wpquark.com/kb/fsqm/fsqm-api/fsqm-pro-developers-handbook/Hello! is there a way to disable the option for users to review, browse or update their surveys after they sent it in.
Hello,
You can remove the link from the submission confirmation page and through the summary tables settings.
I need to map the survey → https://footprint.wwf.org.uk/questionnaire. Can your plugin do this?
Hello,
Sorry, an exact interface is not possible but this can be achieved. Please check the examples herein -
https://eform.live/examples/#efl-ex-cat-2https://eform.live/examples/#efl-ex-cat-5
Let me know if you have further queries.
Thank you!
Above links do not work, pages do not open
Hello,
Can you please try from another internet connection or PC? Seems to be location specific issue, it’s working fine https://www.screencast.com/t/Yy4sqJ4c
Can you please guide where can I edit “Correct answer gives you +4 while wrong ones give you -1.” Thank you
It is not showing in the form but showing in wp dashboard under view a submission https://ibb.co/sjGz8wx . Here is the form url https://excellentdirection.in/exam/nest-mock-test-question-paper/8/ Thank you
One more query the trade links provided after exam shows blank page unlike your demo “Simple Outcome based Quiz”. Please help solving this issue. Thank you
Hello,
Please check and confirm if you are asking for the same – https://www.screencast.com/t/meu7uPnvk1iH
Please make sure you have completed the setup of the required submission confirmation page – https://wpquark.com/kb/fsqm/fsqm-primary-setup/following-fsqm-pro-setup-wizard/#ipt_kb_toc_7993_1
Thank you for the quick response, managed to solve the first issue, however I am still stuck in second issue, I have created both “Trackback Page” & “User Portal Page” but I got lost after that. I still see this link ”/wp-admin/admin-ajax.php?id=b78f71c23955a1f50077592b1e3b810a” in email, User Portal Page and after exam page which shows blank page when click.
Thank you once again Prem
Yes, permalink enabled.
After creating “Trackback Page” & “User Portal Page” I have haven’t done or setup anything in eform. I think I must have miss something.
Thank you, its working fine now after pointing “Central Trackback page for Registered Users” to “Trackback Page Page”.
Hi there, is it possible to export the form submissions to .csv file using this plugin?
Thanks.
Hi, Thanks for that. Is this available using just the plugin or is the add-on needed? Thanks.
Hello,
Yes, it’s available without add-on as well but you will get more option if you install exporter addon which is available free right now.
Let me know if you have further queries.
I have bought 4 licenses of this plugin to use on different websites. Although the plugin is great, it has one major issue that the developers have never patched in all the previous releases so I’m highlighting it here so they can fix it.
When users fill in and submit a form e.g a survey with questions that have multiple choice options, if you ever change any of those options it will mess up your form reports big time.
E.g You have a question “How old are you?” and answers: A: Below 18. B: 19-30. C: 31-40.
Let’s say in the future you make changes to any of the answer options for the above question, then guess what, you’ve just completely destroyed all your analytics for this form. Meaning when you will check to see the percentage of users that selected each answer, you won’t have accurate data anymore.
Hello,
Apologize for the inconvenience caused. We are working on the issue and it will get fixed soon.
Thank you for all your support!
Hi, is this feature available? responden can register to platform, see list of survey that they can participate and get reward/commision?
Thank you
Hello,
Registration is possible using eForm, you can redirect user to the page having list of the survey but sorry, reward/commission is not possible.
Let me know if you have further queries.
Thank you!
I see, can we use my CRED module to achieve this?
Thank you, how user redeem the point?
Hello,
We are only providing integration with myCred plugin, you need to check whether the rewards system of myCred plugin matches your requirement or not.
Please check https://wpquark.com/kb/mycred-integration-for-fsqm-pro/
Ok, also if registered user take a survey/form is that posible to add status like “done” so user can see what survey they already submit? Thank you
We require this plug-in for checking Body Type according to ayurveda.
The main work is calculation way. However, calculation is very simple, but I am not finding this type of plug in.
People will answer and it automatically show results based on their answers.
For example, we build a form with 100 questions and each have 3 options from which person can select one option only.
All Option A is for VATA All Option B is for PITTA All Option C is for KAPHA
Person has selected Option A for 70 questions, Option B for 20 questions, and Option C for 10 questions.
Plugin redirect result page show percentage like this:
You have VATA dominant Body Type having following results:
1. VATA = 70% 2. PITTA = 20% 3. KAPHA = 10%
Can your plugin do this? I will buy after your answer.
When function do we need you can see sample link and functions.
http://lifespa.com/ayurvedic-health-quizzes/body-type-quiz/body-type-quiz-form/ http://www.prokerala.com/health/ayurveda/prakriti-analysis/Hello,
I just need help please. I added the Google places API in the settings but what I want to achieve is a single address field without a map, when an address is typed it will simply auto complete or provide a dropdown to select and that’s it.. without a map, pretty simple. how can I achieve this?
why not, this should be the most simple thing for any professional form builder… simple address dropdown… i really don’t understand why life has to be so difficult…
How can I assign an ID to the address field so that I can custom code the location dropdown?
Hello,
Apologize but we do not have this feature at this moment. Id is generated dynamically, so you can get the id using the developer inspect tool.
Hello,
Are you able to tell me what is the mathematical foruma that I can insert in the Estimation Slider tab to tell it to calculate the “Score” for M31? I can’t seem to find out how to do this. I am using a single slider and it has ID of M31 and I enabled score and assigned a score of 30, so that every x1 quantity of that should show a result of 30 in the estimate bubble. Can you tell me how to achieve this please? I have 200 single sliders that I will need to add a bulk code for, each of them has individual result, for your information.
Hello,
You need to add the formula into the Math Formula For Total in the Form Builder > Config > Config > Estimation Slider.
https://wpquark.com/kb/fsqm/payment-system/estimation-slider-visually-appealing-payment-forms/Let me know if you have further queries.
Thank you!
Hi!
How can I remove the header of “Styled containers” in Eform with CSS?
I know I can remove it with the following code:
/* Heading */ #ipt_fsqm_form_31_design_153 h3{ display:none; }
But I want to remove it in bulk form 1 form. The form has more than 200 styled containers.
See added printscreen : https://prnt.sc/yroGEIu1gd6e
Thank you for your advice.
Kind regards, Frank
Hello Frank,
Apologize for the delay. Please open up a ticket on the support forum. Share URL of the form over there.
Thank you!
I have a mathematical evaluator on my form that is showing a 25% Off discount. This amount is a negative figure and is being minused from the grand total. I want to be able to show the entire row : text and minus value in RED. Is this possible?
Hello,
Is it possible to share the form URL so that I can check and suggest you accordingly?
Hello,
Thank you. Changing text color is quite hard to accomplish, but we can change the discount box’s background color and border using custom CSS as shown in the attached screenshot.
https://www.screencast.com/t/kCk2kxZl9hMThank you very much for this. Although not quite what we wanted to do it is a workaround. It may be something to consider for a future release to have style option on a per item basis. 
Hello, I have purchased your plugin and I have a question. For some reason, I have a large form that I created with different steps, when I submit, I only receive the First Name, Last Name, Email, Referer fields but the rest of the content is not showing via email, only when I login to the website admin. Why is that? Is that normal? I want it to shoew all the fields. Additionally, I want all to be attached as a PDF, is that possible too?
Hello,
Yes, it’s possible, you need to enable the setting Email submission to admin in the admin notification.
https://www.screencast.com/t/sTuez3KnHuXULet me know if you are asking something else.
hello: can I open form build by eform as popup ?
Hello,
Yes, you open the form in the popup, please check https://wpquark.com/kb/?s=popup
Let me know if you have further queries.
Thank you!
Hello,
You would need to manage it within your CSS using a custom manual trigger button.
hello
when I open form twice the second time I get message : Form successfully restored ! I want to open the form as first time each time no need to : The form has been restored from your last edit. If wish to start over, please click the button
START OVER
thank you
Hello,
It seems you have enabled the save progress option, please check and confirm.
https://wpquark.com/kb/fsqm/fsqm-form/make-the-form-automatically-save-progress/hello when submit a form I get : Thank you fadi esseh for contacting us We have received your request and will contact you soon.
/wp-admin/admin-ajax.php?id=557599abd38ac107dfcc17c879f6befd
no need to : /wp-admin/admin-ajax.php?id=557599abd38ac107dfcc17c879f6befd how can I remove it
Hello,
Make sure you have completed the setup of the required pages. https://wpquark.com/kb/fsqm/fsqm-primary-setup/setup-trackback-page-user-portal-page/
Hi ! Presales questieon : is Sendinblue integration planned in (near) future? I know i can do with zapier, but i should happy to know i have planned like mailchimp and others. Thank you to consider. Johan
Hello Johan,
Sorry, we do not have any plans now but we will consider your request in our future planning.
Thank you!
Pre-sale query.
If I buy now, will I get all add-ones including easySQL ?
Second, Can retrieve order details meta from Woocommerce order? for example see items in that order!
Hello,
Yes, you will get all add-ons free,
Sorry, it’s not possible to get order details from the WooCommerce order.