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 56 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 m_mancuso

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer m_mancuso

Hello, I've created multiple forms that all work - except for one in particular it does not record anything on the backend or send the emails to admin/client upon completion when the client fills it out information. I've checked all settings and my other two forms work, but the third one does nothing. Are there known bugs with forms that ask for too much information in the "Last Step" not to send/record? Thanks!

Author loopus

Hello, Please can you 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 gugga7

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadCustomization
CodeCanyon source
Customer gugga7

Hello, I would like to change the H2 tag for the following element: stepTitle positioned, where can I make this change in the code or the CSS? Thanks

Author loopus

Hello, You can edit it from the file includes/lfb-core.php, near lines 733 and 1204 (you can search for "stepTitle" to find them easily) .

Customer gugga7

Worked great thanks. One more thing, where and how can I can add the img alt tags for the img.lazy.img.lazy-loaded elements?

Author loopus

The lazy load js library isn't used by the plugin, it probably comes from your theme or another plugin (you can maybe manage it from the theme options panel). The forms natively use the description of items as alt attributes on the images.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ConsulCond

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer threadSupportCustomizationPDF and email
CodeCanyon source
Customer ConsulCond

I sented to you one message with one issue. Waiting for your help. Thankz

Author loopus

Hello, Yes, I replied giving you the custom calculation to use.

Customer ConsulCond

Hi my friend. i saw but doesn't work. I sented to you email back. Thankz

Author loopus

Yes, I replied. Sorry, I forgot the "[" . Here is the custom calculation to use : if([item-47_value] >30){ 42 } else if([item-47_value] >20){ 30 } else if([item-47_value] >10){ 25 } else{ 15 } Is it ok ?

Customer ConsulCond

It's ok my friend. Thankz a lot!

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from paoloeuvrard

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadCustomization
CodeCanyon source
Customer paoloeuvrard

Hi, is it possible to have a change of image on :hover on the products? And I need to change the grayscale when selected to a blue scale, can you tell me which CSS you use? Thanks

Author loopus

Hello, No, sorry, there is no css rule to use blue filter on an element (available filters are grayscale, invert, blur and sepia). To do it on a square image (it can't be done on a .png image with transparent background), it would require to customize the php code of the plugin to add new elements in front of the images having a blue background with a partial opacity, then customize the main js script to apply the click event to this element. If you need a freelancer to add such customizations to your version, maybe you should have a look here : https://studio.envato.com/search?search%5Bquery%5D=wordpress+plugin+customization. A simpler possibility can be to activate the option "Inverse gray effect" in the Design tab of the form, and use images having the blue effect already applied.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from mitport

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesPDF and email
CodeCanyon source
Customer mitport

Hi, I have read a comment from you written two years before ".. the last step must contain an Email field.." Is this true? Cause I am thinking of getting the buyers Information on some other steps before

Author loopus

Hello, No, now you can add the email field where you want in your steps. You can also choose to send the contact to Mailchimp/MailPoet/GetResponse as soon as the step containing the contact informations is finished (even if the form isn't sent) .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from eweber

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer eweber

The plugin breaks the website as soon as we install it in the Admin Panel. Browser shows HTTP ERROR 500. If we delete the plugin folder, then the website works. We tried to copy the plugin folder manually to the plugin directory, same thing, it breaks the website. The website is hosted on IIS7 and WP version is 4.1 and PHP version 5.6.

Customer eweber

WP version is 4.6.1

Author loopus

Hello, Very strange. Please can you 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 martyfin

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadCustomization
CodeCanyon source
Customer martyfin

Hi Guys, just installed the plugin. Every time I click on any option past the first screen it goes to a black screen. I've downloaded and using your example forms, turned off all other plugins and also used different browsers on different machines. Keeps happening. See for yourself. http://37.97.151.107/quote-list/

Author loopus

Hello, There is a small conflict with the theme loader. Please paste this rule in the "Custom CSS rules" field of your form (tab Design) : #ajax-loading-screen {display: none !important;} Is it ok ?

Customer martyfin

Worked a treat and thanks for speedy reply! I'm guessing you already looked but just so you know it's the salient theme that I'm using

Author loopus

Thanks, I will add the mentioned rule to the next update to avoid this conflict with the loader.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from bags307

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer bags307

Is it possible to use the value of a slider, or the value of a calculation, and display it dynamically in a rich text field. For example: Lets say I have a slider, and I want the value of that slider to then show in a rich text area as "you have [slider-value] oranges"?

Author loopus

Hello, No, there is not this option currently, thank you for the idea .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from draper3000

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupportPDF and email
CodeCanyon source
Customer draper3000

Great looking plugin, seems to be exactly what I was looking for..... but I'm struggling to get my head around some of the functionality.. and how the values can work with one another. I want the user to be able to select: Video length (in intervals of 15 seconds) Then number of videos... (1 to 10). The first slider: I've set the price as 37.5 (it's then multiplied by the slider at the 15 intervals). This works and gives the needed price. 2nd Slider for number of videos should multiply this amount: So in this slider, I have a calculation: [item-A_price] (where A is the value of the previous slider). With the operator being '+'.... This works but adds one too many... right from the start. As the first slider creates a value.. the second one multiplies it by 2 when set to 1... as it still adds one... I'm sure there's some simple thing I'm missing... as it seems like a pretty standard sum for a quote... I tried using * (and percentage values) but it had no effect. Any help would be much appreciated.

Author loopus

Hello, In this case, [item-A_price] is the result price of the first slider (31.5 * selected quantity). Using this calculation on the second slider, this result price will be multiplied by the selected quantity on the second slider. I replied your email a few hours ago, feel free to reply sending me the url of the form, I will check it .

Customer draper3000

Briliant thanks for the speedy response... I'll email you there...

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from DotCom-ID

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author replies
CodeCanyon source
Customer DotCom-ID

Hi, I need in the summary is some sort of list of material needed to build the order, because my client is in contractor industry is there any variable/math operator works on summary text box?

Author loopus

Hello, A solution to do that is to create a step "List of material" before the result step, and add inside different hidden textfields having each one a material name as default value. Then use the "Show depending on conditions" option to activate the good ones depending on the wanted conditions based on the user's selection, and activate the "Show in summary" option. Even if these textfields are hidden in the form (the full step will be invisible since it contains only hidden items), the selected textfields and the step name (List of material) will be displayed in the final summary .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Mesh_Hub

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadSupportPDF and email
CodeCanyon source
Customer Mesh_Hub

Hi, i have issue with pdf of order. The email arrived with pdf attachment but pdf is empty. Thank you very much.

Author loopus

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

Customer Mesh_Hub

Thanks!

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from bgitechgroup

4 direct author replies in this public CodeCanyon conversation.

9 messages4 author repliesBuyer threadSupportCustomizationPDF and email
CodeCanyon source
Customer bgitechgroup

Good morning! I finally got the estimator all set up. It's looking good and feeling great. However, there is an issue with the scrolling. It seems the auto-scroll never hits it's mark. And when you go to previous steps to test out different options in the form - it goes all over the place. Any idea how I can fix that?

Author loopus

Hello, If your theme uses a fixed header, you can fill the "Scroll margin" option of the form (tab Design) with the header height, it will scroll to the good height. Otherwise, please contact me from the support page sending me the url of the form, I will check it .

Customer bgitechgroup

Thanks for the quick reply! I just sent you over a Support Request. I have an initial fixed header, and then it turns into a sticky header - so I can't find the right value for the scroll height. Going from previous step to previous step, the scrolling goes all over the place! I appreciate the help!

Author loopus

Thank you, I replied to your email.

Customer bgitechgroup

I didn't get it. Like I said in the email, my boss is the default email for this Envato account - and he's out of the country. Could you reply to my work email that I put in the support email?

Author loopus

Yes, I sent it to the mentioned email (nab***) . I just sent it again .

Customer bgitechgroup

Sorry! It got sent right to spam. I'm on it! Thanks for the quick reply!

Customer bgitechgroup

Loopus: The fastest and bestest support on all of Envato!

Author loopus

Thank you !

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from thegrooveboxx

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer thegrooveboxx

Hello im having issues setting prices in the interval values of a slider. Its an insurance quote/order that changes price based on the amount of days. Caqnt seem to be able to get it done. Maybe im doing something wrong? Please help Regards

Author loopus

Hello, You simply need to fill the "price" option of your slider item. This price will be multiplied by the selected quantity.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from jacobbedard

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadCustomizationPayments
CodeCanyon source
Customer jacobbedard

Would you be able to get Square as payment gateway as paypal or stripe? https://docs.connect.squareup.com/articles/ecommerce-overview/ THX

Author loopus

Hello, I note the idea, but it isn't planned currently. If needed, you can find available freelancers here to customize your version adding this option : https://studio.envato.com/search?search%5Bquery%5D=wordpress+plugin+customization

Customer jacobbedard

You're not available for custom dev your self? Thx

Author loopus

No, sorry, I am not available as freelancer currently.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from softdigital

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer softdigital

Hello, 1. I have a problem when I activate the plugin (I use the them KLEO), when see the website on mobile format, when I click on the menu icon, it opens and close right away. When I deactivate the plugin, the pb disappear. 2. Also I would like to use on the last step page, add field other than input or textarea, is it possible? for instance I would like to ask with a checkbox "would you like to be called back?" or even simply rich text area... it would be very useful. Thank you very much

Author loopus

Hello, 1. Please can you send me a temporary access to the backend (you can contact me from the support page), I will debug this conflict. 2. Not currently. I note this suggestion, thank you !

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ratherrandom

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupport
CodeCanyon source
Customer ratherrandom

Can I calculate the number of quantity required instead of cost? I hope this plugin can help me for my business. I only need to calculate the estimated quantity needed for my customers

Author loopus

Hello, There is no specific option for that, but you can do it simply removing the currency symbol in the displayed total, using prices of "1" for each item, then changing the "total" text to "Estimated quantity" and the final text by "The estimated quantity is" . You can edit these options directly from the backend.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from tyson-realproperty

3 direct author replies in this public CodeCanyon conversation.

6 messages3 author repliesSupportPDF and email
CodeCanyon source
Customer tyson-realproperty

I read a few of the comments about CAPTCHA and your response was your JS Platform can't get spam bots. Well, my inbox filled with 10,000 spam bot emails that happened overnight says a whole other thing. So loopus, do you have a solution in mind or not?

Author loopus

Hello, Apparently, you didn't purchase this plugin. If you did, please contact me from your buyer account sending me the url of your website, I will check that. If you had the plugin directly in a theme, you need to contact directly the support team of the theme for support requests. Yes, bots can't submit these forms because they are not classical html forms with action attribute. The bot can't know it is a form and what ajax call it should perform to submit it. If you didn't receive emails having for subjects the defined subject in the email tab of the form, they probably come from elsewhere, the subject can't be changed from frontend. But if a captcha can reassure you, no problem, I will add this option in the next update.

Customer tyson-realproperty

This plugin came along with my theme, and I am in the process of contacting them as well. But it is in the best interest for the plugins creator to be aware that their plugin most definitely leaves room for spam bots and needs to make appropriate adjustments. Each email has the defined subject line from the form, with the order reference prefix in the thousands range now. I don't know how this happened, but the bot most definitely found a bypass. None of the emails I received consist of any information listed under the Information/Message Details section. Yet every field was marked as required, but it somehow bypassed that completely and submitted the form with no information. So loopus, whatever is happening here, it's finding a way to get past your forms security structure. You should look into this in the event it becomes a massive outbreak of issues on other users.

Author loopus

Ok, no problem, I understand. As mentioned in my previous message, I'm going to add this option in the next update. Feel free to send me the url of the website from the support page, I would like to take a look at the used scripts on it and the configuration of the form.

Customer tyson-realproperty

Sounds good, wish you luck and look forward to seeing the updated version.

Author loopus

Done, this new option is now available in the last automatic update and will be included in the next update of your theme.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ditechie

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadPDF and email
CodeCanyon source
Customer ditechie

[ PRE-PURCHASE QUESTION ] Hi, How can we hiding the price, untill the client submit her data? Or in another way the customer only see price in her email after we capture the client data (email, name, adress, etc.) thanks

Author loopus

Hello, Yes, there are options to hide the price from the form and show it in the email that the customer will received once the form sent.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Agencia_Marte

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesSupport
CodeCanyon source
Customer Agencia_Marte

Hello, I see you have noted that some of us would like to be able to set the prices of each step as a range value (100 - 150, 200 - 500, and so on), those comments are from 6 months ago and you just recently updated. Have this function been implemented by now? pleeease...

Author loopus

Hello, Do you talk about the possibility to define the interval between the values of a slider ? Yes, the last update adds this option .

Customer Agencia_Marte

Hello, I mean that when the total is being calculated in each step, instead of displaying "X" value, it says an approximate or a range "it's going to be from X to Y" Thank you

Author loopus

Ah yes, I see. It wasn't in the last update, but I just added this new option to the plugin. It will be included to the next update. You can contact me from the support page after purchase if you want it immediately.

Customer Agencia_Marte

awesome, I'll let you know when I make the purchase! Thanks!

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from viper38

3 direct author replies in this public CodeCanyon conversation.

6 messages3 author repliesBuyer threadSupportPaymentsPDF and email
CodeCanyon source
Customer viper38

i cant save nothing ? its not working ?

Author loopus

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

Customer viper38

how must i contact you ?

Author loopus

Clicking the button "Contact Author" on this page : https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Customer viper38

sir you can take a look

Author loopus

Done, I replied your email, it should be ok now .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ekk20

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesPDF and email
CodeCanyon source
Customer ekk20

Hello, I'm wondering under file field upload option, where is the file uploaded to? Could I set the upload path? Also, could the uploaded file be displayed in emails? For the life of me I can't find the item / field value. Thanks!

Author loopus

Hello, The files are uploaded in the WP uploads folder (path : /wp-content/uploads/CostEstimationPayment/) . Yes, the links to the uploaded files can be displayed in the admin's email (in the customer's one, he can see the name of the uploaded files) .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ekk20

0 direct author replies in this public CodeCanyon conversation.

2 messages0 author replies
CodeCanyon source
Customer ekk20

Hello, I've created two drop down menu options in the first step: Combo A Combo B I then added two more steps corresponding to the options. Under link conditions, it is set equal to the corresponding comb, the same conditions were also set within the step setting. When testing the form, upon selecting the combo, it goes directly to the final cost, instead of going to the corresponding option step. What am I doing wrong? The extension version I have is included with theme x. Thanks

Customer ekk20

Got it to work, thanks.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from bags307

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer bags307

orders are not showing for each form with the new update!

Author loopus

Hello, It works correctly on my side. Please contact me from the support page sending me a temporary admin access, I will debug it.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from sangash

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer thread
CodeCanyon source
Customer sangash

Hi, is it possible to do as they do in this web site : https://puu.sh/sFcT3/1764a63778.png I mean, after to finish a quote, to add others and to be able to see all the quote that we did ?

Author loopus

Hello, No, there is no such option currently, thank you for the idea.

Customer sangash

Do you have any advice to do that? Or if can pay an extra to make it? :) I beleve it's a great and very important idea. Thanks.

Author loopus

Sorry, I am not currently available as freelancer. If you need a developer to add such specific customizations to your version, maybe you should have a look here : https://studio.envato.com/search?search%5Bquery%5D=wordpress+plugin+customization

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from clarius_marketing

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer clarius_marketing

Hi there, is there an issue with the Form Designer being so new? After opening it, there is just a dark grey screen with the form designer column on the left, inspector on the bottom, but the form doesn't show in the main window. What is the issue here? Thanks.

Author loopus

Hello, The form designer uses the form preview page at center. Does the preview page work correctly on your website ? You can 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 isaac666

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadCustomization
CodeCanyon source
Customer isaac666

You know, i like the idea about this plug-in, the reason i never used it is cuz i found it not well designed the UI. i would love to see more minimalistic design for the UI, something like TYPEFORM for example. or just something that dont take 50% of the screen a loading bar. are there any plans for this ? let me know thanks

Author loopus

Hello, The progress bar can be hidden from the form settings, and you can now use the Form Designer extension to freely customize the design of your form. You can also add the shortcode in a container using your page builder to limit its width in the page . I note the idea for new preset layouts, thank you.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from dynamitemarketing

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer thread
CodeCanyon source
Customer dynamitemarketing

Any way to add a tracking code on each "step"?

Author loopus

Hello, Filling the "Analytics ID" option of the form, all steps will be automatically tracked on Analytics .

Customer dynamitemarketing

Was hoping for a code insert for each step. Im trying to use it the plugin for CPA/CPC/PPV landing pages. It will be a big hit if I could ad tracking code/pixel form major trackers such as CPVlab, Voluum, Prosper 202 etc. Tracking Affiliate marketing etc requires us to to stay right away from google analytics etc as they harvest offer builds.

Author loopus

Ah ok. You will need to edit the main js file (assets/js/lfb_form.min.js) to add your own tracker code inside (steps aren't different pages, the form is fully powered by JS) . If you need a freelancer to add such specific customizations on your version, maybe you should have a look here : https://studio.envato.com/search?search%5Bquery%5D=wordpress+plugin+customization

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from recedo

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer threadSupportCustomization
CodeCanyon source
Customer recedo

A couple of questions... 1. Am I able to adjust the size of an image element? 2.When using a slider for quantity with an image am I able to add this in steps? (i.e. so only 20, 30, 40, 50, 60 etc. are selectable but 21, 22, 23 etc aren't) Thanks in advance

Author loopus

Hello, 1. Yes, you can freely edit the images size from the "Design" settings tab. 2. I just added a new "Slider interval" item option to allow it. It will be added to the next update. You can contact me from the support page after purchase if you want it immediately.

Customer recedo

Great, thanks. I'm currently using the version bundled with X - not sure how often that gets updated but will keep an eye out as find the slider can be difficult together in the exact position you want... I have also found that if using a field for quality on an image it doesn't seem to work Chrome on mobile (HTC One M8 running Android) - I have minimum and maximum values set but it won't let me adjust the number, there are no up/down arrows and I cannot delete the default value to adjust it. Great plugin by the way, a bit of a learning curve for me but I think once I've got my head around what I can do it'll be a great tool for my needs.

Author loopus

Thank you. As you had the plugin included in a theme, support requests must be sent directly to the theme support team.

Customer recedo

Okay thanks.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from yulian_castan

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupportCustomization
CodeCanyon source
Customer yulian_castan

Hello Loopus, I have a problem when I try to open the form in a Pop Up from a botton. I was using the class: "open-estimation-form form-1" but the pop up is not showing. Then I try to create a Btn whit this code that I found here in this forum: Show the popup And the popo up did not appears... and I notice that the scroll stop working. Here is the website: www.efundex.com Thanks in advance for your support. Best,

Author loopus

Hello, The shortcode is missing on the page. You need to paste it in the page, using the popup attribute : [estimation_form form_id="1" popup="true"]

Customer yulian_castan

Hello again loopus, I try the shortcode that you told me but the form does not appear. Also i try to call the form using the css class from the revolution slider and again the form does not appear This is the website that I´m working on. www.efundex.com Hope you can help me. best,

Author loopus

Hello, The button in the slider hasn't the css class "open-estimation-form form-1" and is configured to redirect to the form page. Please add the css class to it and remove the redirection. The shortocode is correctly added to the page, but it is placed between <pre> tags, you should remove this tags to avoid css conflict. If you want, you can 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 bgitechgroup

3 direct author replies in this public CodeCanyon conversation.

8 messages3 author repliesBuyer threadSupportCustomizationPDF and email
CodeCanyon source
Customer bgitechgroup

I'd like the administrator notification to be sent before the "last step" is that possible?

Author loopus

Hello, The form selection is sent when the form is submitted, but the contact can be sent to Mailchimp/MailPoet/GetResponse before the final step. To do that, create the textfields asking for email and the wanted informations in the desired step, set their "Information type" option to the corresponding types(name, email, phone etc ...), then activate the "Send contact as soon the email field is filled ?" option in the "Last step" settings tab of your form . The contact will be sent as soon as the step containing the email field will be finished.

Customer bgitechgroup

Thanks for the quick reply! Yeah, I saw that. I'm basically trying to capture the customer submission as a lead BEFORE they see their estimate... This could be achieved by letting a user insert a gravity form in an earlier step instead of only restricting us to insert the form on the very last step... Basically, I'd like to see this: 1) Customer Fills Out Questions on Form for Estimate Calculation -> 2) Customer is Prompted for Email And Contact Info (Send the Form) -> 3) Show Customer Estimate I could get that to kinda work if I was allowed to put a Gravity Form earlier in the flow...

