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 25 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 SynapsisIT

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupportPaymentsLicensing
CodeCanyon source
Customer SynapsisIT

Hello, I just had a chance to install in a localhost this plugin, on a latest WP version, and upon activating the plugin I got the next error This plugin generated 2348 unexpected output characters during activation. If you see "headers already sent" messages, feed problems or other types of problems, try turning off or removing this plugin. Has anyone else had such an alert during installation of the plugin?

Author loopus

Hello, Please can you upload it online and contact me from the support page if the error persists ? I will debug it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Customer SynapsisIT

Hello, Thank you for the quick response. I will upload it online ASAP and will let you know details through the support page.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from powerlogo

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadCustomization
CodeCanyon source
Customer powerlogo

Hello, I am using your provided jQuery code to display Form Summary in last step before the form fields. Is it possible to float the summary on the right and form on the left? Thanks in advance!

Author loopus

Hello, There is no direct option to do that. A solution can be to use this code in the "Custom JS" option of the form : jQuery(document).ready(function(){ jQuery('#lfb_summary').detach().insertBefore('#finalSlide .genContentSlide'); }); Then use custom css rules to create the wanted layout : @media only screen and (min-width: 980px) { #finalSlide .genContent { display: flex !important; padding: 48px !important; } #finalSlide .genContent > div { flex:1;} }

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from 360branded

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer 360branded

Can you tell me a bit more about the "Save for Later" feature? Does the system use cookies to save it based on IP? Are signed in users able to review and edit previously completed forms? And how long is the incomplete form saved in the system? I was unable to find much documentation on this. Thanks!

Author loopus

Hello, This option uses the browser local storage to store the form progression. Once saved, the form selection is automatically loaded when the customer returns to the form.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Shahab919

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupportPayments
CodeCanyon source
Customer Shahab919

Hi I See wp cost estimation form in this link : http://n-debugger.ir/IFIXQUICK/buy-sell/ When I clicked on iphone or ipad i cannot click next step button! and my browser not responding! Is plugin cause the problem?

Author loopus

Hello, For support requests, please contact me from the support page by using your buyer account : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Sitesum

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPayments
CodeCanyon source
Customer Sitesum

I am getting a js conflict wit hthe saasland. Can you please send me the plugin.js file

Author loopus

Hello, For support requests, please contact me from the support page indicating me the exact problem and the website url, I will help you : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from hamdyhelaly

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer hamdyhelaly

Hello, This is a great plug-in. I have just installed it and attempting to insert one of the samples, they show a blank page on my website. Any clue? Thanks,

Author loopus

Hello, Please can you contact me from the support page, indicating me the url where you paste the form shortcode ? I will debug it .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from matiasmendes

4 direct author replies in this public CodeCanyon conversation.

9 messages4 author repliesBuyer threadSupportCustomization
CodeCanyon source
Customer matiasmendes

Hi Loopus How to check the phone number in the field? Thank you

Author loopus

Hello, You can use the "Mask" option on the target textfield to force a specific format inside, or apply a custom validation, from the item panel .

Customer matiasmendes

Thank you for your answer, but it does not work. When I indicate a format 0000000000 for the phone, ie 10 digits. The field is validated even if one only informs 2 figures

Author loopus

Ah yes, I see the problem, thank you for reporting. I am going to fix it. Here is the js code to paste in the "Custom JS" option of the form to avoid it : jQuery(document).ready(function(){ jQuery('input[data-mask]').each(function(){ jQuery(this).attr('data-validmin',jQuery(this).attr('data-mask').length); jQuery(this).attr('data-validmax',jQuery(this).attr('data-mask').length); jQuery(this).attr('data-validation','custom'); }); });

Customer matiasmendes

Great, it works! thank you. And for postal codes, same problem. Our postal codes can be 4 digits, 5 digits or 6 digits. How to please?

Author loopus

You can set the "validation" option to "Custom" and fill the wanted minimum and maximum lengths .

Customer matiasmendes

Our postal codes have only numbers. If I want the minimum and maximum lengths, the user can write letters. I only want minimum numbers 4 maximum 6. Thank's

Author loopus

Ah ok. There is no specific option to do that currently with the "Mask" validation option, sorry. I note the suggestion.

Customer matiasmendes

Thank you, have a good day

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from tesseram

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadBooking
CodeCanyon source
Customer tesseram

Hello loopus, I hope you are fine. I'm kindly asking you, is there any way to translate the months of the calendar?

Author loopus

Hello, The calendar language is automatically defined based on the language configured in WP . You can edit the presets from the plugin folder /assets/js/calendarLocale/

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Ouikeo

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadWooCommerce
CodeCanyon source
Customer Ouikeo

Hi, I'm intersted in your plugin and have a question: Is it possible to create a form that allows me adding a woocommerce product, using taxonomies and fields of the woocommerce product type ? Thank you so much for the hard work.

Author loopus

Hello, No, sorry, it is currently possible to assign an existing wooproduct to an item of the form and choose to add it to the woo cart at end, but it can't create new woo products.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from netzlichter

3 direct author replies in this public CodeCanyon conversation.

7 messages3 author repliesBuyer threadSupportCustomizationPayments
CodeCanyon source
Customer netzlichter

Hi there, great plugin :)! I have a small question: How can I deactivate, that the plugin is adding stripe code on every page of my site? I don't need the gateway... Big thanks :).

Author loopus

Hello, Thank you ! :) If the option "Ajax navigation support" is disabled in the form settings, the Stripe js file should be only loaded in the pages that contain the form shortcode. Feel free to contact me from the support page and send me the url of the website, I will check it: https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Customer netzlichter

Thanks for your quick response. How is it possible to NOT load the scripts and css files globally - only load scripts and css of the plugin where the shortcode is used? AND: Thanks again.

Author loopus

You simply need to disable the option "Ajax navigation support" (disabled by default) in the "General" setting tab of the form to do that .

Customer netzlichter

I only had the Plugin installed with Demo content and did nothing. No form has the Ajax option active? And the code I posted above is added on all sites.

Author loopus

Ah ok . Please can you 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

Customer netzlichter

Contacted you. Big thanks in advance.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from kathrinjimi

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesSupportCustomizationBooking
CodeCanyon source
Customer kathrinjimi

Hello,loopus i need similar car shipping calculator like this https://roadrunnerautotransport.com/get-quote can i have this similar if i use your this plugin.let me know if you help me with this i will buy it now.let me know

Author loopus

Hello, Yes, you can create a similar process by using this plugin. There is no option currently to allow the customer to create fields himself (like the link "Add another vehicle"), but it is possible to create an item "Number of vehicles", duplicate the items "Year", "Make" and "Model" several times and use their option "Show depending on conditions" to show the good number of fields based of the value filled in the "Number of vehicles" item. You can use address auto-completion, variables calculations (to define the number of days) and distances calculations, but there is no specific option currently to show the final itinerary on a map (like in the second step) . Feel free to contact me from the support page if you need help .

Customer kathrinjimi

i don't need the maps functionality i need only terms condition like if some one select from Florida to new work with the year and car model it will show a price also if the condition change from Florida ti Las Vegas it will be change?.can it possible? and also the booking date calendar. and the form style?

Author loopus

Yes, you can make such dynamic prices by using the price calculation tool. There is a booking system, you can manage calendars and assign them to the datepicker of the form to automatically register new events inside when an order is submited, but the event duration of a datepicker can't be modified dynamically. A solution can be to duplicate the datepicker (one for each possible event duration) and use their option "Show depending on conditions" to show the good one based on the wanted conditions (here is the calculated distance). The form style will not be the same, there is no such table layout option currently.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from khprem

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesPayments
CodeCanyon source
Customer khprem

Is it possible to create a payment form to charge students by filling the form, rate will depend on number of subjects, like, if a student select one subject he will be charged 10 usd or if he select 3 subjects he will be charged 30 usd. Thank you

Author loopus

Hello, Yes, you can make a such form by using this plugin.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from DESI9N-NL

3 direct author replies in this public CodeCanyon conversation.

5 messages3 author repliesBuyer threadSupportCustomizationPayments
CodeCanyon source
Customer DESI9N-NL

halo i have a question. is there a possibility to apply extra options after the last step? as: final amount total is for example € 1200 additional options are then option 1 pay the entire amount in one go option 2 pay the amount in installments over 12 months option 3 pay the amount in installments over 24 months if I choose option 2 that amount is € 100 per month is this possible? that the customer still has the option to make the payment spread or in one go. I have now purchased the plugin for a year but have not been able to use it. I am looking for a solution at the last step option

Author loopus

Hello, No, sorry, there is no specific option to do that currently . if you need a freelance to develop such customizations to your version of the plugin, I can recommend this team : https://www.wpdeft.com/ . They are used to work with this plugin and are available for such custom work .

Customer DESI9N-NL

https://www.nuveiligtwente.nl/test/ how i get the icons horizontal?

Author loopus

Hello, The mentioned page sound to be empty. You need to set the option "Column or Row" to "Column" on your items to show them aligned horizontally.

Author loopus

Please don't share admin access to the website in these public comments, you can contact me from the support page of the plugin : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support/ . The items are correctly aligned in the demo forms. Where can see the issue exactly ?

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from tesseram

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer thread
CodeCanyon source
Customer tesseram

Hello Lupus, I hope you are fine! I have finished my form and now I want to translate it in a different language. As I can see there is an option to translate the texts(thank you for that) but when I'm trying to translate an item(e.g Select Field) I lose my conditions in the next steps. Is there any way that I can do to fix that without making it from scratch?

Author loopus

Hello, Please can you use the "Reply" button for new messages ? Thank you ! The values filled in the "Texts" settings tab of the form or the items titles don't change anything to the links of the form. But the conditions based on the filled value in a field can't be automatically updated currently, sorry, they depends on the exact filled content. I note the suggestion, thank you .

Customer tesseram

Okay loopus, Thank you for your prompt response

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from tesseram

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupportCustomization
CodeCanyon source
Customer tesseram

Hello Loopus, hope you are fine! I have a little issue. I have an Item (Select Field) and i want to change the name of it only in Summary . Is there any way to do that ?

Author loopus

Hello, Ah no, sorry, there is no option to do that currently. But it can be done by using this css rule in the "Custom CSS" option of the form : #lfb_summary table tr[data-item="479"] > td:first-child { visibility: hidden; } #lfb_summary table tr[data-item="479"] > td:first-child:before { content: 'My custom text'; visibility: visible; } You need to replace "479" by the real ID of the target item (you can use the browser inspector on the summary to recover its item ID) and "My custom text" by the wanted text to display in the summary . Is it ok ?

Customer tesseram

Thanks!

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from DESI9N-NL

0 direct author replies in this public CodeCanyon conversation.

1 messages0 author replies
CodeCanyon source
Customer DESI9N-NL

.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from tifnan

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadCustomizationPayments
CodeCanyon source
Customer tifnan

