Loading...
Historique marketplace

Vraies questions CodeCanyon et réponses de l'auteur

Retrouvez les questions d'acheteurs, les scénarios avant achat, les problèmes de configuration et les réponses directes de l'auteur des années où WP Cost Estimation était vendu sur CodeCanyon. Voyez comment de vrais clients ont utilisé le plugin et comment les questions courantes ont été traitées.

5 557

Fils de discussion publics

Historique de support public CodeCanyon

19 461

Messages

Questions clients, suites de discussion et contexte

8 679

Réponses de l'auteur

Réponses directes de l'auteur du plugin

78

Pages d'archive

Conversations les plus récentes en premier

Les adresses e-mail publiques et les valeurs ressemblant à des codes d'achat ont été masquées. Le texte original est sinon conservé tel quel pour que le contexte support reste lisible.

Support: 2699Personnalisation: 1536Paiements: 1482PDF et e-mail: 1275WooCommerce: 406Réservation: 221Licences: 215

Rechercher dans l'archive

Trouver une question ou une réponse CodeCanyon

Recherchez dans tous les fils de discussion publics par mot-clé, nom de client, fonctionnalité, intégration ou sujet support.

Saisissez au moins 2 caractères pour explorer toute l'archive.

Page 25 sur 78

Dernières discussions archivées

Chaque fil regroupe la question client, les commentaires de suivi et les réponses de l'auteur, du plus récent au plus ancien.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de SynapsisIT

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteurFil acheteurSupportPaiementsLicences
ClientSynapsisIT

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?

Auteurloopus

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

ClientSynapsisIT

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de powerlogo

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurPersonnalisation
Clientpowerlogo

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!

Auteurloopus

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;} }

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de 360branded

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteur
Client360branded

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!

Auteurloopus

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.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Shahab919

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurSupportPaiements
ClientShahab919

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?

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Sitesum

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupportPaiements
ClientSitesum

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de hamdyhelaly

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupport
Clienthamdyhelaly

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,

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de matiasmendes

4 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

9 messages4 réponses de l'auteurFil acheteurSupportPersonnalisation
Clientmatiasmendes

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

Auteurloopus

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 .

Clientmatiasmendes

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

Auteurloopus

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'); }); });

Clientmatiasmendes

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?

Auteurloopus

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

Clientmatiasmendes

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

Auteurloopus

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

Clientmatiasmendes

Thank you, have a good day

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de tesseram

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurRéservation
Clienttesseram

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

Auteurloopus

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/

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Ouikeo

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurWooCommerce
ClientOuikeo

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.

Auteurloopus

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.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de netzlichter

3 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

7 messages3 réponses de l'auteurFil acheteurSupportPersonnalisationPaiements
Clientnetzlichter

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 :).

Auteurloopus

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

Clientnetzlichter

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.

Auteurloopus

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

Clientnetzlichter

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.

Auteurloopus

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

Clientnetzlichter

Contacted you. Big thanks in advance.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de kathrinjimi

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

4 messages2 réponses de l'auteurSupportPersonnalisationRéservation
Clientkathrinjimi

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

Auteurloopus

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 .

Clientkathrinjimi

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?

Auteurloopus

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.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de khprem

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurPaiements
Clientkhprem

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de DESI9N-NL

3 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

5 messages3 réponses de l'auteurFil acheteurSupportPersonnalisationPaiements
ClientDESI9N-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

Auteurloopus

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 .

ClientDESI9N-NL

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

Auteurloopus

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.

Auteurloopus

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 ?

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de tesseram

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteurFil acheteur
Clienttesseram

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?

Auteurloopus

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 .

Clienttesseram

Okay loopus, Thank you for your prompt response

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de tesseram

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteurFil acheteurSupportPersonnalisation
Clienttesseram

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 ?

Auteurloopus

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 ?

Clienttesseram

Thanks!

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de DESI9N-NL

0 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

1 messages0 réponses de l'auteur
ClientDESI9N-NL

.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de tifnan

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteurFil acheteurPersonnalisationPaiements
Clienttifnan

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!

Auteurloopus

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(' '); });

Clienttifnan

Thanks! It works

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de ralmi

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteurFil acheteurPersonnalisation
Clientralmi

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 :(

Auteurloopus

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

Clientralmi

Worked like a charm! Thanks alot :)

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de diamanto

3 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

6 messages3 réponses de l'auteurFil acheteurSupportPersonnalisationPaiements
Clientdiamanto

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