Customer bgitechgroup

Cause basically right now... a user could come to the site - go through the whole form, get to the last step, see the estimate, and then decide to not submit the form... which basically loses us all the information they filled out... If the estimate is too high, we'd at least like the ability to email them and contact them and perhaps give them a deal to get the sale.

Author loopus

Ok, I understand. Not using gravity, but it can be done customizing the main js file. Please contact me from the support page, I will send you a custom version sending the order just before the final step .

Customer bgitechgroup

That would be great! Thank you! Sending it to you now.

Customer bgitechgroup

You did it! Works like a charm! Thanks so much for doing that for us! Fast and fantastic support!

Author loopus

Thank you very much :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from softdigital

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer threadCustomization
CodeCanyon source
Customer softdigital

Hello, 1. is it possible when we use the slider, that the amount showed in the popup while sliding would still be displayed with the amount even when not hover? it would be useful for the visitor to see the quantity he has selected (as it is actually the case with item type "picture" with quantity choice). 2. is it possible in the final summary to show a sub total at the end of each step? it is very useful when each step can be bought separately. Thank you very much

Author loopus

Hello, 1. You can do it pasting this rule in the "Custom CSS rules" field of your form (tab Design) : #estimation_popup .wpe_sliderQtContainer.open .ui-slider-handle > .tooltip { display:block !important; } 2. No, there is no such option currently, I note the suggestion, thank you.

