Code

Discussion on eForm - WordPress Form Builder

Discussion on eForm - WordPress Form Builder

By
Cart 15,904 sales
Recently Updated

WPQuark supports this item

Supported

This author's response time can be up to 2 business days.

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?

Hello,

Sorry, this is not possible.

Knowledge Base | Support

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

Knowledge Base | Support

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.

Knowledge Base | Support

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, this is not possible.

Knowledge Base | Support

do you have any other ideas for achieving the goal? i also tried with javascript but it doesn’t work
   
<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/

Knowledge Base | Support

​​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.

Knowledge Base | Support

I need to map the survey → https://footprint.wwf.org.uk/questionnaire. Can your plugin do this?

Hello,

It’s working fine here, share the screenshot if possible.

Knowledge Base | Support

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

Knowledge Base | Support

Can you please guide where can I edit “Correct answer gives you +4 while wrong ones give you -1.” Thank you

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”.

Great :)

Let me know if you have further queries.

Thank you!

Knowledge Base | Support

Hi there, is it possible to export the form submissions to .csv file using this plugin?

Thanks.

Hello,

Yes, it’s possible.

Knowledge Base | Support

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.

Knowledge Base | Support

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!

Knowledge Base | 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,

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/

Knowledge Base | Support

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

Hello,

Sorry, this is not possible.

Knowledge Base | Support

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,

This can be possible but will require too many conditions.

Knowledge Base | Support

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?

Hello,

Sorry, this is not possible.

Knowledge Base | Support

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.

Knowledge Base | Support

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!

Knowledge Base | Support

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!

Knowledge Base | Support

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,

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/kCk2kxZl9hM

Knowledge Base | Support

Thank 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/sTuez3KnHuXU

Let me know if you are asking something else.

Knowledge Base | Support

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!

Knowledge Base | Support

hello: in mobile : the popup button above the menu https://prnt.sc/_8FIVyDzJ3M4

Hello,

You would need to manage it within your CSS using a custom manual trigger button.

Knowledge Base | Support

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/

Knowledge Base | Support

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/

Knowledge Base | Support

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!

Knowledge Base | Support

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.

Knowledge Base | Support

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey