Marketplace history

Real CodeCanyon questions and author answers

Browse buyer questions, pre-sale scenarios, setup issues, and direct author replies from the years when WP Cost Estimation was sold on CodeCanyon. Use this archive to see how real customers used the plugin, which integrations came up often, and how common support questions were answered.

5557 public discussion threadsPublic CodeCanyon support history
19461 messagesCustomer questions, follow-ups, and context
8679 author repliesDirect replies by loopus
78 archive pagesNewest conversations first

Public email addresses and purchase-code-shaped values are redacted. The original wording is otherwise kept as plain text so the support context remains easy to read.

Support: 2699Customization: 1536Payments: 1482PDF and email: 1275WooCommerce: 406Booking: 221Licensing: 215
Search the archive

Find a CodeCanyon question or answer

Search all 5557 public discussion threads by keyword, customer name, feature, integration, or support topic.

Type at least 2 characters to search the full archive.

Page 46 of 78

Latest archived discussions

Each thread keeps the customer question, follow-up comments, and author replies together, with the newest conversations shown first.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from HappyAgencies

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadPDF and email
CodeCanyon source
Customer HappyAgencies

Hi, one more question: I see there are variables available for the "email body" such as "[total_price]" or "[ref]" but can I also make the email subject dynamic ? I mean, if I set "Order #[Ref]" in the Admin email subject field. Will that work too ?

Author loopus

Hello, Please can you use the "Reply" button for the new messages (instead of new comments) ? Thanks ! No, there is no option to use such shortcodes in the email subject currently, sorry .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Chunkychocolate

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer threadSupportCustomizationPayments
CodeCanyon source
Customer Chunkychocolate

This may sound stupid, but I really just need a slick looking contact style form for a project I'm working on - no multi-page anything. Just needs to integrate with stripe subscriptions. I'm sure it is capable of doing this, but is there a preset that I can tweak to my needs?

Author loopus

Hello, You simply need to create your items in the "Last step" settings tab of the form to create a single step form. You can also hide the main progress bar from the "General" settings tab.

Customer Chunkychocolate

Sold!

Customer Chunkychocolate

Alright, works good and having a blast using it. I want to implement a couple of changes. Using stripe with subscriptions: It creates a sub within stripe for each order - with the order number according to the form being the title of the sub. But stripe has some additional data fields that I'd like to populate, like what the bill shows up as on the bank statement. Is there any way to: (a.) have the back end of the form send that pre-entered data to stripe along with the order number? or (b.) have the form use a subscription that is already active on stripe's dashboard. Either one of these events would solve my problem.

Author loopus