Customer softdigital

thank you very much for the css. Yes I think it is a great option to implement.

Customer softdigital

the css does not work though..

Author loopus

Where can I see the form with the css rule ?

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from softdigital

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadCustomization
CodeCanyon source
Customer softdigital

hello, I just purchased the plugin and it looks great, however I am surprised I don't see any organized documentation "basics" or "how to do", is there a full documentation about calculation? ... is there any forum, faq? So I have 2 questions please: 1. where to find an "Item ID" necessary for calculations? 2. I have an item (for hotels) which is number of "Beds?", according to the number entered i can easily give a price, but I need to reuse the same number of beds, to calculate another price somewhere else... is there a way to create another separated price calculation based on a previous number entered (beds) without having to ask the visitor to the same question again? Thank you

Author loopus

Hello, You can find the documentation in the main package of the plugin. Here is a video tutorial showing how the custom calculations work : https://www.youtube.com/watch?v=xH8frpa7wL0 To recover the value of a specific item in a calculation, you simply need to click the "Add a value" button above the field and select the wanted item and attribute. It will generate the corresponding code in the calculation field (ex : [item-1_value] , [item-price] etc ...) .

Customer softdigital

thank you

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from LY4E

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer LY4E

Hi, I have version 9.3 on wordpress and when I try to update it says I have the latest update. Is there a way to update to latest version without losing my current forms. Manual?

Author loopus

Hello, 9.3 is an old version, I changed the automatic update system since this version. You can update your plugin simply downloading the last version on codecanyon and replacing the plugin files from ftp. Your forms will not be lost. You can also do a backup using the "Export" button on the forms list page for safety.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from marcilioqsj

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupportPaymentsBooking
CodeCanyon source
Customer marcilioqsj

I need to use a brazilian online payment gateway called "PagSeguro" instead PayPal. Do you offer to support to this integration? My application needs a appointment order form to schedule a I.T services.

Author loopus

Hello, No, sorry, I am not available as freelancer currently. Maybe you should have a look here : https://studio.envato.com/search?search%5Bquery%5D=wordpress+plugin+customization

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from george_barbakadze

6 direct author replies in this public CodeCanyon conversation.

12 messages6 author repliesBuyer threadSupportCustomization
CodeCanyon source
Customer george_barbakadze

Hello, I have a scrolling problem. You can see example here - http://miniweb.ge/calculation/

Author loopus

Hello, As you use a fixed header, you need to fill a value (ex: 70) in the "Scroll margin" option of the form (tab Design) to fix it.

Customer george_barbakadze

Does not works. Header and Footer is missing.

Author loopus

I'm not sure to well understand. The scroll seems to work correctly, the only thing I see is the fixed header that cover the form title (but currently the "Scroll margin" option is set to 0, not to 70) . What is the problem with the footer ?

Customer george_barbakadze

Here is video - http://miniweb.ge/wp-content/uploads/Recording-1.mp4

Author loopus

Ah yes, thank you. Please paste this rule in the "Custom CSS rules" field of your form (tab Design), it should fix it : #estimation_popup {min-height: 460px; margin-bottom: 100px;} html{overflow-y: auto !important;} Is it ok ?

Customer george_barbakadze

Unfortunately no results :(

Author loopus

The mentioned css rules aren't used on this form : http://miniweb.ge/calculation/ If you want, you can contact me from the support page sending me a temporary access, I will do it directly .

Customer george_barbakadze

You are absolutely right. I'm sorry. Now it works. And one more question: how can I change the font? Please tell me the code for Custom CSS.

Author loopus

Using the last update, you can do it directly using the "Form Designer" tool. Otherwise, you can use this custom css rule: body #estimation_popup { font-family: 'yourFontFamily' !important; }

Customer george_barbakadze

OK, thank you. It works. By the way 'Form Designer' is an excellent tool :)

Author loopus

Thank you :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from alexgingras

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author replies
CodeCanyon source
Customer alexgingras

Hi there! I'm using E&P via the X Theme - I like it very much so far. Just wanted to give you some feedback with regards to future releases. Maybe you can draw inspiration from Typeform? I definitely suggest a way to customize slide/step transitions, elements and title animations, and maybe ways to customize the look / layouts /backgrounds, add images at the different steps, and have more options for elemements (like having Pictures instead of dropdowns for Select Elements) :)

Author loopus

Hello, Thank you very much for these suggestions, noted !

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Mesh_Hub

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer Mesh_Hub

Hi guys, is there a way to retrieve a form deleted by mistake? please help!!!

Author loopus

Hello, No, but most web hosts have a daily database backup service. Using it, you can recover the data as they were before you deleted the form.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from tinodo

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesCustomization
CodeCanyon source
Customer tinodo