Auteurloopus

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 .

Clientdiamanto

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

Auteurloopus

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.

Clientdiamanto

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

Auteurloopus

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 .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de ezzeldean

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

4 messages2 réponses de l'auteurFil acheteurSupportPersonnalisation
Clientezzeldean

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?

Auteurloopus

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

Clientezzeldean

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

Auteurloopus

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.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de mgeorgiou

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupport
Clientmgeorgiou

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!

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de HappyAgencies

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteur
ClientHappyAgencies

Hi, are you planning to add repeatable fields?

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de atharuddin80

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteur
Clientatharuddin80

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?

Auteurloopus

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 .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de trustexpert

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

4 messages2 réponses de l'auteurFil acheteurSupportPersonnalisationPaiements
Clienttrustexpert

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.

Auteurloopus

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

Clienttrustexpert

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de gianny80

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurSupportPaiementsPDF et e-mail
Clientgianny80

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.

Auteurloopus

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 .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Batalenkov

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

4 messages2 réponses de l'auteurFil acheteurSupportPaiementsLicences
ClientBatalenkov

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.

Auteurloopus

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

ClientBatalenkov

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.

Auteurloopus

1. Yes 2. Yes 3. Yes

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Batalenkov

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteurFil acheteurSupportPaiements
ClientBatalenkov

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.

Auteurloopus

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 .

ClientBatalenkov

thanks, everything is fine

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de netterpatrick

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurSupport
Clientnetterpatrick

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

Auteurloopus

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 !

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de delstrat

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

7 messages1 réponses de l'auteurFil acheteurSupportPersonnalisationWooCommerce
Clientdelstrat

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.

Clientdelstrat

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.

Clientdelstrat

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

Clientdelstrat

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?

Clientdelstrat

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

Clientdelstrat

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!

Auteurloopus

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 .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Daviducci0

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurPDF et e-mail
ClientDaviducci0

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de veedyou

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurPersonnalisationPDF et e-mail
Clientveedyou

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!

Auteurloopus

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; }

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de DavidGaillard

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

4 messages2 réponses de l'auteurFil acheteurSupportPaiements
ClientDavidGaillard

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

Auteurloopus

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 .

ClientDavidGaillard

version 9.692

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de vervelover

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupport
Clientvervelover

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

Auteurloopus

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 .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de plnewton

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

4 messages2 réponses de l'auteurFil acheteurSupportPaiementsPDF et e-mail
Clientplnewton

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?

Auteurloopus

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

Clientplnewton

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

Auteurloopus

Yes, I just saw your email, I replied.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de tomasmartinsson

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupportPDF et e-mail
Clienttomasmartinsson

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

Auteurloopus

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 .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de usmanqamar

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

4 messages2 réponses de l'auteurFil acheteurSupportPDF et e-mail
Clientusmanqamar

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

Auteurloopus

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 .

Clientusmanqamar

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Supernova23

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

5 messages2 réponses de l'auteurFil acheteurSupportPaiementsPDF et e-mail
ClientSupernova23

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.

Auteurloopus

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

ClientSupernova23

How to export?

Auteurloopus

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

ClientSupernova23

Oh God

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de delstrat

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupportPersonnalisationWooCommerce
Clientdelstrat

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:

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Jasinka

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupportPaiements
ClientJasinka

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.

Auteurloopus

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") .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de trexya

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurPersonnalisation
Clienttrexya

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

Auteurloopus

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 }); });

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de christo9090

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupportPaiementsPDF et e-mail
Clientchristo9090

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?

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de sagar122

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurPersonnalisation
Clientsagar122

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!

Auteurloopus

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 .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de finleydesign

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

5 messages2 réponses de l'auteurFil acheteurPersonnalisation
Clientfinleydesign

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?

Auteurloopus

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

Clientfinleydesign

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

Auteurloopus

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 .

Clientfinleydesign

Ok think I understand you, thanks

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de astrabox

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

5 messages2 réponses de l'auteurFil acheteurSupportPaiements
Clientastrabox

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.

Auteurloopus

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

Clientastrabox

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

Auteurloopus

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

Clientastrabox

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de jkirves

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurWooCommercePaiementsPDF et e-mail
Clientjkirves

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.

Auteurloopus

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 .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de jkirves

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteurFil acheteurWooCommerce
Clientjkirves

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?

Auteurloopus

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

Clientjkirves

ok, thanks a lot.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de powerlogo

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurPersonnalisation
Clientpowerlogo

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