Hello, Using subscription, each order creates its own Stripe plan because the amount can be different for each customer. To add a custom statement description, you need to edit the file includes/lfb-core.php, and add this line : "statement_descriptor" => "My description here", Just under this line : \Stripe\Plan::create(array( Ex : \Stripe\Plan::create(array( "statement_descriptor" => "My description here", "amount" => $price, ... Feel free to contact me directly from the support page if you need more help .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from staylor412

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesCustomization
CodeCanyon source
Customer staylor412

I am looking to build a form where a potential client can select a number services and in return get 3 recommendation in return. 1. A potential Cost 2. How long it may take 3. Level of expertise needed to perform the task Is this possible with this plugin

Author loopus

Hello, Yes. You can use the custom calculation option (https://www.youtube.com/watch?v=xH8frpa7wL0) to make the mentioned calculations, and a rich text item to show the 3 results in any text style .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from clickharder

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer clickharder

Having the same CPU and memory problem as a couple others have experienced. Loaded the default form and my CPU jumped to 50+% and my memory to over 200MB almost immediately upon clicking the edit button. I tried it in both Chrome and Firefox and Firefox handles it better but both show a sudden spike.

Author loopus

Hello, Please can you activate the option "Disable steps manager links animation" in the "General" settings tab of the form ? Is it ok ? Otherwise, please contact me from the support page sending me a temporary access to the backend, I will check it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from phantacid

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer threadSupportPDF and email
CodeCanyon source
Customer phantacid

I think there is a Divi theme conflict. I have added the shortcode using the Divi theme 'code' module but the form does not show. If I change the theme to default 2016 then it shows. Do you know a fix? I can email a link if you need

Customer phantacid

I should be more specific sorry ... It is the Divi theme (version 3.0.91) page builder that is having problems. Divi docs say to add 3rd party shortcodes using the Divi 'Code' module but this does not work for me. I have no other plugins active so it is not a plugin conflict for me I don't think. If I disable the Divi page builder then your plugin works. I hope that helps!

Author loopus

Please activate the option "Ajax navigation support" of the form (General settings tab), it should fix it . If you need help, feel free to contact me from the support page sending me a temporary access to the backend, I will debug it .

Customer phantacid

Thank you again - that fixed it. Excellent support and a 5 star plugin.

Author loopus

Thank you !

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from adi12

3 direct author replies in this public CodeCanyon conversation.

7 messages3 author repliesSupportCustomizationPayments
CodeCanyon source
Customer adi12

Hi. Can you send med .js file that only allows mondays to be picked in date picker?

Author loopus

Hello, Yes, no problem, please contact me from the support using your buyer account, I will help you .

Customer adi12

I bought this though X theme - can you possibly email me? Do you need any payment confirmation from X theme or something?

Author loopus

Ah ok. As you can read on the "License" panel of the plugin, if you had it included in a theme, the support is directly delivered by the support team of the theme. You need to send your support requests directly to Themeco, they will help you.

Customer adi12

My support has unfortunately recently ended.. I read through the comments here and saw that you helped someone else with this issue and though you had a finished .js file...

Author loopus

As mentioned, support from the author is only for the customers who bought a plugin license, but here is the tip for this time :) To do that, simply paste this code in the "Custom JS" option of your form : jQuery(document).ready(function(){ jQuery(".lfb_datepicker").datepicker('option','beforeShowDay',function(day) { var day = day.getDay(); return [(day != 1)]; }); }); Only monday will be selectable in the datepicker items .

Customer adi12

Thank you very much!!

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from webaholicsteam

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer webaholicsteam

Again great product, 2 suggestions. 1. The price at the button works great with subscription but when no subscription items are selected its still says /Monthly after the price 2. When you hide the next button, shouldnt it auto skip to the next section, even if the auto-skip option isnt enabled, else why hide it?

Author loopus

Hello, 1. If the "Use subscription" option is activated, it shows the "/month" (or the defined frequency) after the price. But if the selected items have the option "Isn't a part of the subscription" activated, it should show the single cost. Feel free to contact me from the support page sending me a temporary access to the backend, I will check it. 2. No,to automatically go to the next step, you must activate the option "Automatic next step" and the step option "Selection required". The option "Hide next step button" allows you to create some "errors" steps. For example, it can contain a rich text item with a message that explain why the current selection isn't valid, and the user is forced to click the "return to previous step" link.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Borisla

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author replies
CodeCanyon source
Customer Borisla

Your plugin is great i got it because i have it in my own theme , I am curious , do you have any plugin that could work as the tool of the virgin? it is really cool and i am quiet sure if you have it , you would rock it once again :) REALLY GOOD JOB i love your plugins https://www.virgintrains.co.uk/ and it appears in the bottom right corner : Plan your journey it is a pop up .

Author loopus

Hello, Thank you very much ! It is a nice system, thank you for the suggestion :)

Customer Borisla

by the way I have asked you 2 question on the donation system , could be possible to answer it , please ;)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from kcherikov

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer threadSupportCustomization
CodeCanyon source
Customer kcherikov

Hello! Unfortunately my calculator doesn't work on a page with the SiteOrigin Page Builder plugin (here's the url https://otchety.kg/nco). But it works on a page created without this plugin (here's the url https://otchety.kg/calculator). Could you please help me?

Author loopus

Hello, Apparently you added twice the same form shortcode in the page. Please can you remove the second one ? Is it ok ?

Customer kcherikov

Yes, it's great now. One more question: how to minimize the huge padding in the bottom of the final price in a mobile view? Url is the same https://otchety.kg/nco/ I tried this CSS, but nothing changed: @media (max-width: 480px) { body #estimation_popup.wpe_bootstraped[data-form="8"] { padding-bottom: 0px !important;} }

Author loopus

It is due to this custom rule (probably added in the "Custom CSS" option or in the Form Designer tool) : @media (max-width: 480px) { #estimation_popup #mainPanel {min-height: 600px !important;} } Please can you remove it ?

Customer kcherikov

It works! Thank you)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from phantacid

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadCustomization
CodeCanyon source
Customer phantacid

Can you enable quantity choice / reductions on quantity on a number field?

Author loopus

Hello, There is no option "Reductions on quantity" on numberfield currently but to do that you can activate its option "Use value as quantity" and use a custom calculation such : 10 if([item-1_quantity]>5){ 5 } Where item-1 is the numberfield where is applied the calculation .

Customer phantacid

Excellent - thank you! It would be good to include this in the docs I think.

Author loopus

Thank you for the suggestion !

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from beornbjorn

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesPDF and email
CodeCanyon source
Customer beornbjorn

pre-sale question - Can this be used, but without the price showing? We need our customers to go trough steps with multiple choices and enter their email at the end, but without the price showing at all. Can that be done?

Author loopus

Hello, Yes, there are options to hide all prices of the form (from progress bar, from last step and from summary) . You can choose to use the main progress bar to show the current step instead of the total price .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from chuluunbaatar

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer chuluunbaatar

Hello. Can I change the price of Select Item? For example: jQuery(document).ready(function() { jQuery('#estimation_popup [data-itemid="41"]').price(41.99, 45.99, 99.01, etc); }); Thank you.

Author loopus

Hello, Please can you use the "Reply" button for the new replies ? I replied to the question on the main post .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from communicator22

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupportCustomizationPDF and email
CodeCanyon source
Customer communicator22

Hello, is it possible to customize the table summary in the emails (not only from email tab in the backend but in the file)? If yes, which is the file? Thank you

Author loopus

Hello, You can customize the summary table by using css rules in the "Custom CSS" option of the form (Design settings tab). Example : #lfb_summary tbody td { color: #ecf0f1 !important; } #lfb_summary thead th { background-color: #3498db !important; } #lfb_summary th.sfb_summaryStep { background-color: #2980b9 !important; } #lfb_summary #lfb_summaryTotal { color: #3498db !important }

Customer communicator22

Hi, thank you but the visualization of the table is different in the email. How can I modify the table in the EMAIL? Thank you

Author loopus

The same styles should be applied to the summary in the email and the pdf file. Did you test with a new order ? Feel free to contact me from the support page sending me a temporary access to the backend, I will check it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from communicator22

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPDF and email
CodeCanyon source
Customer communicator22

Also, I modified the email in the backend few weeks ago an now these modifies has disappeard. That's really really wired. How's possible? Thank you

Author loopus

Please prefer to use the "Reply" button for the new comments, it allows me to more easily follow each interlocutor. Please contact me from the support page sending me a temporary access to the backend, I will debug it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from seoka-seoka

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesPayments
CodeCanyon source
Customer seoka-seoka

Hi, My client would like their customers to be able to get a quote on their current phone online and to be able to sell it directly through the same contact form. Is it possible to only show different phone brands on the first slide, then only show models from the chosen brand + more information on the next slide and get a quote? Similar to this: https://pantaluren.se/ (Please press “Sälj mobilen här”) Thanks in advance, Pete

Author loopus

Hello, Yes, you can create a such form by using this plugin. You can freely manage your steps, items and conditions, and choose to add or not a payment at end of the form.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from hazzuk

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadCustomization
CodeCanyon source
Customer hazzuk

Hello, Is possible to allow the user to enter and edit text like you would be able to change colour on the layered image?. I'd be selling a custom-made card, and allowing the user to preview what would be on the card would be great. thanks.

Author loopus

Hello, No, sorry, there is no this specific option currently. I note the suggestion. If you need a specialized team to add such specific customizations to your version, I can recommend this one : https://wpkraken.io/?ref=loopus . They are used to work with this plugin .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from timtimtim90

3 direct author replies in this public CodeCanyon conversation.

6 messages3 author repliesBuyer threadWooCommerce
CodeCanyon source
Customer timtimtim90

I tried the woocommerce demo, but im curious how this plugin will handle lets say 50+ products added at once?

Author loopus

Hello, There is no limit to the number of products. If the option "Add to woo cart" is activated, all the selected wooproducts will be added to the woo cart at end of the form .

Customer timtimtim90

Thank you, and is it possible to modify the script so when a user select the item it adds it to the cart in realtime? im planning adding maby 50-100 item and i was reading somewhere it can be slow when you add all of them at the same time?

Author loopus

No, sorry, there is no such option currently, the selected products are added to the cart at end of the form only .

Customer timtimtim90

Okay! And can you modify the script so it will be faster then?

Author loopus

When the form is sent, the products are added to the cart immediately.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from steffwey

4 direct author replies in this public CodeCanyon conversation.

9 messages4 author repliesBuyer threadSupportCustomization
CodeCanyon source
Customer steffwey

Hello, is there a way that i can limit the amount of letters people can write in the text field? And i have an issue of setting the width of the slider. I cannot bring it down to unter 250px of width, even if i set it with !important. Thanks for your help

Author loopus

Hello, 1. Yes, to do that, set the validation option of the textfield to "custom" then fill the "Max length" option 2. Here is the css rule to use : #estimation_popup #mainPanel [data-type="slider"] { min-width: 100px !important; } Is it ok ?

Customer steffwey

Perfect, thanks. Is there also a possibility to have css-code for each different textarea? Or, can i set an ID manually in the field settings? Would be great to have the full controll over my elements and css.

Author loopus

Yes, you can do it by using the title of the target item : #estimation_popup #mainPanel [data-title="My Textarea Title"] { }

Customer steffwey

Ok.. is there at some place a list of all the css references? For example i would love to change the font-size for the headlines...etc.

Author loopus

You can use the browser inspector to see the css classes of any element, but you can also simply use the Form Designer tool to easily apply such styles to your form : https://www.youtube.com/watch?v=sCxV7CdTcrQ

Customer steffwey

Thx: 2 more Questions :) I have a problem to find the CSS-IDs to change alle headlines of the steps at once and also to change the overall headline. In the Designer i have to change each headline seperate and i don't want to produce that much css code. thx for your help!