Hi, this is a pre-purchase question. Besides from letting viewers choose optional graphics (like in demo), can we let them type in the numbers? and of course, will the amount of money calculated above change, based on the amount typed below? I need this for my final step in the calculating process, and it depends a lot on the quantity of products. Thank you in advance.

Author loopus

Hello, Yes, you can freely create numberfields in your forms, or choose to use fields or sliders instead of buttons for quantity selection on picture items. If needed, you can also add custom calculations using values filled in the numberfields (ex : https://www.youtube.com/watch?v=xH8frpa7wL0 )

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from riccoexxx

3 direct author replies in this public CodeCanyon conversation.

6 messages3 author repliesBuyer threadPaymentsBookingPDF and email
CodeCanyon source
Customer riccoexxx

Can have date picker and time its for cleaning booking services? Also can have leave CASH by payment options?

Author loopus

Hello, Yes, you can use datepickers for dates, and dropdowns for time. Using paypal payment, you can choose to make the payment only if a specific checkbox is selected by the customer (otherwise the order will be sent by email without payment) .

Customer riccoexxx

I need 2 options credit card by stripe and check box if wanna cash is it possible at the end , if customer click cash nothing show if click stripe to shows cc details to enter :)

Author loopus

This option exists for paypal only currently, sorry. I note the idea, thank you .

Customer riccoexxx

If you can add this idea pay by cash im gonna use it also many other customers :)

Author loopus

Done, this option now works with Stripe too. It will be included in the next update.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from lawphotos

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadCustomization
CodeCanyon source
Customer lawphotos

HI pre-purchase question just wondering if i can make a net worth calculation like this https://www.sunlife.ca/ca/Learn+and+Plan/Tools+and+Calculators/Net+worth+calculator?vgnLocale=en_CA i know the styling would be different. thanks Lawrence

Author loopus

Hello, Yes, it can be done using custom calculations .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from mrsrn

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBooking
CodeCanyon source
Customer mrsrn

Hi: Can this be used as booking system?

Author loopus

Hello, There is no specific bookings management option currently, thank you for the suggestion.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from yulian_castan

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer yulian_castan

Hello, Loopus. Question... is it possible to put the [price] value inside the description of a step? I will like to this: Description of the step You qualify to a range of ([price] - [price]*0.10) and [price]+[price]*0.10) Thanks for your help.

Author loopus

Hello, No, sorry, there is no such option currently. I note the idea, thank you .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from katelynjb7680

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesCustomization
CodeCanyon source
Customer katelynjb7680

Hi, Can a calculator be done like this page below with your plugin ? https://www.switchpress.com.au/energy-efficiency I am on a site for a Electric Co and would need this asap, lemme know if this is possible so that I can purchase it asap, Regards

Author loopus

Hello, Yes, it will not have the same design, but you can reproduce the mentioned form with this plugin. You can use custom calculations to do it (https://www.youtube.com/watch?v=xH8frpa7wL0) .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from dkalive

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupport
CodeCanyon source
Customer dkalive

This is no longer working for me... When I get to a section with pictures and press next, it just shows red X's and won't move on to the next step. I have tried the latest update to no avail.

Author loopus

Hello, Did you set your pictures as "Is required" (on item panel) ? In this case, all of them must be selected to continue. If only one must be selected, you simply need to disable this option on the items and activate the step option "Selection required" .

Customer dkalive

Thanks for the fast response! That fixed my issue. Not sure why that suddenly did that.

Author loopus

Super :) Probably because these items were checkbox using this option before you set them as pictures. A recent update added this option for picture items too, that's maybe why the previously activated "Is required" option become active for these images after the update.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from smkt

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesWooCommerce
CodeCanyon source
Customer smkt

[Pre-sales question] Hi, I'm looking for something similar to this: http://bit.ly/29CVOn2 . It doesn't have to look the same, but I need the flow to add a WooCommerce subscription product to the shopping cart, based on the responses to some questions. Can it be done with this plugin? Thanks

Author loopus

Hello, No sorry, you can create subscriptions forms, but not using the "Add to Woo cart" option. Woocommerce Subscription isn't a part of Woocommerce (it is an external plugin created by another editor) , it isn't supported by this plugin currently . I note the idea, thank you .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from tyson-realproperty

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesSupportLicensing
CodeCanyon source
Customer tyson-realproperty

I purchased the X Theme which included this plugin inside it's Add Ons and Extensions. I've been trying to build a form but it will only allow me to preview the form if it has 2 steps, anything more than 2 steps and the Get Started button won't work in the preview. Any idea what is going on here?

Author loopus

Hello, If you had the plugin included in a theme and if you didn't buy a license from me, the support requests must be sent directly to the support team of the theme, they will be happy to help you.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from mrvintervind

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportPayments
CodeCanyon source
Customer mrvintervind

Pre-sale question. Do you support or is it possible to have to sum´? Let say you want to display one total price as it is, but also a montly fee that also increase depending on your choices? So every field have two fields so to speak that contain two values... Would be cool and no other such plugin (I think I scanned all here) have this nice feature. Please get back asap with this.

Author loopus

Hello, Yes, a form can generate a total price + a subscription fee at same time. It also works with stripe and paypal payments. You can choose for each item if its price is a part of the subscription fee or of the single price. It can't have both at the same time, but if needed, you can create an hidden and preselected checkbox that will add a specific value to the recurring fee depending on the selected items.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ZAKA_Themes

1 direct author reply in this public CodeCanyon conversation.

4 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer ZAKA_Themes

Hello, I have this issue on backend http://screencast.com/t/76F6tr9y Even updated plugin, but it doesn't helped. Still error: Undefined offset: 0 in

Customer ZAKA_Themes

Sorry after update that issue vanished.

Customer ZAKA_Themes

Very strange! It appeared again :( Please advise

Author loopus

Hello, The settings database table doesn't seem correctly created. Please can you try to fully uninstall / reinstall the plugin from the wp plugins panel ? Is it ok ? Otherwise, you can 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 mercatec

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesSupportPDF and email
CodeCanyon source
Customer mercatec

Hi there! seems to be an EXCELLENT product. Having a pre-purchase questions. I do have a promotional products company and my idea buying this plugin is the following: have a field in the form for “product name” (the ideal scenario would be to obtain information from some Excel or database to fill on that), then make some mathematical operations (imagine adding transport costs, sales comissions, printing services) and then add profits for the sale. After that, I’d like to export some fields to a PDF or HTML document and send the customer my proposal; the quote would be ready! Thanks in advance for your help.

Author loopus

Hello, Thank you :) Yes, you can do the mentioned form using this plugin (except the excel data import). You can choose to send a pdf to the customer at end, and can choose what elements must displayed inside.

Customer mercatec