Auteurloopus

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 .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de HappyAgencies

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteur
ClientHappyAgencies

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)

Auteurloopus

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 .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de voyacontech

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurPersonnalisation
Clientvoyacontech

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!

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de rave007

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteur
Clientrave007

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de naomivd

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

4 messages2 réponses de l'auteurFil acheteurSupportPaiements
Clientnaomivd

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?

Auteurloopus

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]

Clientnaomivd

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de osformation

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurSupportWooCommerceRéservation
Clientosformation

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

Auteurloopus

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.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de jstrategy

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

6 messages2 réponses de l'auteurFil acheteurSupportPersonnalisationPDF et e-mail
Clientjstrategy

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?

Clientjstrategy

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.

Clientjstrategy

https://lab1.talkfaucet.com/

Auteurloopus

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 ?

Clientjstrategy

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!

Auteurloopus

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; } }

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de commcross

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

4 messages2 réponses de l'auteurFil acheteurPersonnalisation
Clientcommcross

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

Auteurloopus

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

Clientcommcross

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

Auteurloopus

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/

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de tesseram

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteurFil acheteurPersonnalisation
Clienttesseram

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

Auteurloopus

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 .

Clienttesseram

Okay thank you

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de retapjukka

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurPersonnalisation
Clientretapjukka

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

Auteurloopus

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(); }); });

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de toddpitcher

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurSupportPDF et e-mail
Clienttoddpitcher

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.

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de commcross

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

4 messages2 réponses de l'auteurFil acheteurPersonnalisation
Clientcommcross

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.

Auteurloopus

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 .

Clientcommcross

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?

Auteurloopus

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 .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de felgod

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteurFil acheteurSupportPaiements
Clientfelgod

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

Auteurloopus

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

Clientfelgod

Thanks @loopus

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de andreipopa90

6 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

13 messages6 réponses de l'auteurFil acheteurSupportPersonnalisationRéservation
Clientandreipopa90

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

Auteurloopus

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 .

Clientandreipopa90

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

Auteurloopus

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 ?

Clientandreipopa90

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!

Auteurloopus

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

Clientandreipopa90

Yep. That was the error. Thanks!

Clientandreipopa90

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

Auteurloopus

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 .

Clientandreipopa90

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?

Auteurloopus

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 ?

Clientandreipopa90

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?

Auteurloopus

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 .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de ALDECOR_COM

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteur
ClientALDECOR_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,

Auteurloopus

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 .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Phacin8

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurPersonnalisation
ClientPhacin8

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 :)

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de phanibh9

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurPersonnalisationPDF et e-mail
Clientphanibh9

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?

Auteurloopus

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 .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de dany77_ba

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

4 messages2 réponses de l'auteurFil acheteurPersonnalisation
Clientdany77_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" ?

Auteurloopus

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 .

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

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Mackros

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurPersonnalisationPaiements
ClientMackros

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

Auteurloopus

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/ ) .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de AngryWarrior

2 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

5 messages2 réponses de l'auteur
ClientAngryWarrior

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

Auteurloopus

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

ClientAngryWarrior

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

Auteurloopus

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

ClientAngryWarrior

Alright, thanks! ;-)

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de Colex-Werbeagentur

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteur
ClientColex-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!

Auteurloopus

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de islandboii242

3 réponses directes de l'auteur dans cette conversation publique CodeCanyon.

8 messages3 réponses de l'auteurFil acheteurSupportPersonnalisationPaiements
Clientislandboii242

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.

Clientislandboii242

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

Auteurloopus

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 .

Clientislandboii242

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"

Auteurloopus

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

Clientislandboii242

thanks now we are getting somewhere

Auteurloopus

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

Clientislandboii242

i sent another email...

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de jstrategy

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteurFil acheteurPersonnalisation
Clientjstrategy

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.

Auteurloopus

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

Clientjstrategy

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.

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de hajo808

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

3 messages1 réponses de l'auteurFil acheteurRéservation
Clienthajo808

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!

Auteurloopus

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 ?

Clienthajo808

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

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de dantigno

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurPaiements
Clientdantigno

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?

Auteurloopus

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 .

Discussion publique CodeCanyon · WP Cost Estimation & Payment Forms Builder

Question de 360branded

1 réponse directe de l'auteur dans cette conversation publique CodeCanyon.

2 messages1 réponses de l'auteurFil acheteurWooCommerce
Client360branded

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.

Auteurloopus

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