Author loopus

To target the main title : #estimation_popup #startInfos h1 {} And the steps titles : #estimation_popup h2.stepTitle {}

Customer steffwey

You are very helpful. Thank you. Maybe i have one or two more questions, than i am done with my formular. I will responed to this discussion. Thank you very much!

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from deharogroup

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer deharogroup

Hello, I've been using your plugin for some time and it works great. Question for you: Can we setup a select field and still being able to use an image. Like for a product that has different pricing options? Thanks!

Author loopus

Hello, A image item can not directly have a dropdown, but you can create a dropdown item and use the option "Show depending on conditions" to show it only if the mentioned image item is selected .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from WeroBennett

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer WeroBennett

Hello, I'm having issues with the builder on the "check" icon, it appear as a empty square, any solution? thanks!

Author loopus

Hello, Please contact me from the support page sending me the url of the form, I will debug it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from akikom

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesPDF and email
CodeCanyon source
Customer akikom

Hi, I am about to purchase your plugin, but I have a couple of question: 1) I have seen I can use gravity forms as a final step. In this case, the button will be under the summary and legal notice? 2) And can I still get the legal notice to be mandatory? 3) In case I won't use gravity forms, will it be possible to redirect the last step to an url of my choice, appending a query string to send some data? Thanks a lot!

Author loopus

Hello, 1. Yes 2. Yes, the legal notice is always mandatory when it is activated 3. No, you can freely choose the final redirection (you can also define different urls depending on conditions), but there is no option to pass variables in the url currently.

Customer akikom

ok perfect, also I have read about the possibility to put the email field at the first step, in this case if I do that can I pass the data to gravity forms in the last step? Thanks!

Author loopus

No, sorry there is no such possibility using Gravity form currently. It can be done natively (without using gravity), otherwise the email field must directly created in the Gravity form, so it will be displayed on the last step .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from hmg29

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesCustomizationPDF and email
CodeCanyon source
Customer hmg29

HI, do you offer Retina images for the Icons? And offers your plugin number in put field which I can use for the calculation. For Example: The First two steps my Customer should Use a Product Category. Each category has a price. After he choose the category the he should type in the amount of pieces he need: 5€ category price x 5.000 pieces. Is that possible?

Author loopus

Hello, 1. You can use svg images for retina (or upload an image twice as large as the render size). If you need icons, you should have a look here : https://www.flaticon.com/ , https://www.iconsdb.com/ . 2. Yes, it can be done by using the custom calculation option : https://www.youtube.com/watch?v=xH8frpa7wL0

Customer hmg29

ahh ok great! I have a website in 10 languages - is your plugin compatible with WPML? And another question: Can I display first the enter email field, before they see the final price?

Author loopus

1. WPML can be used to translate the backend side, but not the generated forms. But you can duplicate a full form in 1 click then change its texts and money format . 2. Yes, you can place it where you want

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Alfukas

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupport
CodeCanyon source
Customer Alfukas

Hi. I found your plugin very useful, but still have a question. My situation is: i made a form for calculate wooden window price, everything is ok, but i want at the last step put two button "Finish" & "Add more windows". Buttons added, but how to make that I can setup another window with different dimmensions, type and stuff and it will added to my summary as new a product? Thanks

Author loopus

Hello, For support requests, please contact me from the support page using your buyer account and sending me the url of your form, I will help you .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from WT-Digital

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author replies
CodeCanyon source
Customer WT-Digital

Can I add PNG images instead of icons?

Author loopus

Hello, Yes, you can use any image format or svg files in the images items .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from valentino321

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadCustomizationWooCommercePayments
CodeCanyon source
Customer valentino321

Hello, Your plugin seems to be very powerful, I just a few pre-sales question : 1) You say it is fully compatible with Visual Composer => Is it compatible with fusion page builder from the theme Avada ? 2) I didn't see any area/boxes/field where we can put manually numeric numbers in your demos => This feature is available ? 3) Is it possible to create a custom formula to calculate the cost estimation ? And show a different result depending on specific factors => choosing one result instead of the other => The highest one : A = 2 420 000 B = 4,34 C= 191 Estimation 1 formula : (A/1000)*(C/105)*2*0,7 = 6162,7 Estimation 2 formula : (A/1000)*B*2*0,7 = 14 703,9 Here we show the second estimation to the customer. 4) Is it possible to customize the contact form ? In your demo we only have "Enter your email here". For example if I want to add "company name" ; "Phone number"; "Name" ? 5) Is it possible to combine all the steps into one but still having the progression bar working ? For exemple : Step 1(A) + 2 (B) + 3 (C) in the same screen and getting the final estimation automatically showed below with the contact form ? Or do we have to keep 3 different steps, with 3 clics action, before getting the final estimation with the contact form ? Thank you.

Author loopus