Sounds good!, the PDF is fully customizable? is there a way to import data from another source instead of Excel?

Author loopus

The PDF files use the same content as email templates. You can freely edit admin and customer's email/pdf templates directly from the backend. There is no such import method currently, items must be created from the backend or imported from another E&P Forms Builder installation (using the import/export tool). Orders are stored on backend, and can be exported as csv to be used in Excel or another software.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from clfjp38

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesBuyer threadSupport
CodeCanyon source
Customer clfjp38

new line in text area box When there's new line in text area box, seems layout is broken in the mail being sent automatically. Text is placed outside of "information" column in the e-mail. Is there any way to keep all text in the column ?

Author loopus

Hello, Please can you contact me form the support page, sending me the url of the form ? I will check it .

Customer clfjp38

Understood!

Author loopus

Fixed :)

Customer clfjp38

Thank you very much for quick accurate support !

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from dauven

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesSupportPayments
CodeCanyon source
Customer dauven

Hi, a pre-sale question: Is it possible to add tool tips to uploaded images? Thanks in advance

Author loopus

Hello, Do you mean tooltips on the images as on this demo form ? http://www.wordpress-estimation-payment-forms.com/demo-of-a-cost-estimation-form/ Yes, the plugin does it automatically using the title filled for each item.

Customer dauven

Thanks for the fast reply. I meant more to have an 'i' displayed next to the image where also a longer text can be displayed if the user wants more info. In your demo the tool tip is shown as soon as the user hover the image with the mouse.

Author loopus

Ah ok, no, there is no this specific option currently. But there is a "description" option allowing you to show a text under the items, and a "open a url on click" option allowing you to open a specific page in a new tab when the user clicks the item.

Customer dauven

Great, thanks for your help!

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from kurnikiztok

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupportCustomization
CodeCanyon source
Customer kurnikiztok

Hi there, Great work, amazing plugin. Just want you to inform that one of the latest updates break the form of your plugin on my site: https://organizacijaporoke.si/ Cheers

Author loopus

Hello, Thank you :) Please can you try to disable your css compression plugin ?

Customer kurnikiztok

Hello again Boss, :) It was BWP Minify causing the issue. All good now. Thank you for your quick answer. Cheeers

Author loopus

Thank you for the good news :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from nikitaleonovets

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadCustomization
CodeCanyon source
Customer nikitaleonovets

So I bought this plugin not too long ago, and I absolutely love how simple and beautiful it is, but when I went to edit one of the imported forms, then pressed to "view form" button. After i choose one of the options on the form and pressed next, it would just take me to a blank screen.

Author loopus

Hello, Please paste this rule in the "Custom CSS rules" field of your form (tab Design) : #ajax-loading-screen { display: none !important; } Is it ok ?

Customer nikitaleonovets

Yup it worked ! thank you so much ! Love this plugin

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from mediarun

3 direct author replies in this public CodeCanyon conversation.

7 messages3 author repliesBuyer threadSupportWooCommerce
CodeCanyon source
Customer mediarun

Hi:) Is there any way to add tax to the price from woocomerce product? THANKS

Author loopus

Hello, Yes, except if you use the "Add to woo cart" option. In this case, the price of the product will be the one defined in woocommerce, it can't be changed (because it will be its real price used by woocommerce once added to the cart) .

Customer mediarun

Ok, on more question. Where can I found line responsible for displaing price on the bootom of form? THANKS:)

Author loopus

You can find it in the file assets/js/lfb_form.min.js (source in the same folder), in the function wpe_updatePrice (~ line 3711 in the last update) .

Customer mediarun

THANKS!

Customer mediarun

I find that current price is hide in "form.price" in lfb_form.min. If for example i want to add 10 to price where can I do it in code? I try but there are many if statement so I cant find it. THANKS!:)

Author loopus

Please remember that customization isn't a part of the support. If needed, you can find available freelancers here to add some specific features to your version : https://studio.envato.com/search?search%5Bquery%5D=wordpress+plugin+customization Here is the trick anyway, to add directly from the code $10 only to the price displayed at the bottom, you need to replace the line 3791 of the mentioned file : jQuery('#estimation_popup.wpe_bootstraped[data-form="' + form.formID + '"] .lfb_totalBottom> span:first-child').html(formatedPrice); By : jQuery('#estimation_popup.wpe_bootstraped[data-form="' + form.formID + '"] .lfb_totalBottom> span:first-child').html((form.currency + '' + wpe_formatPrice(parseFloat(form.price+10), formID))); If you need to add it to the total price, you can simply create an hidden and preselected checkbox having the wanted price .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from OESoftwareAdmin

7 direct author replies in this public CodeCanyon conversation.

14 messages7 author repliesBuyer threadSupportPaymentsPDF and email
CodeCanyon source
Customer OESoftwareAdmin

Hi. I had used the email contact form a few weeks back but I am not sure if you had received my query. The form is really good and simple to use. I have created 5-6 forms on a WordPress page and and I have tried adding the 'Legal Notice' option on the last step. I have edited the title of the 'Legal Notice' to something more suitable to what I want to achieve and I have also amended the text field so that it contains a URL that opens in a new tab. For 1 of the forms, this works fine and the form successfully submits. However for the rest of the forms, the 'Legal Notice' option does not: 1. Appear as mandatory 2. The form does not submit even though the 'Legal Notice' option has been filled Any suggestions would be great :)

Author loopus

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

Customer OESoftwareAdmin

Thanks, I have used the form to send the request again

Author loopus

Yes, I correctly received it and replied. I sent you the last update to fix the mentioned issue.

Customer OESoftwareAdmin

Hi thanks for your quick response. Unfortunately I am unable to find the update that you had attached to the response

Customer OESoftwareAdmin

I have received the link but it leads to a blank page

Author loopus

I sent it again.

Customer OESoftwareAdmin

received it now and downloaded the .zip file. Just to confirm, would this erase any of the work done on the forms?

Author loopus

No, data will not be deleted if you replace the plugin files from ftp.

Customer OESoftwareAdmin

ok thank you very much for your quick response! I am having issues with my mailbox at the moment so I can't reply directly to you at the present time. Please accept my apologies for this. Thank you very much again for your help!

Author loopus

No problem, thank you :)

Customer OESoftwareAdmin

Just tried copying over the folder via FTP which worked. However, I am still having issues with the 'Legal Notice' section. It still won't appear as mandatory or allow the forms to be submitted.

Author loopus

Are you sure you correctly replaced the files ? The version used on the website remains the previous one. If you want, you can send me a temporary access to the backend, I will do it directly .

Author loopus

Done :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from maltekebbel

2 direct author replies in this public CodeCanyon conversation.

5 messages2 author repliesCustomizationWooCommerceBooking
CodeCanyon source
Customer maltekebbel