Hi, using paypal for payment. Want to change the order button like this (https://i.ytimg.com/vi/m0yDWDmtpKI/maxresdefault.jpg). A customised paypal button and a small image below that. Is it posible to achieve this? You are doing a great job here!

Author loopus

Hello, Thank you ! Here is the code to paste in the "Custom JS" option of the form to do that : jQuery(document).ready(function(){ jQuery('#btnOrderPaypal').html(' ').css({width: 274, height:39,margin: '0 auto', display:'block'}).removeClass('btn').removeClass('btn-primary'); jQuery('#btnOrderPaypal img').show(); jQuery('#btnOrderPaypal').after(' '); });

Customer tifnan

Thanks! It works

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ralmi

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadCustomization
CodeCanyon source
Customer ralmi

Is there a way to hide the recaptcha badge? I have added the following in the design css area: div.grecaptcha-badge { visibility: hidden !important; } But it does not work :(

Author loopus

Hello, Here is the css rule to use : #estimation_popup .grecaptcha-badge{ display:none !important; }

Customer ralmi

Worked like a charm! Thanks alot :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from diamanto

3 direct author replies in this public CodeCanyon conversation.

6 messages3 author repliesBuyer threadSupportCustomizationPayments
CodeCanyon source
Customer diamanto

Hi, I bought your pluggin. I need to create a product rating. Steps: 1.-The customer selects options, car, motorbike...km and year. 2.- Pay a subscription 3.- Finish filling in specific questions to see the result. Is this possible? or do I have to create two separate forms? In this case, how do I link the data already entered in form1 so that they are in form2? Greetings

Author loopus

Hello, The plugin can't send the data of a form to another one currently, sorry. The payment can be made at end of the form, the questions should be placed in (or before) the last step .

Customer diamanto

Hey, thanks for the speed. So, how can I make them pay before seeing the result? It's a page for appraisals. I need them to pay or register to see the result. Is not possible? Thanks

Author loopus

Alas no, sorry, there is no specific option to make the payment before showing the result currently. If you can't create the wanted form by using this plugin, feel free to contact me from the support page to ask a refund, I will accept it, no problem.

Customer diamanto

I'm sorry to hear that. I really like your complement... Wouldn't it be possible for css and only to be on the final page after payment? Thanks

Author loopus

If the text is static, you can fill it in the "Succeed text" option in the "Texts" settings tab of the form, it will be displayed once the payment done when Stripe is used. Otherwise, if you need a freelance to develop such customizations to your version of the plugin, I can recommend this team : https://www.wpdeft.com/ They are used to work with this plugin and are available for such custom work .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ezzeldean

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupportCustomization
CodeCanyon source
Customer ezzeldean

Hello, We’re asking if you want to support Arabic language to your plugin. As simple participation of us to support the Open Source community and make it speak in all languages of the world we would like to share the translation files for your plugin. Our languages pack translated by Arabs without any errors. But we don't have RTL CSS files. So, How can we send the translation pack if you want? And can release it on next update ASAP?

Author loopus

Hello, This language isn't planned for now, but I note the suggestion, thank you. You can contact me from my profile page if wanted : https://codecanyon.net/user/loopus

Customer ezzeldean

But the translations are ready to use. We're using Arabic in our website.

Author loopus

Yes I understood, thank you! Feel free to contact me and send me the file, I will check it and probably include it in a next update.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from mgeorgiou

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer mgeorgiou

Hey Loopus, Love this plugin but there are some performance issues we are facing, I have sent a message through support page. Hope to get a response/inputs from your side sooner. Thanks!

Author loopus

Hello, I just received your support request (2 mins ago) and replied .

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 thread
CodeCanyon source
Customer HappyAgencies

Hi, are you planning to add repeatable fields?

Author loopus

Hello, Sorry, this specific option is planned currently. But I note the suggestion, thank you .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from atharuddin80

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author replies
CodeCanyon source
Customer atharuddin80

I really like the plugin, I have watched the 30 minutes video and I do have one question before I buy this plugin. What is the limit for option I want add at the backend. Let suppose I want to add 50 options as the answer to one question, Can I do that? Also is adding an image for option necessary?

Author loopus

Hello, Yes, you can add 50 options in a step, there is no limit imposed. Images items aren't mandatory, you can use checkbox, slider, buttons, fields etc ... instead of images .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from trustexpert

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupportCustomizationPayments
CodeCanyon source
Customer trustexpert

hello loopus, how can i change the progress bar location ? for example i want the progress bar to be under the main title (steps title) also i seem to have 3 recaptcha badges in the last step... how can i just show one ? i tried some CSS but it didnt worked... thank you.

Author loopus

Hello, 1. The main progress bar can't be included in the content of the different steps, sorry. It would require some code customizations . 2. Please can you contact me from the support page of the plugin, sending me the url of the problematic form ? I will debug it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Customer trustexpert

oh, ok, i need to renew my support license, i can`t contact you :(

Author loopus

You can contact me from my profile page : https://codecanyon.net/user/loopus

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from gianny80

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupportPaymentsPDF and email
CodeCanyon source
Customer gianny80

Hi, we have a problem with the email that is sent after the order to the admin. The email of the order arrives unformatted: Example: U3ZmaWhDYW1SYWQ3TlNQUzZiSE15Sjg4ZUJZY2xjQnVLc05ucjVFTlFuRmh4YUJo..... etc.. Thank you.

Author loopus

Hello, For support requests, please contact me from the support page of the plugin by using your codecanyon buyer account : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support/ , I will help you .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Batalenkov

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupportPaymentsLicensing
CodeCanyon source
Customer Batalenkov

Good day. 1. Tell me how to implement that on the final page if the client did not accept the "user agreement" switch was highlighted or would a message appear? Now it is mandatory, and if it is not selected, then the mandrel does not occur, but other required fields are highlighted in red, and in this case it is not clear that the field is required. In your example, I see that everything works. 2. At the end I have a text box with a mask (000) 000 00-00, but it does not work. In reality, in this field I see the already entered value (000) 000 00-00 and I can not enter anything into it, these values ​​also come to the mail.

Author loopus

Hello, For support requests, please contact me from the support page of the plugin by using your codecanyon buyer account : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support/ .

Customer Batalenkov

Unfortunately, I’m setting up for the client and do not have access to the purchase code, and the client has not yet informed me about it. Maybe I will buy the plugin for myself (for calculating the cost of sites). Please answer some questions: 1. Is it possible to remove decimal values in the final table? (round to integer)? 2. Can I use the text field mask as (000) 000-0000? for phone number? 3. Is it possible at the last step to make only a summary table without a send button? those. calculator for calculation only. Thanks.

Author loopus

1. Yes 2. Yes 3. Yes

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Batalenkov

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupportPayments
CodeCanyon source
Customer Batalenkov

Good day. There is a problem when trying to select an image previously uploaded to the library. When you press the INSERT TO RECORD button, nothing happens. In the console, the error An invalid form control with name = 'attachments [18858] [post_title]' is not focusable.

Author loopus

Hello, For support requests, please contact me from the support page of the plugin by using your buyer account : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support/ . I will help you .

Customer Batalenkov

thanks, everything is fine

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from netterpatrick

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupport
CodeCanyon source
Customer netterpatrick

Hi Your plugin looks very good I would like to buy it but I have to consider because of the implementation I should not be satisfied would a refund be possible? thanks

Author loopus

Hello, Yes, if for any reason you can't create the wanted forms with this plugin, feel free to contact me. I will help or I will propose you a refund if you want, no problem !

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from delstrat

1 direct author reply in this public CodeCanyon conversation.

7 messages1 author repliesBuyer threadSupportCustomizationWooCommerce
CodeCanyon source
Customer delstrat

Hi! Looked everywhere how to use the formulas, but the YouTube and the short documentation don't answer my questions... How can you create a formula that checks based on the total number of products you've selected across all steps? Say, in step 1 you have 2 items. Item A = 100 Item B = 10 Item C = 10 If you select 2 or more, let's give 10% off. How the price formula seems to work for item A is: 100 if([total_quantity]>1){ 100*0.9 } And for item B: 10 if([total_quantity]>1){ 10*0.9 } And for item C: 10 if([total_quantity]>1){ 10*0.9 } The problem is: a) not sure if total_quantity works this way b) unsure what [price] and [total] do? c) Tried the "[price]=" per the example in the plugin, but it always returns 0 But it would be a lot easier if you don't have to price every product individually. In summary, all that's needed is: if you select 2 or more items across all product, the price applies X% discount to the total price Then it should go to the woocommerce checkout, which should automatically apply the coupon codes.

Customer delstrat

Tried this too, and that doesn't work either: 100 if([total_quantity] >1) { [price] = [item-266_price]*0.9 } This is exactly like the example (minus quantity of another product, but don't see how that's applicable). It just doesn't like the [price] bit.

Customer delstrat

Also, how can you hide the "floating button summary" from the final step (it's not really relevant there)? Thanks!

Customer delstrat

Another thing: it seems that the Group ID does not work across steps...? In other words, if one wanted to "replace" an item from a previous step in a subsequent step, how can this be achieved?

Customer delstrat

And it seems tricky to create multiple dynamic steps too for some reason. Example: Step 1: 3 choices, A, B and C. You can select multiple. Step 2 would be shown conditionally if B was selected Step 3 should be shown conditionally too if C was selected It appears possible to link to multiple steps from the first step, but if you select both B and C in step 1, only step 2 is showing and step 3 never shows. The same happens when you just create conditions on the steps (without creating the link from the step designer).

Customer delstrat

Sorry, another one! Can you send a variable in the URL to the page where the shortcode is working? Scenario: 1. You go to /form?code=1234 or /form?variable=startprice 2. The code could be one of the discount codes that you choose, or the variable overrides the custom variable you've created to calculate something. In other words, could you send other information such as name (if we know it from say our CRM)? Thanks again, sorry for the many questions but the plugin's online and included documentation doesn't showcase all that the plugin can handle!

Author loopus

Hello, 1. The calculation sound correct, feel free to contact me from the support page, sending me the url of the form , I will check it . 2. The group option allow you to make one item of the group selectable only in a step, the selection in a step can't replace the selection done in the past steps. 3. The way to do that is to link all the steps successively (step A -> step B -> step C etc ...) without using conditions on links, but using the option "Show depending on conditions" directly on the steps panels. By doing that, the plugin will continue to follow the links, but will show only the steps that have their visibility conditions filled. 4. No, sorry, there is no specific option to do that currently .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Daviducci0

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadPDF and email
CodeCanyon source
Customer Daviducci0

Hi, thank you very much for your plugin. Is possibile to send form to multiple admin mail?

Author loopus

Hello, Yes, you simply need to fill the wanted emails address in the "Admin email" option of the form, separated by commas.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from veedyou

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadCustomizationPDF and email
CodeCanyon source
Customer veedyou

Does anyone know how I can add a custom link/URL to the form that is static at the bottom of the form throughout the steps? Kind of like a link you have in the footer of a webpage. What I am trying to do is to allow the user to exit the form and go back to the homepage of the website. Thank you!

Author loopus

Hello, I just received your email, I replied. It can be done by using this code in the "Custom JS" option of the form (by replacing "https://www.yourwebsite.com" by the target url) : jQuery(document).ready(function(){ jQuery('#estimation_popup #mainPanel').after(' Return to the home page '); }); You can also modify its style by using this rule in the "Custom CSS" option of teh form (Design tab) : .returnCustomLink { font-size: 15px !important; }

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from DavidGaillard

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupportPayments
CodeCanyon source
Customer DavidGaillard

The links between steps keep dissapearing from time to time. is it an expected behavior ?

Author loopus

Hello, What is the used version of the plugin ? I improved the code of the plugin to avoid this possible issue in a recent update .

Customer DavidGaillard

version 9.692

Author loopus

Thank you. Please can you contact me from the support page, sending me a temporary access to the problematic form ? I will debug it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from vervelover

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer vervelover

Hi, the plugin is awesome, but I can't find a way to prevent same-day bookings. This is really needed, as things stand now people can book anything, even services expiring in just a few minutes! Or am I missing the option somewhere? I looked everywhere! Thank you for your help, Alessio

Author loopus

Hello, Thank you ! I added an option "Start date after X days" on the datepicker item panel in a recent update to allow this. You simply need to fill "1" inside to set the minimum selection date to tomorrow .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from plnewton

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupportPaymentsPDF and email
CodeCanyon source
Customer plnewton

I have just updated to the latest version from version 9.560 and I cant seem to get the rich text boxes centred on the form correctly, how can I correct this Also, if I have a checkbox with a title that spans two lines there is a big space between the lines, how can I adjust this?

Author loopus

Hello, Please can you contact me from the support page of the plugin, sending me the url of the form ? I will debug it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Customer plnewton

yes, I have actually done that also but I had to revert back to the previous version for now as it was unusable

Author loopus

Yes, I just saw your email, I replied.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from tomasmartinsson

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPDF and email
CodeCanyon source
Customer tomasmartinsson

Hello! 1. My Pdf's and mail's get weird sizes on my phone. Looks ok on the computer but on the phone the numbers is to big, needs 3 lines to fit, columns doesnt go on top eachother etc. Is there a easy fix for that? 2. Is the Pdf editable so that it looks more "advanced" like our a real quote? If so, any recomendations on who can do that? Thanks for your time

Author loopus

Hello, 1. Please can you contact me from the support page and send me an export of the form ? I will debug it . 2. You can customize the pdf content from the "Email" settings tab of the form. The summary table can be customized by using the options of the "Summary" settings tab .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from usmanqamar

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupportPDF and email
CodeCanyon source
Customer usmanqamar

HI, I connected the Getresponse Api. I am not able to see my lists with in plugin. the dropdown is blank. Please help

Author loopus

Hello, I replied to your email. Please can you reply to it by sending me a temporary access to the wp backend ? I will debug it .

Customer usmanqamar

can you please resend me that email. I did not get any. Please share the email that you want me to add in wordpress.

Author loopus

Ok, done, I sent the email again (to [email redacted] ) .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Supernova23

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer threadSupportPaymentsPDF and email
CodeCanyon source
Customer Supernova23

The plugin doesn't link steps with each other. I've tried all ways, conditions or not, but the form only shows first step. It's a real mess. I'd like a more simply plugin, this is very difficult to make it works. Please update.

Author loopus

Hello, Please can you contact me from the support page, sending me an export of the form ? I will debug it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Customer Supernova23

How to export?

Author loopus

I correctly received the export, thank you, I replied to your email. The links are simply created in the wrong direction .

Customer Supernova23

Oh God

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from delstrat

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportCustomizationWooCommerce
CodeCanyon source
Customer delstrat

Hi! Looks like a great plugin. Deciding whether to buy because Envato doesn't offer money back guarantee... Need help with the following please. Scenario is a payment form! 1. Can you use own shortcodes inside your plugin? (created some custom ones that load a dynamic price, and another one with dynamic text of the product name). Are there limitations anywhere? 2. Is it possible to create a custom redirect link ? The woocommerce cart we use is hosted on a different install from where your plugin would run, so a redirect link would be: cart.com/?add-to-cart=prod1+prod2+prod3 where prod1, prod2 and prod3 are the product IDs of woo. So the link needs to be dynamically populated. - BUT the number of products can differ (so that affects the URL creation) 3. Can a list of products be shown (like a restaurant menu) with information about each line and their pricing? Instead of the icons that you use in your demos? 4. Can you override pricing e.g. I choose one product (A), it chooses priceA, but if I choose another product (B), then price A is increased with X and B with X too, i.e. a multi purchase is "upgraded" and is not a standalone product anymore. 5. Can you apply a discount automatically i.e. show two pricings in the steps (one standard one, the other discounted), e.g. if you use run an offer but don't want the visitor to enter a coupon manually. But still show the savings they get. 6. If you install your plugin on one live site, will the same license and support work for a staging copy ? Thanks! :grin:

Author loopus

Hello, 1. Yes, you can add your own shortcodes in the form content. Their content will be displayed in the wanted step, but the plugin can't interact with this content (you can't use prices in the custom shortcode content), only show it . 2. It is possible to send the form data as GET variables to the target page. The link will be generated like this : cart.com/?myItem1=10&myItem2=5&email=[email redacted] But it isn't the mentioned format ( cart=prod1+prod2+prod3), so it will probably not work with the used cart system, sorry . 3. The items can be images, buttons, checkbox, dropdowns, fields, sliders... You can add a description and visible price to all the items types. 4. Yes, you can use the "Price calculation" option to make such dynamic prices 5. No, each item can only have one price displayed currently. 6. Yes

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Jasinka

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPayments
CodeCanyon source
Customer Jasinka

Hello, How add woocomerce item into cart and redirect to cart or checkout with that product? I found this on your demo, but codecanyon demo i can't find this example. I can't find any settings, to do this. Maybe you can help? Thanks.

Author loopus

Hello, You can find the instructions in the documentation of the plugin (in the main zip file of the plugin) . You need to enable the option "Add selected items to the cart" in the "Last step" settings tab of the form, then assign existing woo products to the wanted items from the item panel. You can define a final redirection to the woo cart page from the "Last step" settings tab of the form (option "Open a page at end") .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from trexya

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadCustomization
CodeCanyon source
Customer trexya

Could be useful some action in plugin code to integrate some custom code (on sent, on error). Thanks

Author loopus

Hello, You can execute custom js code when the step changes or when the form is submitted : jQuery(document).ready(function(){ jQuery('#estimation_popup').on('stepChanged',function(){ // your code here, executed when the step changes }); jQuery('#estimation_popup').on('formSent',function(){ // your code here, executed when the form is sent }); });

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from christo9090

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPaymentsPDF and email
CodeCanyon source
Customer christo9090

Hello. I am a long time user of this plugin. Recently, one of our forms has begun to email us orders that happened over a year ago. We get one every couple of days. And just one of the many forms does it. Any suggestions?

Author loopus

Hello, Please can you check that this form has a unique order prefix, in the "General" settings tab of the form ? Feel free to contact me from the support page by using your buyer account that has support rights, I will debug it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from sagar122

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesCustomization
CodeCanyon source
Customer sagar122

Hi, I am looking to create a pricing calculator like this: http://boltboxes.com/ . I have the same business and want the same function on my side. so basically, when the user enters the values in length, width and depth section, it calculates the volume and then suggests the price per box according to volume of the box. then the user selects the quantity and it applies a % discount as the user orders more. it also add printing cost as per quantity and need the user to upload files for print too. can we configure this plugin to do this work? if not, can you please suggest me an alternative? also, if you could suggest me a theme for this kinda website that would be great. Thanks!

Author loopus

Hello, Yes, you can make a such form process by using this plugin . You will need to use the price custom calculation option to make the form calculations .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from finleydesign

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer threadCustomization
CodeCanyon source
Customer finleydesign

Pre-sale type question really, is it possible to have an item be worth something based on a calculation, but then only apply when selected?

Author loopus

Hello, Yes, the item price calculation is applied when the item is selected.

Customer finleydesign

So it can have a price calculation set based on other conditions, but then only apply to the total price if selected?

Author loopus

Yes, when you use the "Price calculation" option on an item, the filled calculation is applied only when this item is selected. You can freely define the wanted conditions based on the other items in the custom calculation .

Customer finleydesign

Ok think I understand you, thanks

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from astrabox

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer threadSupportPayments
CodeCanyon source
Customer astrabox

Bonjour et merci pour votre plugin. Je souhaiterais que les quantités 4, 6 et 8 puissent avoir un prix de 2€ l'unité. au-dessus de 8, le prix est de 2.10 €. La réduction aurait été parfaite pour des quantités inférieurs et non supérieurs comme c'est le cas actuellement. j'ai utilisé cette formule ça ne fonctionne pas et de plus je ne sais pas si je dois l'ajouter dans la section "Calcul de Prix" ou "Calcul de quantité". if([item-240_quantity] 4) { [price] = (2)*[item-240_quantity] } Merci pour votre aide.

Author loopus

Bonjour, Le calcul à utiliser sur l'article est : 2.10 if([item-240_quantity] Est-ce ok ?

Customer astrabox

mille fois merci pour votre réponse. J'ai appliqué votre formule mais le total supérieur à 8 quantités reste toujours 2€ x quantité et non 2.10€x quantité. pour information j'ai appliqué votre formule en l'ajoutant dans le champs "Calcul de prix". encore merci

Author loopus

Pouvez-vous me contacter par la page support, et m'envoyer l'url du formulaire ? Je vais le debuger : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Customer astrabox

les accès ont été envoyés via votre formulaire. Excellente journée

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from jkirves

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadWooCommercePaymentsPDF and email
CodeCanyon source
Customer jkirves

Is it possible to completely remove the "last step" and redirect user to woocommerce checkout? I tried to hide every field in the "last step" and now there is just a blank page there. Only the Last step button is there, so i don't see an option to do that with any trick. I would not use woocommerce redirection if your plugin would be more nicely hooked with all the client input fields (name, address, email, phone, etc) which are in the woocommerce checkout page.

Author loopus

Hello, Please can you use the "Reply" button for the new messages ? Thank you ! You can enable the option "Send email automatically on last step" in the "Last step" settings tag of the form to automatically send the order when the last step is called .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from jkirves

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadWooCommerce
CodeCanyon source
Customer jkirves

Would be great if the coupons can integrate with woocommerce coupons, so no need for extra work to duplicate those coupons for the plugin or vice versa for the woocommerce. Just a simple on/off switch to enable this option would be great. What do you think - Does it sound doable?

Author loopus

Hello, I am not sure it is doable, sorry. But I note the suggestion and will study this possibility .

Customer jkirves

ok, thanks a lot.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from powerlogo

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadCustomization
CodeCanyon source
Customer powerlogo

Hello, Does your theme supports Enhanced Drop Down list (searchable)? See Step 4 of the form. I want to make the drop down list searchable. Is this possible? http://www.mchele.com/test-form/ I want Step 4 drop down list to look like this: https://ibb.co/vHRW6WV Is this achievable? Thanks, Omair

Author loopus

Hello, No, sorry, there is no specific option to do that currently. If you need a freelance to develop such additional features or custom scripts, I can recommend this team : https://www.wpdeft.com/ They are used to work with this plugin and are available for such custom work .

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 thread
CodeCanyon source
Customer HappyAgencies

Hi. Does the zapier integration work with attachments? I mean, if someone adds a file to the form will that be send in the webhook? (Or at least a link to the file)

Author loopus

Hello, Currently the plugin can only send the uploaded files names to Zapier. I am going to improve it to send the files urls, in the next update .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from voyacontech

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesCustomization
CodeCanyon source
Customer voyacontech

Hello, is it possible for me to build this type of form with your plugin? see it here https://grademiners.com/order if your plugin can not handle it please suggest one for me, I really need this ASAP! thanks!

Author loopus

Hello, Yes, you can create a such form process by using this plugin (the design will be different) .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from rave007

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author replies
CodeCanyon source
Customer rave007

Hi, Can install this plugin on my server and let all my site visitors use it..is it possible to enable this form builder as a free tool for my site guest ? Thanks

Author loopus

Hello, Yes, you can place the created forms on any page of your website (public or private), simply by pasting the forms shortcodes inside .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from naomivd

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupportPayments
CodeCanyon source
Customer naomivd

I have a step with different offers and only one is selectable. They all have different pricing. In the next step I want to have a calculation (amount of people/number field). So the calculation will be Step 1 * Amount of people. But it seems like I can only add one calculation.. as in: Step 1 Option 1 selected * Amount of People. How do I make it so that whatever they have picked in Step 1 will be multiplied by the amount of people?

Author loopus

Hello, You can simply set the wanted prices to the items of the first step, and use the [total] shortcode in the calculation of the second step . Example : (0- [total] ) + [total] * [item-2_value]

Customer naomivd

Is there more documentation about this? I'm really confused by it.

Author loopus

Please can you 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

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from osformation

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupportWooCommerceBooking
CodeCanyon source
Customer osformation

Hi, I would like to use your plugin for a simple hotel booking form. 1) Does it support conditionnal fields like that : an user choose number of people for the booking. So if he selects, for example, two people so two field groups appears (each group contains fields "last name", "first name", "birth date"). And the price of the booking change according to the number of people selected. 2) When the user has filled the form mentioned below, can we redirect him to the cart page of WooCommerce to finalize his order ? thanks

Author loopus

Hello, 1. Yes, you can duplicate the target items (fields "last name", "first name" etc ...) several times and use their option "Show depending on conditions" to show the good ones based on the value filled in the "How many groups" item . 2. Yes, you can assign an existing wooproduct to an item of the form, use its price calculation to dynamically define its price, and choose to automatically add it to the woo cart at end of the form. Only wooproducts assigned to the selected items can be added to the woo cart . The data of the other information (text fields etc ...) will be sent directly by email to the admin at end of the form, with the same order reference than the one added to the woo order, to allow you to easily recover the data that correspond to each woo order.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from jstrategy

2 direct author replies in this public CodeCanyon conversation.

6 messages2 author repliesBuyer threadSupportCustomizationPDF and email
CodeCanyon source
Customer jstrategy

Hi Loopus, I wanted to see if you could help me tighten everything up in the form. I'd like it to be smaller and the fields closer together. I'm nervous to touch the CSS because I keep overwriting things I have changed in the past. I sent you an email, is this something you can help me with?

Customer jstrategy

I'd love it if we could eliminate the scroll bar completely and I guess the emphasis would be on making this look great on mobile. Thanks for your help.

Customer jstrategy

https://lab1.talkfaucet.com/

Author loopus

Hello, Please can you paste these rules in the "Custom CSS rules" option of the form (Design tab) ? @media only screen and (max-width: 480px) { #premium-modal-185ae17 .premium-modal-box-modal-body { padding: 0px!important; } #premium-modal-185ae17 .elementor-element-populated{ padding: 0px !important; } #estimation_popup .container-fluid {padding-left: 0px !important; padding-right: 0px !important;} #estimation_popup .btn{max-width: 100% !important;} #estimation_popup .genContent .itemBloc {margin-top: 0p !important;} #estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent.lfb_noDes { padding-top: 68px!important;} } Is it ok ?

Customer jstrategy

Looks a LOT better. On the second to last screen, if you choose cremation, the verbiage is not centered. And is there anyway to have a much smaller progress bar... and closer to the content below it? Thanks so much!

Author loopus

Yes, here are the rules to use : @media only screen and (max-width: 480px) { #estimation_popup #mainPanel .genSlide .genContent .itemBloc { margin: 0 auto !important; } #estimation_popup.wpe_bootstraped .genPrice .progress .progress-bar-price { width: 48px; height: 48px; margin-top: 14px; line-height: 48px; } #estimation_popup.wpe_bootstraped .genPrice { margin-bottom: 28px; } }

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from commcross

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadCustomization
CodeCanyon source
Customer commcross

Hi! Is there any way to hide an item using js?

Author loopus

Hello, Here is the js function to use to do that : jQuery('[data-title="My item title here"]').hide();

Customer commcross

Thanks! Is there any way to hide an item depending on the amount of another item using js?

Author loopus

You can simply use the item option "Show depending on conditions" on the target item to do that. Otherwise, if you need a freelance to develop some custom js scripts, I can recommend this team : https://www.wpdeft.com/

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from tesseram

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadCustomization
CodeCanyon source
Customer tesseram

Hello! I would like to know if is any way to make a hidden variable that it saves strings in every next step. In detail, I have some steps with the Select field(the Select fields including Destinations). And I want to hold the Destination of every step to one single Variable. For example: 1st step-> HiddenVariable=('Selection-1'). 2nd step->HiddenVariable=('Selection-1',Selection-2). 3nd step->HiddenVariable=('Selection-1',Selection-2,Selection-3). Thank You in Advance.!

Author loopus

Hello, Sorry, there is no specific option to do that currently. If you need a freelance to develop such additional features or custom scripts, I can recommend this team : https://www.wpdeft.com/ They are used to work with this plugin and are available for such custom work .

Customer tesseram

Okay thank you

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from retapjukka

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadCustomization
CodeCanyon source
Customer retapjukka

How do I hide the main title header after starting the form?

Author loopus

Hello, Here is the code to paste in the "Custom JS" option of the plugin to do that : jQuery(document).ready(function(){ jQuery('#estimation_popup #btnStart').on('click',function(){ jQuery('#estimation_popup #startInfos').hide(); }); });

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from toddpitcher

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPDF and email
CodeCanyon source
Customer toddpitcher

Hi, I have some questions on E&P Form. (i also sent via Contact Form with another account) I have a form with 3 steps: Step 1. What boiler do you have? Combi - System - Back Boiler - Standard Step 2. How many bedrooms? 1 - 2 - 3 - 4 - 5 - 6 Step 3. Final Products Product A - Product B - Product C For users that chose anything other than Combi + 2 bedrooms >>> Show Product A Specifically, product A will show when: + 2 bedrooms and System + or 2 bedrooms and Back Boiler + or 2 bedrooms and Standard I set conditions for Product A. But it doesn't seem to work as it should. I have taken the steps as follows. 1. Click edit Product A > Show it depending on conditions ? > Edit Conditions 2. Select "All conditions must be filled" > 2 bedrooms 3. Select "One of the conditions mus be filled" > Standard 4. Select "One of the conditions mus be filled" > System 5. Select "One of the conditions mus be filled" > Back Boiler As a result, I chose 2 bedrooms and Standard (or System, or Back Boiler), it showed Product A. However, if i choose 2 bedrooms and Combi. It still show Product A, (It should not show A). How should I do? Thanks.

Author loopus

Hello, I correctly received your support request and replied to this question by email .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from commcross

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadCustomization
CodeCanyon source
Customer commcross

Hi! I want to know if there's a way I can interact with another plugin's shortcode using your plugin, I have a Domain Checker on one of my steps and I want to know if I can put a "Is required" condition on it.

Author loopus

Hello, No, sorry, since the plugin can't know what the shortcode will contain, it can't know how to interact with its content. If you need a freelance to develop a custom js script to interact with the used domain checker, I can recommend this team : https://wpdeft.com/ . They are used to work with this plugin and should be available for such custom work .

Customer commcross

Thanks! I have another question, I have two kind of subscription products, the first one is a year-subscription product, and the second one is a monthly-subscription product, but I want to put a condition, if you buy less than 5 of my second product, you’ll pay a year-subscription product and if you do buy more than 5 of my second product, you only pay the regular price, but I don’t want to show the two at the same time, is there any way to do it?

Author loopus

No, each form can have one subscription frequency defined currently. It isn't possible to use annual subscription + monthly subscription in a same form, sorry .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from felgod

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupportPayments
CodeCanyon source
Customer felgod

Hello, help me please, the stripe form is pasted without paying at the end of the form. What can be? eg: https://ibb.co/G7GLbR2

Author loopus

Hello, Please can you contact me from the support page, sending me the url of the problematic form ? I will debug it . https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Customer felgod

Thanks @loopus

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from andreipopa90

6 direct author replies in this public CodeCanyon conversation.

13 messages6 author repliesBuyer threadSupportCustomizationBooking
CodeCanyon source
Customer andreipopa90

Hello. Bought your plugin, configured it with Divi, works nicely! I have a couple of questions, if you can help me. 1.Is there any way I can add a textbox where users have to enter their Zip Code, to see of the service is available in their area? I saw an old post, but is wasn't implemented. 2.Is there any way I can add hours to items, and in the end convert the hours, into a final price, having a price/hour set? And with a minimum quantity of hours selected. 3.Do you have any idea why the "Book Services" button overlaps the "Previous Step" button in the Final step screen? 4.When using a calendar, with selectable time, user selects 11:00, and the hour shown in the summary is 11:23 for example. Depends on the actual minutes from the clock. Is there any way to only show round hours? 11:30, 12:00... 5.On mobile, I tried auto, setting a fixed height and width for the icons, but they keep getting streched...don't really know what to do...

Author loopus

Hello, Thank you :) 1. Yes, you simply need to create a textfield in the wanted step, configure its validation option, then you can use links conditions to check if the filled code is allowed . 2. You can create a global variable "Hour", and use the option "Modify a variable" on the target items to dynamically change its value. Then you can use a hidden & preselected checkbox in the last step to apply the price calculation based on the value of the "hours" variable . 3. What is the used version ? The last one (9.688) should avoid this possible issue. 4. The minutes should be set to zero if the option "Disable minutes" is disable on the datepicker item .

Customer andreipopa90

1.Managed to make it work. Now I have to find out how to make it accept a range of numbers. ex: all numbers from 1000 to 2000... 2.I'll try to do what you said...thanks! 3.I have 9.686. Downloaded the new version, tried uploading it, but failed. What's the correct way to update it? 4.Enabled and disabled the minutes once again and it appears to be working fine now. Thanks. 5.Do I have to do anything in particular for the Responsive resolutions? I don't know why images are stretched in mobile view...

Author loopus

1. You can set the "Validation" option to "Mask" and fill the mask "0000" to only allow a number of 4 digits 3. You simply need to fill your purchase code in the "License" panel of the plugin then apply the last automatic update from the Wordpress plugins panel . 5. Please can you paste this rule in the "Custom CSS rules" option of the form ? @media (max-width: 480px) { #estimation_popup .selectable .img { max-width: 64px!important; } } Does it fix this issue ?

Customer andreipopa90

1.I set the Mask, filled the mask with "0000", but when creating a Condition that "Is equal to", I can only add a single number in the Value box. I need to add hundreds of zip codes...or an interval. Ex: 1000-1201. Any way to add intervals to the value box? Or any other way? 3.Filled it up, updated the plugin, button issue is gone, thanks. 5.The mobile view returned to normal after the update, thanks!

Author loopus

Ah yes, because a textfield doesn't define a numeric value. You need to change it to "Numberfield" to be able to use conditions like "Is superior to " and "Is inferior to" .

Customer andreipopa90

Yep. That was the error. Thanks!

Customer andreipopa90

Now that I set the conditions, if I select "all conditions must be filled", it can't continue, because one number can't fill them all. If I select "only one condition must be filled", almost any number works...it just has to be superior or inferior to one condition...

Author loopus

If the conditions are "Is Superior to X" and "Is inferior to Y", the operator to use is "All conditions must be filled" . If the value is between X and Y, the link will be valid .

Customer andreipopa90

Yes. Configured it like that. But when I add more conditions, like over 1000 but under 2000 and over 3000 but under 4000...it doesn't work anymore. I can only add 2 conditions for it to work?

Author loopus

Ah yes, it can't be done directly on links . A solution to do that is to create an hidden & preselected checkbox in the target step, enable its option "Don't add price to total" and use its price calculation option to make all the wanted conditions and set a result of "1" if they are filled. Then you can simply verify if the price of this hidden checkbox is equal to 1 in your links conditions . Is it ok ?

Customer andreipopa90

Ok, I'll try that...thanks. Also, in the calendar, can the client choose with half an hour units? like 10:30, instead of 10?

Author loopus

No, sorry, there is no option to do that currently, it would require to customize the main js code. Feel free to contact me from the support page of the plugin if you want a customized version that use 30 minutes interval .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ALDECOR_COM

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer ALDECOR_COM

Hi, I want to make single page calculation, and I noticed that you advised others to to use “Show depending on conditions”. Where to get extra information or example about how to configure “Show depending on conditions”. Regards,

Author loopus

Hello, To create a single step form, you need to disable the introduction from the "Texts" settings and of the form, and directly create the items in the "Last step" settings tab . Once the option "Show depending on conditions" activated on an item (from the item panel), you simply need to click the button "Edit conditions" to visually create the wanted visibility conditions . The item will be displayed in the form only if these visibility conditions are filled .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Phacin8

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadCustomization
CodeCanyon source
Customer Phacin8

Hi there, I have a pre-sales question please. Basically, I am looking to recreate something similar to the calculator here: glassatwork.co.uk Will I be able to achieve that with this plug in? Thanks for your time :)

Author loopus

Hello, Yes, you can create a such form process by using this plugin (with a different design) .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from phanibh9

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadCustomizationPDF and email
CodeCanyon source
Customer phanibh9

Hi, I have two questions 1. I want to ask some data in the requesting form but I don't want them to appear in the final price table, can we do that? Ex: How many email id's you have ?, Who is your existing hosting vendor? 2. I want to take data in a form and display different vendors with different costs with comparisons. Ex: Customer will enter looking for 1 website, 1 subdomain, 10 emails, based on this data I want to display GoDaddy Basic Plan at $10/mo, Hostgator Basic Plan $12/mo, AWS t2 micro Plan $22/mo. I want to show this data either with comparison or simply vendor name with plan & cost. How to achieve this?

Author loopus

Hello, 1. You simply need to disable the option "Show in summary" on the target items . 2. You can use "Rich text" items to show custom texts in your steps, and use the item option "Show depending on conditions" to show the good one based on the filled values in the form. It can also be done with selectable items .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from dany77_ba

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadCustomization
CodeCanyon source
Customer dany77_ba

Hi ! Got 3 buttons. I'd like to have something like a variable "Text Field" ("Text 1", "Text 2" or "Text 3") depending by the selected button. There's anyway to achieve this via an "IF THEN ELSE" like I do with "Number Fields" ?

Author loopus

Hello, The solution to do that is to duplicate the text field item (items "Text 1", "Text 2" and "Text 3"), and use their option "Show depending on conditions" to show the good one based on the wanted condition .

Customer dany77_ba

...I know and I already did it, but if there are conditions with many buttons it's a little bit boring to do in that way. Moreover, if that step is aimed to have something like "How many hours did You spend Playing" (title) - "2 or more" (Info column) in the summary, I'm forced to give the same name (for ex. "How many hours did You spend Playing") to all combinations and could be difficult spot and change some error in a step...

Author loopus

Ah ok, thank you for the feedback, I note the suggestion. Another solution could be to create a custom js script that dynamically changes the value of the target text field . If you need a freelance to develop such custom scripts, I can recommend this team : https://www.wpdeft.com/ .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Mackros

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesCustomizationPayments
CodeCanyon source
Customer Mackros

Hi, Loopus! I have preorder question. Your plugin looks perfect, but can i use custom bootstrap's codes for your css classes? for ex. change select field with bootstrap btn group select? thx for your answer

Author loopus

Hello, No, sorry, there is no specific option to do that. About the select fields, you can disable the option "Use default dropdowns" in the "Design" settings tab of the form to use stylized dropdowns ( ex : https://www.wordpress-estimation-payment-forms.com/demo-of-some-components/ ) .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from AngryWarrior

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author replies
CodeCanyon source
Customer AngryWarrior

Hi. This looks great and I like to ask a question: does your software work/integrate with Hubspot CRM? If not do you have any plans to add it for sales/lead automation? Thanks. Kind regards AngryWarrior

Author loopus

Hello, It is possible to send the form data to Zapier, then use it to pass the data to the wanted CRM .

Customer AngryWarrior

Right ok. But no integration for now then.Thank you for your answer. HubSpot CRM is a a really thing these days though.. Would you ever consider to integrate it directly? Kind regards AngryWarrior

Author loopus

It isn't planned for now, but I note the suggestion, thank you !

Customer AngryWarrior

Alright, thanks! ;-)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Colex-Werbeagentur

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer Colex-Werbeagentur

Hi, i have a question. How can i make selections of the same group that only one of them is required? note: i have 2 different groups on this step. Thanks a lot!

Author loopus

Hello, You need to place the 2 groups in 2 different steps and enable their option "Selection required" to do that .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from islandboii242

3 direct author replies in this public CodeCanyon conversation.

8 messages3 author repliesBuyer threadSupportCustomizationPayments
CodeCanyon source
Customer islandboii242

Is there a way to create a on-click function that can be used as a image so if clicked it pop's up? I've tried the below code which doesn't work.

Customer islandboii242

code i use is //a href="#" class="open-estimation-form form-9"// //img align="center" src="https://stowngobahamas.com/wp-content/uploads/2019/logo/shop-ad.jpg"// //a//

Author loopus

Hello, No, sorry, there is no specific option to do that currently. If you need a freelance to develop such customizations to your version of the plugin, I can recommend this team : https://www.wpdeft.com/ . They are used to work with this plugin and should be available for such custom work .

Customer islandboii242

Ive added the form based on the code in your documentation and it doesnt work. My previous message was not in regards to any customization but using your very code with an added image. If your the developer you'd know what i added was HTML Line Code. The represents html open/close brackets Your Code a href="#" class="open-estimation-form form-1" Open Form My Code a class="open-estimation-form form-1" href="#" img class="aligncenter" src="https://stowngobahamas.com/wp-content/uploads/2019/logo/shop-ad.jpg" align="middle"

Author loopus

Ah ok . Yes, you can apply the css class "open-estimation-form form-1" on any element of the website. The form shortcode must be placed in the same page with the popup attribute . Feel free to contact me from the support page sending me the url of the problematic page, I will debug it : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Customer islandboii242

thanks now we are getting somewhere

Author loopus

Thank you. I correctly received your email and I replied. The form shortcode sound to be missing in the page .

Customer islandboii242

i sent another email...

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from jstrategy

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadCustomization
CodeCanyon source
Customer jstrategy

Hi Loopus, I've purchased two of your plugins now and I was wondering... the final result looks so great but getting there is VERY difficult for those not extremely well versed in CSS. Is there ever a plan to design a visual app (not like the current designer) perhaps a little more like elementor where you can really get down to design specifics and css changes won't get over ridden? To be honest, because of the difficulty to make it look exactly like I want it, I've looked at other form builders... probably 15 to 20 from online hosted like typeform and jotform to plugins like weform and fluent form. Bottom line, NOTHING out there beats WP Cost Estimation. I just wish the actual layout and formatting were much easier. I'm sure creating an app like elementor to give extreme control is no easy undertaking. Thanks for a great product.

Author loopus

Hello, Thank you for the suggestion ! I will study this possibility .

Customer jstrategy

Your welcome, if you could give the user simple yet specific control of how it will look on the backend, on each device size, you would kill it, even more than you are now. Thanks again.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from hajo808

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadBooking
CodeCanyon source
Customer hajo808

Hello, I bought your plugin and can't get any further now. Where is the trick in selecting multiple checkboxes at the same time? I can only select one at a time, but I want to be able to select more. In Demo 7 (Hotel room reservation) I saw that there are switches. There I can select several at the same time. But I can't understand it in the demo! I don't see any steps like with the other demos. Therefore I ask for tips. Thank you!

Author loopus

Hello, You simply need to leave the "Group" option of these items empty to make them all selectable (only one item of each group can be selected at same time) . Is it ok ?

Customer hajo808

LoL! Yes, it was. Thank you very much! :D

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from dantigno

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadPayments
CodeCanyon source
Customer dantigno

Hi, a presale application I would like to create a change that allows my customers to choose a courier for their shipments based on the length, width and weight do I get the various couriers with the prices this is possible? how much does this plugin weigh? 1megabyte 2 megabytes?

Author loopus

Hello, Yes, you can use the "Price calculation" option to make such dynamic prices ( https://www.youtube.com/watch?v=xH8frpa7wL0 ) . The zip file of the plugin weighs 7mo . The used libraries uses 6mo (Stripe, DomPDF, RazorPay, MailChimp etc ...), the core files ~ 1mo .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from 360branded

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadWooCommerce
CodeCanyon source
Customer 360branded

Is there a way to tie the Customer Account Management feature with the WooCommerce account profile? Right now it appears each user would have two separate logins. One for their WC profile and one for their profile associated with these estimates/orders. Ideally they would have one login for both and be able to view their estimates/orders from the "/my-account" page.

Author loopus

Hello, There is no option to do that currently, but I note the suggestion, thank you .