Hello, 1. Yes 2. Yes, you can freely create numberfields, textareas, textfields, color pickers, date picker, time picker, file fields etc ... in your forms ( http://www.wordpress-estimation-payment-forms.com/demo-of-some-components/ ) 3. Yes, you can create such calculations with the custom calculation tool : https://www.youtube.com/watch?v=xH8frpa7wL0 4. Yes, you can freely manage your fields on any step of the form 5. You can create single step forms simply by adding your items only on the last step of the form. The main progress bar can show the current step ( ex : 1/3, useless for a single step form), the total price, or simply be hidden .

Customer valentino321

Thank you for your answer, I was also afraid it only works with woocommerce & easy digital downloads, if we haven't any of these 2 plugins, does your plugin work anyway ?

Author loopus

Yes, of course.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from mixalg

4 direct author replies in this public CodeCanyon conversation.

11 messages4 author repliesBuyer threadSupportPayments
CodeCanyon source
Customer mixalg

Hello, a couple of presales questions regarding http://www.wordpress-estimation-payment-forms.com/shop/. We need the following process to happen, can you please let me know if it is doable. FIRST STEP: 1. A user chooses from the available choice of flowers (configured woo commerce products). (!) This is important - at this stage, the user should also be able to choose the quantity of the selected flower. 2. User should be able to make more than one choice at this step and choose other flowers and their quantity too. In other words, if there are three choices available - tulips, roses, and anemones, the user should be able to 'tell' - I want 2 tulips, 3 roses, and 5 anemones. SECOND STEP: At this step, a user should be able to choose from available wrapping. Ideally, it should be checkboxes with names and with the images of the wrappings. (If it is not diable, please let me know if there is another way to make it happen) THIRD STEP: All product are added automatically to the cart and user can go through checkout process. Please let me know if every step I mentioned is possible (or let me know if there is an alternative) Thank you!

Author loopus

Hello, Yes, the mentioned form can be created, no problem. You simply need to assign wooproducts on the items (images, checkbox, sliders ...) of your form then enable the form option "Add to woo cart" . You can freely activate/disable quantity selection on your items.

Customer mixalg

Thank you, but I'm not sure I understand this: " You simply need to assign wooproducts on the items (images, checkbox, sliders …" Can you please elaborate?

Author loopus

Yes : when you create an item in a step of your form, you can choose its type (image, slider etc ...) and there is an option named "Woo product" that allows you to assign an existing woo product to this item. The current item will use the price of the assigned woo product, and it will be added to the woo cart if the form option "Add to woo cart" is activated.

Customer mixalg

got it, thanks!

Customer mixalg

One more thing - on the example here http://www.wordpress-estimation-payment-forms.com/shop/ it is configured as a modal popup window that appears when you click on the button. Can you actually embed the step-by-step process on the page and not in the popup/modal? And hit to double-check - it will work on mobile phones? Thank you.

Author loopus

1. Yes, you can freely add you forms in the content of the page, as modal or in full screen 2. Yes

Customer mixalg

Sorry, what I meant - is there a way to use the forms NOT s modal, but just to use them on-page.

Customer mixalg

And got one more request from the client, we need to know that before we can purchase the item: the first step consists of: 1. choose between three types of flowers 2. choose quantity of selected flowers 3. AND ADDITIONAL REQUIREMENT: after making the selections user should be able to choose the color of selected flowers. (if this requires an additional step as opposed to making everything in the first step - please let me know) Sory for lots of questions, but they are necessary....

Author loopus

Hello, 1. Yes, a form can be displayed in the content of a page, or as fullscreen, or as modal. 2. Yes you can create a such process. You can use colorpicker, image items or dropdown for the color choice . You can use different steps or create a single step form and use the item option "Show depending on conditions" to dynamically show/hide some specific items depending on the current selection .

Customer mixalg

Thank you.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from kcherikov

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer threadSupportCustomization
CodeCanyon source
Customer kcherikov

Hello, Can't change the padding top and bottom sizes in a mobile view (it's too big). The form designer doesn't help(( This is the url https://otchety.kg/calculator Thank you in advance!

Author loopus

Hello, Please can you paste these rules in the "Custom CSS" option of your form ? (Design settings tab) It should fix this css conflict . #main_content {padding-top: 0px !important;} #estimation_popup #mainPanel {min-height: 600px !important;} Is it ok ?

Customer kcherikov

It's ok in a mobile view, but it looks ugly in a PC view...

Author loopus

Please try this one : @media (max-width: 480px) { #main_content {padding-top: 0px !important;} #estimation_popup #mainPanel {min-height: 600px !important;} }

Customer kcherikov

Thank you very much!

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from timtimtim90

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadWooCommerce
CodeCanyon source
Customer timtimtim90

Is the woocommerce "add to cart" synced with functions such as the "Enable this to only allow one of this item to be bought in a single order"? i mean if you add one product from the form and then add it to woocommerce cart, and then repeat, will it add it again?

Author loopus

Hello, Yes, you can simply enable quantities selection on the item to allow the user to select the quantity to add to the cart .

Customer timtimtim90

Yes but I don't talk about quantity, im talking about one product.

Author loopus

Ah ok. No, if the quantities are disabled on the selected wooproduct, it will be added only once to the cart .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from GraphicOwls

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupportPDF and email
CodeCanyon source
Customer GraphicOwls

Hello, I have no idea why.. but my form is not working at all. Will not go to the next step. I had to people trying to order one of my services and its simply not working and I'm not sure what to do. I tried replacing the shortcode and in the preview window it works. But it is not working on the page. Here is the link to my page where the form is: https://jcanan.net/mixing-services/ (It's the red button underneath the sound demos.)

Author loopus

Hello, There is a js bug caused by the theme file https://jcanan.net/wp-content/themes/workality-plus-master/framework/front-end/js/nor-core.js?ver=2.5.6 , at line 99 : jQuery(dthis).imagesLoaded( function() { Feel free to contact me from the support page sending me a temporary access to the backend, I will help you to fix it .

Customer GraphicOwls

Awesome. I'm going to send you an email now. Thanks so much!

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from pont123

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer pont123

Hi, i cant seem to get the "Export as csv" for orders to work properly. I get a pop-up with an html site. Is there some way to correct this?

Author loopus

Hello, Please contact me from the support page sending me a temporary access to the backend, I will debug it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from greatness4life

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer threadSupport
CodeCanyon source
Customer greatness4life

Hey loopus, does your plugin support Jarvis Theme? I've trying to implementing it and it won't just work.

Author loopus