Hello, is it possible to select custom post types instead of a woocommerce product? for example, i want to select an event for a booking.

Author loopus

Hello, You can't use a custom post as product in the form, but you can use the conditional redirection system to redirect the user to a specific post (or page) at end of the form, depending on the selection done.

Customer maltekebbel

or ... can i use custom post meta in a field? so i can add a specific post url for example to select ?

Customer maltekebbel

ah i see i can add shortcodes in a field ... that is making some more possibilities

Author loopus

Shortcode are used to display a form where you want on your website. You can't assign custom post meta data to a field, but you can choose to open a specific url when the user clicks a specific item of the form.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from YukiNakano

1 direct author reply in this public CodeCanyon conversation.

7 messages1 author repliesBuyer threadSupportCustomizationPayments
CodeCanyon source
Customer YukiNakano

hi i have a question. my customer is japanese . im want using this plugin for my website. when my website show them PAYPAL page. its english laungage paypal. can i change it ? i want to show them japanese paypal page.

Customer YukiNakano

1, me and my website and my customers are all japanese. (its mean everyone cant understand english paypal page.) 2. im selling coffee at my own website, 3. i did install E&P form builder because this plugin is awesome! 4, and i want use this plugin at my website 5. i have a problem 6 i just make start testmode(sandbox) payment stuff. 7. but final page, It show ENGLISH PAYPAL PAGE. thats not good for me and customers. 8 i need show to my customer on website , japanese paypal page. 9. but i dont know how to do it. 10 . i need your help. i neer your hyper skill :)

Customer YukiNakano

domo arigato. i will wait your reply hopefully . thanks

Author loopus

Hello, Yes, it can be done. Please contact me from the support page using your buyer account, I will send you a custom version doing that .

Customer YukiNakano

thank you. so, i am x theme user. okay?? https://theme.co/x/ can you teach me how to contact to you. i want to know support page URL please/

Customer YukiNakano

oh.i found. maybe this? https://codecanyon.net/item/wp-cost-estimation-payment-forms-builder/7818230/support

Customer YukiNakano

i sent ;D

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from lee8164

3 direct author replies in this public CodeCanyon conversation.

6 messages3 author repliesCustomizationWooCommerce
CodeCanyon source
Customer lee8164

Hi can you tell me if it possible to upload a CSV table containing the prices of hotel rooms. The price of the hotel room is calculated on Season (3 options), Room Type (1-10 options) and Number of people. Or is it possible that this plugin can use the price variations of Woo Commerce product as this information may already be entered in the system. Thank you

Author loopus

Hello, There is no csv import option currently (orders can be exported as csv, but items can't be imported as csv). The mentioned form process can be done with the plugin. Using woocommerce, you can create several variation products then use them in the form (the variation product created from woocommerce already contains the preset options). Using the conditional system, you can choose to show a wooproduct variation or another one depending on specific conditions.

Customer lee8164

Hi Loopus thanks four you fast response, much appreciated. From what I can understand it sounds like it is possible I am just a little unsure how easy this would be to create for each of the hotels that I work with. Is the process that you mention simple (i.e. a few clicks) or will it be more involved when setting up an estimator for each property. Hope that makes?! Thanks!

Author loopus

Yes, once your variation products created on woocommerce, simply create first "Hotel" item in your form and configure its options as wanted. Then you can duplicate this item in 1 click and simply change the corresponding product in its "Woo product" dropdown option to create the next items. The price and image of each item will be updated automatically from the selected woo product .

Customer lee8164

thank you very much, I just need to figure out how incorporate this cleanly intot the design. Amazing set of plugins btw - will look to purchase 1 or many very shortly - thank you again

Author loopus

Thank you very much :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from learning1983

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadPayments
CodeCanyon source
Customer learning1983

Hi loopus, I have question: In WP Cost Estimation Is it possible to create EMI Calculator something like this: https://github.com/pragnesh/emi-calculator/blob/master/int.html or this http://ngiriraj.com/pages/finance/emi.php And have: Number Sliders: 1.Loan Amount 2. No. of Month 3. ROI Calculate: Monthly EMI Total Interest Payable Amount Interest Percentage Payment schedule: payment schedule with show/hide function

Author loopus

Hello, No, sorry, there is no such option currently. I note the idea, thank you.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Tomgian

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesSupportPDF and email
CodeCanyon source
Customer Tomgian

The pdf attachments doesn't open since yesterday, there seems to bee some issue with pdf conversion.... this is big issue ,hope soon this is going to be fixed.

Author loopus

Hello, Yes, because the used external service for the generation of pdf files is offline today. You simply need to apply the last automatic update to fix it. Now the plugin generates the pdf files itself to prevent this problem .

Customer Tomgian

Wow! That was fast , well really grateful i choose your plugin , amazing support ! Thanks alot!!

Author loopus

Thank you very much :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from concor

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer concor

Great plugin BUT - After I have done one item in a "step" the other items in the current "step" gets deleted and I must do it all over again only to find everything is deleted once again. I do one item only to find the item I did before gets deleted. All my hours of work is deleted again and again and again. Very frustrated! What is wrong?

Author loopus

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

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from vastaffer

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupport
CodeCanyon source
Customer vastaffer

Hello there! Any roadmap for ActiveCampaign? I have about 10 clients (probably even more) that I could use this for TODAY if we had activecampainn API support as it's the most common platform for my industry.

Author loopus

Hello, It isn't planned currently, but I note your request, thank you. A possibility can also be to hire a freelance to add the wanted feature on your version : https://studio.envato.com/search?search%5Bquery%5D=wordpress+plugin+customization

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from hifivintage

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesWooCommercePayments
CodeCanyon source
Customer hifivintage

Hello, can we go to a woo commerce suscuption product at the end opf the process ?

Author loopus

Hello, Not currently. There is no subscription option natively in Woocommerce : Woocommerce subscription is an external plugin created by another editor and using its own price system. It isn't supported by WP Cost E&P Forms Builder currently, but I note the request. You can create subscription forms and make payments with Paypal or Stripe if wanted, but if you choose to use the "Add to Woo cart" option, the selected woo products must have single costs.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from greatness4life

2 direct author replies in this public CodeCanyon conversation.

4 messages2 author repliesBuyer threadSupport
CodeCanyon source
Customer greatness4life

I can't seem to import the demo that came with this plugin. It keeps loading forever.. Your help will be appreciated.

Author loopus

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

Customer greatness4life

Sent...

Author loopus

Fixed :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Nosivad1987

6 direct author replies in this public CodeCanyon conversation.

13 messages6 author repliesBuyer threadSupportCustomization
CodeCanyon source
Customer Nosivad1987

Hello! I'm needing help. I am using checkboxes for my pricing slider. They are lining up in columns and not rows like I want. I have selected every row option I can find, but they are still organized into columns. any ideas? https://snag.gy/P8h6Lz.jpg

Author loopus

Hello, On the screenshot, the checkbox use the "Row" layout. Set their layout to "Column" from the item panel, then set the "Max items per row" step option to "0" (unlimited), or the wanted number of items on each row. Is it ok ?

Customer Nosivad1987

I have tried it both ways on "Column" or "Row". I have also changed the “Max items per row” step option to “0”, or the wanted number of items on each row with no result. Here are some backend screenshots. https://snag.gy/RYJCDf.jpg https://snag.gy/FG13Nv.jpg https://snag.gy/Td2Lar.jpg

Author loopus

Ok, there is probably a css conflict. Where can I see the form ?

Customer Nosivad1987

http://www.806social.com/

Author loopus

Thank you. Can you set the checkbox layout option to "column" please ?

Customer Nosivad1987

Ok, Each checkbox has been set to "Column"

Author loopus

Perfect. Here are the rules to paste in the "Custom CSS rules" field of your form (tab Design) to fix this css conflict : #estimation_popup .col-md-2 { width: auto !important; } #estimation_popup .row { display: block; } Is it ok ?

Customer Nosivad1987

Yes worked Perfect. Thanks!!

Author loopus

Super :)

