5707 comments found.
Is it possible to have tooltip on checkbuttons?
Yes, the last automatic update adds a new option “Tooltip text” for checkbox, buttons and fields to do that.
Perfect! Also – is it possible to make the screen scroll down to “Summary” on the last page? So that it scrolls down the page like an anchor element.
jQuery(document).ready(function(){
jQuery('#estimation_popup .btn-next').click(function(){
setTimeout(function(){
var form = wpe_getForm(jQuery('#estimation_popup').attr('data-form'));
if(form.step == 'final'){
jQuery("html, body,.wpe_fullscreen").animate({ scrollTop: jQuery('#lfb_summary').offset().top }, 250);
}
},2000);
});
});
Just what I was looking for. Can I change any value here so that it doesn’t scroll all the way down, but just to where the price bar is not showing?
Yes, simply replace ”#lfb_summary” by ”#finalPrice” in the code .
I ended up using #lfb_finalLabel which is where I wanted it to stop – but it only works on the preview of the form. Not on the live site. Do you know why? 
Please can you send me the url of the form ?
Thank you, but it is the preview page, the code sound to work normally here. Please can you send me the url where I can see the problem ?
jQuery(document).ready(function(){
jQuery('#estimation_popup .btn-next').click(function(){
setTimeout(function(){
var form = wpe_getForm(jQuery('#estimation_popup').attr('data-form'));
if(form.step == 'final'){
jQuery("html, body,.wpe_fullscreen,.wpe_popup").animate({ scrollTop: jQuery('#finalPrice').offset().top }, 250);
}
},2000);
});
If I replace the code – I get the problem with the form opening and just closing again. The full js code is this if it helps;
jQuery(document).ready(function(){ jQuery(‘a.open-estimation-form’).attr(‘href’,’javascript:’); });
jQuery(document).ready(function(){ jQuery(’#estimation_popup .btn-next’).click(function(){ setTimeout(function(){ var form = wpe_getForm(jQuery(’#estimation_popup’).attr(‘data-form’)); if(form.step == ‘final’){ jQuery(“html, body,.wpe_fullscreen,.wpe_popup”).animate({ scrollTop: jQuery(’#finalPrice’).offset().top }, 250); } },2000); });
jQuery(document).ready(function(){
jQuery('a.open-estimation-form').attr('href','javascript:');
});
jQuery(document).ready(function(){
jQuery('#estimation_popup .btn-next').click(function(){
setTimeout(function(){
var form = wpe_getForm(jQuery('#estimation_popup').attr('data-form'));
if(form.step == 'final'){
jQuery("html, body,.wpe_fullscreen,.wpe_popup").animate({ scrollTop: jQuery('#finalPrice').offset().top }, 250);
}
},2000);
});
});
That seems to work! Thank you. But is the javascript not active when the form is active on the page? Some of the animations when you click an option or if you jump to the next step is not present on the live site. Have we overwritten anything?
I mean, everything is perfect in the preview mode – but why is it not the same on the site?
On my side, it is the same when I test it from http://18.195.189.61/ . Please can you send me a screenshot of the problem ?
I just did a screen recording. Where can I send it? 
Please contact me from the support page : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support . I will reply then you can send it by email .
Thank you, I replied to your email .
Hi again,
Is it possible to hide the colon sign before the price? Like “Car: 200$” to just “Car 200$”
There is no direct option to do that, but it can be done by pasting this code in the “Custom JS” option of the form :
jQuery(document).ready(function(){
jQuery('#estimation_popup .itemBloc label,.lfb_button').each(function(){
if(jQuery(this).html().indexOf(':') > -1){
jQuery(this).html(jQuery(this).html().replace(':',' '));
}
if(jQuery(this).html().indexOf(':') > -1){
jQuery(this).html(jQuery(this).html().replace(':',' '));
}
});
});
Thank you! Regarding the problem with the last page scrolling too long – it works using this js code if anybody else have this issue;
jQuery(document).ready(function(){ jQuery(’#estimation_popup .btn-next’).click(function(){ setTimeout(function(){ document.getElementById(‘finalSlide’).scrollIntoView({behavior: “smooth”}); },3000); }); });
Hello How can i align the labels of a checkbox or drop field to left , dont want them to be up .
and i asked a question before regarding the date , need to add a specific amount of money if the user will chose saturday or sunday in the date picket how can i achieve that ?
Hello,
1. Simply activate the option “Show labels inline” in the “Design” settings tab of the form.
2. Yes, I replied to this comment the day you sent it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/comments?page=142&filter=all#comment_20121081
1-Show labels inline is not working , for some reason it worked only in one component of the form but the rest still the same .
2- Thank you i will look into it
3- Form designer , why everything is almost disabled ? i select the item and still cant change position or many other attributes .
1. There is probably a css conflict somewhere. Please can you send me the url of the form ?
3. What is the used plugin version ?
Version 9.638 , i will check if there is a css conflict . please send me a safe link to send you aan access to the site since it is not in production yet .
and regarding form designer is it working fully ? coz many areas wont let change any attribute
Please simply apply the last automatic update (9.639) from the wp plugins panel, it should fix it .
I did and still same problem , please check www.renservice.se
also please tell me why the auto next step doesnt work in my case and i am forced to show a button in order to go to the next step .
1. I can’t access to the form designer from the frontend. Please contact me from the support page and send me a temporary access to the backend, I will check it .
2. You need to enable the option “Selection required” on the step and give the same “Group” name to the items inside to do that .
loopus AUTHOR
Hello!
Is it possible so that after calculation client press button (ORDER) here https://www.wordpress-estimation-payment-forms.com/rent-a-vehicle-demonstration/
and then, without paying for it – the order will go to the woocommerce list orders.
I need to make affilate system, and if the order will go to woocommerce orders list – it will work. If the order will go sinply to my email – it will not work. Ordres should go to woocommerce system.
Thank you.
Hello,
No, sorry, it isn’t possible currently : only the existing wooproducts assigned to the selected items of the form can be added to the woo cart at end (like here : https://www.wordpress-estimation-payment-forms.com/shop/ ) .
Can you hide the decimals behind the price in summary? Like 299,- instead of 299.00,-
I found the solution 

Hello,
i need a form for a hairdresser page in germany.
1. We have three employees. Is it possible for a customer to select an employee and see the free times in the calendar?
2. In europe we dont have the time AM/PM. Can we change to 24hrs time like 22:00?
3. I have an invoice system with API. Do you have an api in your form that i can sent from your form all invoices with api to my invoice system?
4. If I have a form with several pages (exp. step-by-step from page 1 to page 3), is the information written to the database after each page?
5. can i make a disign like this with your form system (because this is a very good conversion): https://checkout.thrivecart.com/matt-offer-special/
Best regards Oliver
Hello,
1-3-4 . No, sorry, there is no these specific options currently.
Hello, can i order API from you?
No, sorry, I am not available as freelance. But if you need a specialized team to customize your version of the plugin, I can recommend this one : https://wpkraken.io/ . They can deliver free quote on request .
Hi. the introduction is already enabled and, but it appears in all the steps. i want it gone after the introduction. Help me please.
It can be done by pasting this code in the “Custom JS” option of the form:
jQuery('document').ready(function(){
jQuery('#estimation_popup #btnStart').click(function(){
jQuery('#startInfos').slideUp();
});
});
Also , I want to enable the click on the full div, where the options are shown + image + title + description
1. You can disable the animations from the “Design” settings tab of the form, by setting the option “Animations speed” to “Immediate” . 2. There is no option to do that currently
How can I change the available hours and days in different calenders?
Hello,
It can be managed directly from the calendar backend panel. If you need help on a specific point, feel free to contact me from the support page by using your buyer account, I will help you : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support
First of all, thanks for the fast response. We want to change the openingshours on monday form 13:00 hours and tuesday 10:00 hours. is this possible?
Not automatically, sorry. There is currently an option to manage the available days of the week of a calendar, and another to manage the available hours of the days, but in this specific situation, you will need to create the “weekend” events in the calendar to make these specific days & hours unavailable . As mentioned, if you need help on a specific point, please contact me from the support page by using your buyer account, I will help you : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support
We have 10 locations, and every location has different opening times for each day of the week. We now created different calenders for every location. We can change the opening hours for each week but not for each day. At the end of the form the costumer can make a choise wich location they would like to use. I made a condition when they choose location “1” than the form shows the date picker wich is linked to the calender of that location. is it possible to create different opening times for different days?
No, sorry, there is no this specific option currently . If you need a specialized team to develop such customizations to your version, I can recommend this one : https://wpkraken.io/?ref=loopus . They are used to work with this plugin .
Hi,
Is it possible to show price on checkbox items? 
Hello,
Yes, simply enable its option “Display price in title” to do that.
Is the dropdown option removed? I can’t find it. Also, is it possible to use icons when selecting a checkbox? Thank you for the fantastic support by the way 
No it isn’t, you can find it named “Select field” in the type option of the items. There is no option icon for the checkbox currently, sorry.
How do I activate so that you can only chose one item on a step?
By giving the same “Group” option name to the wanted items : only one item of each group can be selected at same time .
Does the main title not support all the fonts? I can’t change it to Work Sans, which I have in all the rest of the form
Yes it should. Feel free to contact me from the support page and send me the url of the form, I will check it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support
if([item-1_quantity]<25){
135
} else {
(135+ ([item-1_quantity]-25)*5) / [item-1_quantity]
}But my next problem is, when I go from 0 to 24 total bar in bottom is adding 135.
1 135
2 270
3 405 …...
and so on until 24 and when I hit 25 it starts at 135 again and all is good after 25
is there anything I have missed.
I could mention I use number field as input.
And What I would like is..
1 to 25 it stays at 135 and first at 26 it adds 5 to 135
if([item-1_quantity]<25){
135 / [item-1_quantity]
} else {
(135+ ([item-1_quantity]-25)*5) / [item-1_quantity]
}
Because the result of the price calculation defines the unit price of the current item. On a numberfield or slider, this unit price is automatically multiplied by the selected quantity, that’s why we do this division in the calculation .
Thx. I have a window cleaning company, and customer can calculate their price via my webpage, I have 3 size’s with 3 different price’s, they can input how many of one size and so on. Plus my base price is 135 and that counts for 16 windows in total, and when they add more than 16 in any size the price will increase.
I have tried a lot and Im banging my head into my table in frustration 
Please can you send me the url of the form and indicate me where are the mentioned items inside ?
Hey, I need your help! The form designer doesn’t work. I cannot make any changes. All dropdown fields are gray and cannot be changed.
Besides, I need your help with the slider.
I have an hourly rate of 200,- for 8 hours, but if the customer chooses 9 hours, from the 9th hour all further hours should only cost 100,- extra. What’s the code?
I would be very happy to receive your help.
Hello,
Please contact me from the support page, sending me a temporary access to the wp backend, I will debug it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support
Okay, thanks. And how can I change, that the short description is showing before the checkbox or the datepicker?
... and how can I show the price so – 200,00?
I replied to your support request, feel free to directly reply to my email .
Hi there, I am thinking of doing an air conditioning budget calculator for a client. Essentially price selection will be like this: http://www.needhamair.com.au/residential-ducted-air-conditioning/quick-budget-pricing/ where number of rooms and what type of rooms can be selected. So a more sophisticated version if the example above in calculator form.
Clients populate the calculator via the drop downs and their requirements. Along with price, once completed, it pops up the plan associated with that requirement/budget/selection criteria, one room coloured in (Signifying the area to be cooled) or multiple rooms coloured, if a ducted system.
Would this be possible with this plugin?
Hello,
Yes, you can make a such form by using this plugin. You can use the item option “Show depending on condition” to show the good result item based on the selection done and the values filled in the form. You can also use a “Layered image” item to color different part of the image based on the wanted conditions .
Hello, It is possible to add information (Date per exemple) on woocommerce cart with GET variable ?
Hello,
No, sorry, only wooproducts can be added to the woo cart. But the date can be displayed in the email sent at end of the form .
Hello, I’ve seen where you have tried to answer this same question multiple times and I apologize but I don’t understand the last part. I’m trying to redirect the form to the cart. I found where you redirect but then you say:
“Only wooproducts assigned to the selected items can be added added to the cart (with the order reference as attribute) . The full order informations are sent to the admin by email at end of the form.” ........The end of my form takes me to the cart option but nothing shows up. What do you mean by order reference as attribute?How do I connect certain forms with certain products?
Hello,
You need to select a product in the option “Woo product” of an item of your form to assign it a wooproduct. If this item is selected, the associated woo product will be added to the woo cart at end of the form.
I did assign a product and clicked on add to Woocart and after filling out the form as a pretend customer, it takes you to the cart but the cart shows empty, no details, no products, nothing.
Please can you contact me from the support page and send me a temporary access to the backend ? I will debug it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support
How do I grant you access to the back end?
By creating a temporary admin user from the wp users panel.
Okay we created you a user account yesterday. It would be great if the options chosen in your app and the pricing formula that came up with their price showed in the woocommerce cart so that they can also add to there cart some of our other custom products and some of our set priced items and then checkout all at once. Is this possible?
I replied to your email. Currently only wooproducts can be added to the woo cart, at their real price defined from woocommerce. The plugin can add woo products to the cart but can’t change their real prices or create new woo products .
Oh okay we didnt realize that. I thought you could use the form for customers to order multiple products, not just one custom product. Can you still fix why it doesnt show in the cart when we send it to woo cart? In the future we may need to use this plugin for something and we will need it to work. Thank you!
You can assign as many wooproducts to the items of your form (1 item = 1 woo product). Ex : https://wordpress-estimation-payment-forms.com/shop/
Feel free to contact me from the support page sending me the url of the form, I will check it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support
Hello! Tell me please, does this plug-in integrate with the MailChimp service and can I send emails through it? Or is it just for contacts, but not for subscription?
Hello,
The contact informations can be sent to MailChimp (name, email, phone, adress etc …), to register the user in the wanted Mailchimp list.
Hi there,
I was wondering: would it handle well 6000 woocommerce products? I was planing to make a step-by-step filtering; but I’m not sure if the plugin would be stable enough.
Thanks for your time, Regards
Hello,
Yes, it should handle it, but the plugin uses a dropdown to allow assigning a product to a specific article. With 6000 products the selection will be complicated.
Is there alternative you could think of? Or this is definitely something you would not recommend?
jQuery(document).ready(function(){ jQuery('select[name="wooProductID"]').attr('multiple','multiple').css('height,'480px');
});
If you buy it and have a problem, don’t hesitate to contact me from the support page, I will help you or offer you a refund if for any reason the wanted form can’t be created, no problem .
Thank you @loopus, that’s very kind. I see it features an Import Tool. May I ask you: would this tool be able to handle these 6000 entries if I’m able to arrange the data and match it according to your column structure?
Regards.
No, sorry, this option can import/export the forms created with the plugin and all their data, but it can’t import wooproducts. There is no automatized way to assign wooproducts to the items of the form currently, each product must be assigned from the item panel .
I would like to include a bundled product with the Estimation and Payments Form but it looks like the plugin only allows for for ‘Simple Products,’ I also noticed that ‘Grouped Products’ and ‘Variable Products’ cannot be selected. Please help
Hello,
There is no specific option to work with grouped products currently, sorry. For variable products, you can create variable products with the wanted options predefined in woocommerce, give them a SKU number, then assign them to some specific items of the form from the “Woo Product” item option .
Is it possible to provide woocommerce product suggestions based on certain user selected options?
e.g if a user selects option A and option B then suggest product A, or if a user selects option A and option C then suggest product B
Hello,
Yes, it is possible by using the item visibility conditional system.
Thank you very much with your response.
For calendar, do we have the option for timezones?
Hello,
No, not currently, the frontend and backend calendars use the same timezone.
Hi there, Just purchased the plugin and having a bunch of problems. Let me put it down here:
1. After setting up a estimation form, when I click on “preview” or even publish and “view” the form, nothing shows up beyond the start screen. I click on “get started” button and I see a white screen of death.
2. The biggest problem from the earlier output is that it messes up my homepage completely. Each time the plugin runs, it seems to generate fatal code that kills the home page design completely.
I bought this plugin since it was recommended by Elegant Themes. I use Divi, and now having issues because of this. Kindly help. I’m available for screen conference if you need.
Hello,
Please contact me from the support page sending me a temporary access to the backend, I will debug it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support
Fixed 
hello, how can you create a field calculation that would be work out a percentage markup.
i.e
Field 1 number box = QTY: 10 @ £100each = £1000
Field 2 number box (input a variable number to be used as a percentage here so a user can select profit margin) with the value of this field to be used as quantity. i.e 20 (20% profit) and ideally show this as a price too, so £200 in this case.
Field 3 would be a dynamic output of Field 1 price x Field 2 pecentage? (so should display as total price: £1200.
Here is the way to do that :
- Create the field 1 and enable its option “Don’t add price to total”
- Create the field 2, enable its options “Don’t add price to total”, “Use value as quantity” and apply a custom calculation like :
(([item-2_value] * [item-1_price])/100) / [item-2_value] - Create an hidden and preselected checkbox that applies the calculation :
[item-1_price]*[item-2_price] - Create a rich text item to show the wanted custom text and use its button “Get the value of a field” to shows the price of the hidden checkbox (“Total price : [total]”) .
superb thank you! Is there anyway to display a column that shows unit price?
i,e
Description | Quanity | Unit Price | Total Price
No, sorry, there is no such option currently. It is possible to show it as a row, by using another hidden & preselected checkbox that applies the corresponding calculation and showing it in the summary.