Hello, I don't know the mentioned theme, but it should work. What is exactly the problem ? Feel free to contact me from the support page sending me the url of the form, I will check it .

Customer greatness4life

https://themeforest.net/item/jarvis-onepage-parallax-wordpress-theme/5370691 that's the theme link. the problem is that it doesn't show. Even while trying to edit the form, I can't acces form-designer. Here is the picture of it http://prntscr.com/hhc6q0

Author loopus

Please contact me from the support page sending me a temporary access to the wp backend, I will debug it .

Customer greatness4life

Sent. Thanks for your help

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from davelaar

2 direct author replies in this public CodeCanyon conversation.

3 messages2 author repliesBuyer threadPDF and email
CodeCanyon source
Customer davelaar

Calculator works fine on Enfold theme when logged in but when logged out it shows a white screen.

Author loopus

Hello, I correctly received your email 1 minute ago and I replied. Please send me a temporary access to the backend, I will debug it .

Author loopus

Fixed

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from jobo9969

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadPDF and email
CodeCanyon source
Customer jobo9969

can the estimation be shown to the visitor after he leaves the email address? Like he/she fill out the form or click all the buttons and to get the number they have to type in the email address which takes them to another page with the result?? Thanks

Author loopus

Hello, Yes, you can create an email field in any step of your form and set it as "Is required". You can also choose to show the current step instead of the total price in the main progress bar, so the user will see the final price only on the last step. It is also possible to collect the email address (and other contact informations such name, phone, city etc ...) and send them to MailChimp/MailPoet/GetResponse even if the form isn't submitted, by using the option "Send contact ASAP" in the "email" settings tab of your form .

Customer jobo9969

That's perfect loopus. Thanks for such a prompt respose

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from vagdesign

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBooking
CodeCanyon source
Customer vagdesign

Hello there and congratulations for the great plugin. I have a request/wish before I buy this plugin. Is it possible to add a booking system with Specific days/dates on calendar and also number of seats/rooms/services? If there is this option, I'm sure a lot will buy for their booking abilities cause it's a fine coded plugin.

Author loopus

Hello, No, sorry, there is no such booking system currently. Thank you for the suggestion !

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from kafesys

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer kafesys

Very interesting, but can we connect this to MailWizz ? this is a MUST for us. Thanks

Author loopus

Hello, No, sorry, there is option to connect it with the mentioned plugin currently. I note the suggestion, thank you .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Wibernet

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer thread
CodeCanyon source
Customer Wibernet

Hi there not sure if this has been answered but i cant get the section when choosing an icon to select one or the other, at the moment they are both selectable?

Author loopus

Hello, Simply give them the same "Group" name : only one item of each group can be selected at same time .

Customer Wibernet

Ok cool thank you!

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from neno09

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesLicensing
CodeCanyon source
Customer neno09

pre-buyer question here, I own three different websites and have a plan to use your plugin to all three. If it's the case, should I buy regular license or extended?

Author loopus

Hello, You will need 3 regular licenses (1 regular license by website). You can find all details on licenses here : https://codecanyon.net/licenses/standard

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from aloreta

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupportLicensing
CodeCanyon source
Customer aloreta

Congratulations for such a nicely designed plugin! Can I use the extended license of this plugin to bundle it with the theme I’m selling outside themeforest? Cheers!

Author loopus

Hello, Thank you ! Yes, please contact me from the support page indicating me the name of your theme, I will send you some integration details and my agreement .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from timtimtim90

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadWooCommercePayments
CodeCanyon source
Customer timtimtim90

Hello, I have a question before i buy this: I want to use it with wooommerce, in the demo you are redireccted to the the cart page, is it possible to go straight to checkout ? maby there is a shortcode for woocommerce thath you can add as a link?

Author loopus

Hello, Yes, you can freely define the final redirection directly from the backend. You can also define several different redirections depending on the wanted conditions .

Customer timtimtim90

Thanks for answer. So it is possible to go straight from the "Summary" page and skip the Woocommere checkout page?

Author loopus

If you activate the option "Add to woo cart", all selected wooproducts will be automatically added to the cart at end of the form. You can also redirect the user to any url at end of the form.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from netmasr

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer netmasr

please make over Cyber Monday thank you

Author loopus

Sorry, I did not plan this event for this year. I note the suggestion for the next !

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from webaprod

6 direct author replies in this public CodeCanyon conversation.

13 messages6 author repliesBuyer threadSupportCustomizationPDF and email
CodeCanyon source
Customer webaprod

Hi,how to display today’s date in the email body

Author loopus