Customer Nosivad1987

I am having one more issue, if you don't mind. the "Quantity selection style field" is not alining properly on mobile or desktop.(desktop) https://snag.gy/IUyLuN.jpg (mobile) https://snag.gy/Xoh5ai.jpg

Author loopus

Please paste these rules in the "Custom CSS rules" option of your form : @media only screen and (max-width: 768px) { #estimation_popup[data-form="4"] .wpe_itemQtField .wpe_qtfield { margin: 0 auto !important; } #estimation_popup[data-form="4"] .wpe_itemQtField { max-width: 100% !important; } } #estimation_popup[data-form="4"] .genSlide[data-start="1"] .btn-next{ margin-top: 40px !important; } Is it ok ?

Customer Nosivad1987

Perfect! Thank you

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Meceda

2 direct author replies in this public CodeCanyon conversation.

3 messages2 author repliesBuyer threadSupport
CodeCanyon source
Customer Meceda

we are getting this error: Uncaught RangeError: Maximum call stack size exceeded(…) lfb_form.min.js?ver=9.539:2 the price allways goes to 0..

Author loopus

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

Author loopus

Fixed :)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from Chefen

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer thread
CodeCanyon source
Customer Chefen

Hi there! Love your plugin. But how do you set it to "MAX" 1 choice before clicking the next button?

Author loopus

Hello, Simply give the same "group" name to your items (from the item panel). Only one of a same group will be selectable .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from aristotle25

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadSupportCustomization
CodeCanyon source
Customer aristotle25

Hi guys, Im setting up a form using your formbuilder for the first time. Everything works fine with the conditions except halfway building my form and conditions, suddenly there's a jquery conflict. Now this because my template loads its own jquery before yours, ill have to sort out the loading, but strange it just happens like that. Im actually missing a currency item type, or am i missing something? I need some documentation or clarification on this: 1. After asking some questions with yes or no value, there's a item that asks an amount in euro's (pay per hour). So now i need this value to go up when certain questions are answered yes. 2. So now i want a certain value on the last page of the form. This value should be multiplied with the final pay per hour in currency. So how can i add value (in valuta) with conditions? And how can i multiple values?

Author loopus

Hello, You can use the "Custom calculation" option on an item to change its price depending on specific conditions . You can use the button "Add a condition" above the calculation field to visually create the wanted conditions , and the button "Add a value" to recover the value of a specific item in the calculation . There is an example showing how the custom calculations work : https://www.youtube.com/watch?v=xH8frpa7wL0 Feel free to contact me from the support page sending the url of your form if you need help on a specific point.

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from paoloeuvrard

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesBuyer threadLicensing
CodeCanyon source
Customer paoloeuvrard

HI, that's a wonderful plugin. I installed it on a test website and will move it after development. How can I move the license?

Author loopus

Hello, Simply fill your purchase code on the development website, it should be ok .

Customer paoloeuvrard

Ok, perfect !

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from ceopenup

1 direct author reply in this public CodeCanyon conversation.

3 messages1 author repliesSupportCustomization
CodeCanyon source
Customer ceopenup

Presales questions. Does this plugin load files only on the pages with forms, or loads on every page? If no, do you know if your plugin works nicely with Plugin Organizer? I don't like loading unnecessary files on top page and other pages which don't use the plugin feature.

Author loopus

Hello, Yes, the js and css files required by the forms are only loaded on the pages containing a form shortcode. It should work correctly with any theme and plugin. If you encounter a conflict, feel free to contact me from the support page, I will fix it .

Customer ceopenup

Thanks, it's great to know that. Any WP plugin should work like this...;)

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from GoUnike

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesBuyer threadCustomization
CodeCanyon source
Customer GoUnike

Hi, I was looking for some documentation but I couldn't find any. Is there any FAQ section for this plugin? Nevertheless, I am trying to achieve something very simple here: One step is to select a number (type any number or select a pre-selected number) where there will be a price for each quantity item. Now, what is the best way to associate the quantity with a fixed price (i.e. 1=50, 2=100, 3=150) or with different discounted prices per quantity (i.e. 1=50, 2=90, 3=130)? Many thanks.

Author loopus

Hello, You can find the documentation in the main package of the plugin. There are also 4 demo forms that can be imported. In the form, a numberfield defines a value, not directly a price. A good way to do that is to add an hidden and prelected checkbox in the step that will apply a custom calculation using the numberfield value. There is an example here : https://www.youtube.com/watch?v=xH8frpa7wL0 To create your custom calculation, simply use the "Add condition" and "Add a value" buttons, it will generate automatically the corresponding code in the calculation field. In your case, it will be something like : if([item-1_value] == 1){ 50 } if([item-1_value] == 2){ 90 } if([item-1_value] == 3){ 130 } etc ... Even if the checkbox that apply the calculation is hidden in the form, you can show its result in the final summary. Otherwise, if you use a "Select" item, you can directly set a different price for each option of the list from the item panel .

Public CodeCanyon discussion · WP Cost Estimation & Payment Forms Builder

Question from reneerushbrook

1 direct author reply in this public CodeCanyon conversation.

2 messages1 author repliesPaymentsPDF and email
CodeCanyon source
Customer reneerushbrook

hello, can the users submission be saved so the user may look at it or edit it again later? can admin look at and edit these submissions from user?

Author loopus

Hello, Not currently. If you don't need direct payment, the forms can be used to send simple estimates, then the admin can use his own invoice solution to produce final estimates/invoices that can be sent to the customer. I note the idea for a such option directly in the plugin, thank you .