Hello, There is no direct option to do that currently, but I note the suggestion, thank you. Here is a way to do that : Create an hidden textfield named "date_day" somewhere in your form Use the "Get a value" button in the email template to recover and show the value of this textfield where you want in the email Paste this code in the "Custom JS" option of your form : jQuery(document).ready(function(){ var d = new Date(), month = '' + (d.getMonth() + 1), day = '' + d.getDate(), year = d.getFullYear(); if (month.length Is it ok ?

Customer webaprod

thanks for quick ansewer, but not work [item-305_value]

Author loopus

Please can you send me the url of the form ? I will check it .

Customer webaprod

https://webaprod.com/7629-2/ 2. iocn of buton do not want to but at left of text (next step icon) i have choose left icon

Author loopus

Thank you. 1. I don't see the given js code and the textfield "date_day" in the source of the page. You probably need to refresh the cache plugin to apply the modifications. 2. Please paste this rule in the "Custom CSS" option (Design tab) of your form to fix this css conflict : #estimation_popup .btn .fa {display:inline-block;}

Customer webaprod

https://webaprod.com/t2/

Customer webaprod

sorry is here for test: https://webaprod.com/t2/

Author loopus

Thank you. I correctly see the textfield, but the js code is missing. Please can you refresh the html & js compression plugin cache ?

Customer webaprod

cach clered

Author loopus

The given js and the css code still missing on the page. Please contact me from the support page sending me a temporary access to the backend, I will check it directly .

Customer webaprod

Very very quick SUPPORT Thanks very much Fantastic features - and also very good service. Can highly recommend this plugin.

Author loopus

Thank you very much ! :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from gugga7

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPDF and email
CodeCanyon source
Customer gugga7

Hello, I think you answered this same question 2 years ago but the code has changed in lfb-core.php. Can you please help with an update tweak? > I want to use the clients name and e-mail (from the last step) as the sender credentials (From: ...) in the e-mail that we receive. I am using a CRM and this will log the client and create an account automatically instead of doing manually every time... It would be a huge waste of time for us otherwise. This would be really useful. Thanks in advance!

Author loopus

Hello, In the file includes/lfb-core.php, simply add this line : $headers .= 'From: '.$order->email."\n"; At line 2420, just before this line : $attachmentAdmin = array(); Feel free to contact me from the support page if you need more help .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from rechrisdesign

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadPDF and email
CodeCanyon source
Customer rechrisdesign

Hello. I sent you an email . Can you please check when you have time? Thank you!!

Author loopus

Hello, Done, I replied to your email.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from papix2001

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer papix2001

Hi this is a great plugin but unfortunately it does not work on chrome browsers for some reason. Is there anything I can do to fix this? update your chrome and clean your browser cache

Author loopus

Thanks :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from csimack

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer csimack

Hi this is a great plugin but unfortunately it does not work on chrome browsers for some reason. Is there anything I can do to fix this?

Author loopus

Hello, This plugin works normally on each browser. Feel free to contact me from the support page sending me the url of the form, I will check it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from pellewan

3 direct author replies in this public CodeCanyon conversation.

6 messages3 author repliesBuyer threadSupportCustomization
CodeCanyon source
Customer pellewan

Number field, why can't I put a default value (that is not shown when I use a placeholer) and that is actually calculated? If default value of my_numberfield is 30 and I type 10 in the form, why doesnt it show 300? Anybody knows?

Author loopus

Hello You can set the default value simply by filling the option "Default value" of the numberfield item from the backend. A numberfield defines a value, but not directly a price. To do a calculation from the value of a numberfield, you can create an hidden and preselected checkbox that apply a custom calculation such : [item-1_value]*30 (where item-1 is the numberfield and 30 the cost by unit). Feel free to contact me from the support page sending me the url of the your form if you need help.

Customer pellewan

I know the checkbox "workaround" but that messes up the summary. Default value overwrites placeholder text, so I have to create a "dummy" numberfield to use in calculation, which means 2 fields in summary; one for client-input-field and one for calculation (and in the backend it means 3 items per client input). If numberfield had a "value-per-number" it would be alot easier.

Author loopus

Ok, thank you for the suggestion, noted .

Customer pellewan

Thanks for the update but the price in "use value as quantity" doesn't add to the sum unless I set "default value" to 0, which override placeholder. Could one solution be "if using value as quantity, override default value"?. I'm well aware that my support has expired, so only if you have the time. Thanks.

Author loopus

Hello, I am not sure to well understand the problem. Please can you contact me from the support page sending me the url where I can see it ?

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from DamnRight_

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupport
CodeCanyon source
Customer DamnRight_

Hello, First of all, the plugin looks and works awesome. I'm really interested to purchase this. I really hope this can help me achieve the things I'm looking for. Here are my pre-purchase questions: I'm planning to build a BMR calculator with this plugin. I'd like to know if that is possible. I have a few working calculators that is built with a different plugin but I really like to the look and feel of this plugin. Please let me know if it is possible to achieve the same functionalities with this plugin. I'll also be adding a few more functionalities like purchasing fitness plans, downloading eBooks, etc. Also, do let me know if your plugin supports graphical representation based on the calculated values. Reference calculator: https://www.iifym.com/tdee-calculator/

Author loopus

Hello, Thanks ! 1. Yes, you can create the same process by using this plugin . 2. No, sorry, there is no frontend graphical representation option currently .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from theoceanagency

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer theoceanagency

Hi! We are running into an issue where the plugins functionality to add to cart does not work as it should after a certain process happens. We add items to cart, remove items form the cart, then run through the form and the add to cart doesn't add the items immediately, instead we have to refresh a couple of times. Please advise, thank you.

Author loopus

Hello, Please contact me from the support page sending me a temporary access to the backend, I will debug it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from DC86

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupportLicensing
CodeCanyon source
Customer DC86

Quick Question, can I use this on multiple sites? I currently have three personal business sites that I would like to install the quote feature on. Would purchasing this plugin be ok to use on the three of my sites or would I need to purchase this plugin 3 times?

Author loopus

Hello, One license should be enough if the 3 domains concern the same service/product. You can find all details on licenses here : https://codecanyon.net/licenses/standard . Feel free to contact envato support if you need more help on this point. When you use the plugin on a multisite, you need to activate it from each wp plugins panel (instead of the network admin one) .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from webaholicsteam

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportCustomizationPDF and email
CodeCanyon source
Customer webaholicsteam

Saw an issue reported 2 days ago about not being able to submit a report because it was similar to the following error: /wp-content/plugins/WP_Estimation_Form/includes/dompdf/include/cellmap.cls.php on line 420 we can not submit a form and the problem only arises when we add custom HTML to the recipient email template.

Author loopus

Hello, The mentioned problem came from the content of the email template. Please contact me from the support page sending me a temporary access to the backend, I will debug it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from trepcom

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesCustomizationPDF and email
CodeCanyon source
Customer trepcom

Questions before buying the plugin Can I setup all the steps and conditions all in one? Like a large form Is there a pdf configuration for the forms?

Author loopus

Hello, 1. Yes, you can create all your items directly on the last step to create a single step form 2. You can choose to send the final order as pdf by email to the admin and the customer

Customer trepcom

Thanks! Where in the panel can I set up the form with only one step? Taking the demo form for example my conditionals are very similar to the demo style

Author loopus

Simply delete all steps then create your items from the "Last step" settings tab of the form .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Papityn

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer Papityn

I can not place image alt on my budget calculator. Can you please tell me how it is posible to do add alt to my images (all of them have description but not alt attribute). Am having problems with SEO. Thanks in Advance.

Author loopus

Hello, When you select an image from the item panel, simply fill the "Alternative Text" option in the wp media picker before clicking the button "Insert into Post".

Customer Papityn

Fast and effective response. Thanks a lot. Great support. Thanks one more time.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Digital_Hipster

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadCustomization
CodeCanyon source
Customer Digital_Hipster

Bonjour, deux questions : 1. Comment enlever ces effets de texte sur les titres (fade-in bottom) ? L'idée c'est que tout apparaisse normalement, sans aucun effet. 2. Comment empêcher la sélection multiple sur les images ? En effet, je n'utilise pas des boutons mais des images pour illustrer les choix de l'internaute. Seulement il est impossible de configurer un seul choix possible (je clique sur l'image, je ne peux pas en choisir d'autres), comme les boutons avec l'étape suivante dès que je clique. Merci beaucoup :) Damien

Author loopus

Bonjour, 1. Voici la règle css à coller dans l'option "Custom CSS" du formulaire (onglet Design) : #estimation_popup #mainPanel .genSlide h2 { top: 80px!important; } 2. Utilisez simplement le même nom dans l'option "Groupe" des images. Seulement un article de chaque groupe pourra être sélectionné .

Customer Digital_Hipster

Super merci, je ne connaissais pas cette astuce des groupes. Voilà une bonne chose de faite. Merci beaucoup

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from syquest

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportCustomizationPDF and email
CodeCanyon source
Customer syquest

Hi, I have a list of things (of type image) a customer can choose from (only one - not multiple choices). In the email that is send to the customer at the end, I want to list his choices. Now when I use your preset email with „[project_content]“ the chosen image gets listed (so it is somehow possible to do this). But when I design my own email, I do not know how to list the content. Each picture of my list hat its own ID (let’s say 63,64,68,69,70). But [item-63_value] … doesn’t show anything. Any help? Sorry - it’s maybe a bit confusing.

Author loopus

Hello, For support requests, please contact me from the support page using your buyer account. I will help you .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from elditto

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer elditto

hello. I have problems with the pluggin. In desktop pc it's work fine but in mobile with android OP, is not work correctly... . You can check in www.neomallas.cl. some time ago, it worked very well but now nothing appears. Only the welcome messagge

Author loopus

Hello, Apparently the plugin isn't activate on the website. Please contact me from the support page sending me a temporary access to the backend, I will check it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from amiller671

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer amiller671

Any updates on connecting this form to Zapier in order to send information to a CRM system?

Author loopus

Hello, It isn't planned for now, but I note your request. I will probably study this possibility in a next update.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from idsk

3 direct author replies in this public CodeCanyon conversation.

7 messages3 author repliesBuyer threadSupportPDF and email
CodeCanyon source
Customer idsk

Hi great plugin! I am really interested. May be it can do what I need... Here are my pre-sale question to clarify: 1. Can I offer the user to send the final calculaiton they see on the webpage via email (like Simple Text for example, or HTML, or PDF) if they give their email address to send it to instead of the button "order now your website" for example? 2. Can I disable some of the animations or make them faster? For me it is a bit taking too long to make changes on the content after I click a button/choice... 3. Can I hide the calculated amount till the user hits a button “Calculate amount” for example? 4. Can the plugin generate a PDF from what the client is surrently calculating on the website? Thanks, looking forward, IDS

Author loopus

Hello, 1. Yes, you can choose to send the order to the customer by email at end of the form (it can also be sent as pdf) . 2. You can set a very small value in the option "Animations speed" of the form to speed it up considerably. 3. You can choose to hide the total and show it only in the last step (or only in the email) . 4. Yes, you can choose to send the final order as pdf to the customer.

Customer idsk

Very happy about your answers! I also watched the demo video. Is there a color picker field, where the user for example can choose a color to submit with the form - doesn‘t have to be calculation related, i.e. preis can be 0? Thanks!

Customer idsk

No need to answer! I saw in the info that there are color pickers! Thumbs up!

Author loopus

Yes :)

Customer idsk

So, after trying it out shorty, I can only say that it is an excellent plugin! I couldn't figure out the following: how to create a choices as Radio button fields - not complicated just 1 choice from many options only possible and simple text (not image) with the choice label/title. Could you help me with this? Thanks.

Author loopus

Hello, Thank you ! You can use checkbox and give them the same "Group" option name to use them as radio buttons (only one item of each group can be selected at same time) . It also works with images and buttons. You can use "Rich text" item to freely add formatted texts, static images or html code in any step of your form .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from vasokun

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadWooCommerce
CodeCanyon source
Customer vasokun

I want my customers to be able to track their order status (Pending, Prossing, completed, canceled). I can use the order handler to the woocomerce and buy a plugin from a third party to let customers track their order status. If so I have to create the corresponding products on the woocomerce and start resetting them. That's too much because of my number of forms and lots of small options! :(( How do you make it easier?

Author loopus

Hello, There is no this specific option currently, sorry. If you don't want to use woocommerce to do it and need a freelance to customize your version with such specific features, I can recommend you this team : https://wpkraken.io/?ref=loopus or this website : https://studio.envato.com/

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ezypos

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportCustomizationPDF and email
CodeCanyon source
Customer ezypos

Hi, The plugin was working fine for few months. But recently it has started give me a problem. When someone gets a Estimate, the email comes as a bunch of codes. There is not PDF attachment. Could you please help to resolve. Thanks. ---- part of the code --- 16px;padding: 0px;text-align: center;line-height: 16px;color:#ffffff;color:#ffffff"> Description Quantity Price <tbody style="font-size: 16px;padding: 0px;text-align: center;line-height: 16px;color:#bdc3c7;color:#bdc3c7"

Author loopus

Hello, Please contact me from the support page sending me a temporary access to the backend, I will debug it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Laura_Duarte

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupport
CodeCanyon source
Customer Laura_Duarte

Hi, I have a problem with the forms. When filling in a form at the end when clicking order now noting happens (screen stays loading). I see in browser console: /wp-admin/admin-ajax.php Failed to load resource: the server responded with a status of 500 () I disabled all plugins, set another theme, but same error. Witch PHP versions do you support? Any idea what could causes this?

Customer Laura_Duarte

in error log I see this error what is probably causing it: Got error 'PHP message: PHP Fatal error: Call to undefined method DOMText::getAttribute() in /home/admin/domains/hellothere.com/public_html/wp-content/plugins/WP_Estimation_Form/includes/dompdf/include/cellmap.cls.php on line 437\n'

Author loopus

Hello, Please contact me from the support page sending me a temporary access to the backend, I will debug it .

Author loopus

Fixed :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from JohnsonDesignCo

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer JohnsonDesignCo

Hello. Is it possible to press the 'Enter' key to go to the next step? This is for a number field

Author loopus

Hello, No, sorry.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from vasokun

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer threadSupportCustomization
CodeCanyon source
Customer vasokun

Pages that I added the shortcode to have a large space in the footer. How to delete it? Ex: http://bigtraffic.info/facebook-services/ Please help! Thanks

Author loopus

Hello, Strange issue. Please can you paste this rule in the "Custom CSS" option of your form (Design tab) ? #estimation_popup #mainPanel {min-height: 540px !important;} Is it ok ?

Customer vasokun

it's not yet. http://prntscr.com/h89e0k :((

Author loopus

You must not add the <pre> tags in the css rules, only the rule .

Customer vasokun

it work well. Nice. Thanks

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ffis3

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadCustomizationPDF and email
CodeCanyon source
Customer ffis3

Hello, im trying to find a list of css commands to have gravity forms pull data from a specific field/elemnt in the WP Cost Estimation Form

Author loopus

Hello, I received your email and I replied 40 minutes ago, please can you check your mailbox ?

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from himagarwal

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author replies
CodeCanyon source
Customer himagarwal

If you will be adding Zapier integration, I am up for this plugin. (+1 for Zapier)

Author loopus

Thank you for the suggestion !

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from PeterHK

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadPDF and email
CodeCanyon source
Customer PeterHK

Hi. When i connect with Mailchimp i only recieve the Email address and not the name of the suscriber. The name is written in a textfield, is that correct ? Or how should i do ?

Author loopus

Hello, You need to set the the "Type of information" of the textfields (email, phone, first name, city etc ...) to allow the plugin to recover the informations and send them to Mailchimp .

Customer PeterHK

Thanks, it worked :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from hifivintage

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author replies
CodeCanyon source
Customer hifivintage

Hi We are using this plugin :https://woocommercequoteplugin.com/ this plugins enables us to provide tailored made quotes in special cases. Can we link your steps into this plugin ? Bes regards, Hervé

Author loopus

Hello, No, sorry, there is no specific option to work with the mentioned plugin currently. Thank you for the suggestion .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from matiasmendes

2 direct author replies in this public CodeCanyon conversation.

6 messages2 author repliesBuyer thread
CodeCanyon source
Customer matiasmendes

Hello, how can I authorize the shop manager role to configure the plugin? Thanks for your feedback. Best regards

Author loopus

Hello, To do that, you need to replace all " manage_options " by " manage_woocommerce " in the file includes/lfb-admin.php .

Customer matiasmendes

Wooh! still a super fast response, thanks! Can you show me the lines? Thank you

Customer matiasmendes

Oh sorry ! "you need to replace ALL "manage_options" Thank's a lot !

Customer matiasmendes

Sorry, wrong manipulation

Author loopus

Hello, It isn't normal, the files shouldn't be replaced except if you apply an update. Maybe there is a backup plugin or something like that that create troubles ?

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from JohnsonDesignCo

4 direct author replies in this public CodeCanyon conversation.

8 messages4 author repliesBuyer threadSupportCustomization
CodeCanyon source
Customer JohnsonDesignCo

Hello, I am using the text field instead of number field since I can add commas in between number amount with jQuery. But when using calculation, it doesn't show the field since it is a text field. Any way around this?

Author loopus

Hello, The value of a textfield can't be used in a calculation (it isn't a numeric value). You can use commas or point in the numberfield, and use its value in a calculation.

Customer JohnsonDesignCo

Can you explain how? Is it a setting in the plugin or do I have to use jQuery and code it myself

Author loopus

Simply by creating a numberfield (the user can fill a value with decimals inside), then using this value in a custom calculation (button "Add a value") .

Customer JohnsonDesignCo

I meant adding commas in between thousands, inside the number field while the user is typing. I used jQuery to do it, but only works in text fields which can't be used for calculations

Author loopus

No, there is no such possibility currently, a html numberfield doesn't support such separators .

Customer JohnsonDesignCo

Then the only option is for you to allow text fields for calculation. With jQuery you can check if user entered number, and remove letters if entered

Author loopus

Thank you for the suggestion, but it isn't planned for now.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from pellewan

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesSupportLicensing
CodeCanyon source
Customer pellewan

How do I link to item values or summary on other pages? Say I want to write "you bought "this_item" for a value of "x"" on another page on my site where "this_item" and "x" is items from your plugin?

Customer pellewan

It's odd when I don't find anything about what I want.. In the last step I wanna link to another page. On that page I want to put different links refering to the forms plugin; some item values, summary etc.

Author loopus

Hello, There is no specific option to show a selected item and its price on another page than the form one, sorry. If you can't use this plugin to fit your needs, I can propose you to uninstall it then ask a refund. I will accept it, no problem .

Customer pellewan

I would like a refund only for my latest license. That would be very gracious of you.

Author loopus

No problem, please make the request from this page : https://themeforest.net/refund_requests/new . I will accept it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from JohnsonDesignCo

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer thread
CodeCanyon source
Customer JohnsonDesignCo

Am I able to nest if statements? if ([total]>0) { if([value]>100) {500} }

Author loopus

Hello, No, it should be : if([total]>0 && [value]>100){ 500}

Customer JohnsonDesignCo

Am I able to write comments inside a calculation? I have like 20 if statments and I'd like to be able to comment what they do. I tried //comments but doesnt work

Author loopus

No, comments aren't supported in calculations currently .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ranaru

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer ranaru

Please add radio buttons and the ability to better position form fields.

Author loopus

Hello, You can use checkbox as radio buttons simply by filling the same "group" name (only one item of each group can be selected at same time). It also work with image items. You can choose how many items you want to show on each row (from the step panel), or use the Form Designer tool to customize the layout ( https://www.youtube.com/watch?v=sCxV7CdTcrQ ) . Feel free to contact me from the support page if you need help on a specific point .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from CimapressSl

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesCustomization
CodeCanyon source
Customer CimapressSl

Hi at that side of the screen. I need to make calculations with 6 decimals but only show 2 at the final price. How does the calculation handle decimals?. Let me show you why do I need it. We are a print store. We need to calculate the page cost to make the final book cost. This cost takes some variables: paper grams - 80 grs height of the ream - 45 cm width of the ream - 64 cm Kilogram price of the paper - 0,9 € The number of pages I can print in one ream - 8 Page cost = (((80*45*64)/20000)*0,9)/(8*1000) In this example the result is 0,001296 Lets say I have a book with 200 pages: 200*0,001296 = 0,2592 So the question is.... this plugins calculates with all the decimals or rounds to two decimals for the calculation?. The final price should be two decimals. I'm not sure that I explained my self.... hehehe

Customer CimapressSl

Thanks in advanced and sorry for such a "boring" question. ;-)

Author loopus

Hello, Yes, it can be done in a custom calculation ( https://www.youtube.com/watch?v=xH8frpa7wL0 ) . You can use the wanted value with 6 decimals in the calculation, then the final result will be automatically rounded to 2 decimals . Ex : [item-1_value]*0.001296