• Resolved enviousdigital

    (@enviousdigital)


    Hi. I have an excel sheet that I am trying to turn into a quote form on a wordpress website. The excel sheet has all the formulas to produce the quote but spread across multiple worksheets (in the same document). I then need only some of the fields on the main worksheet that the quote sheet contains to display. The quote generated is dependant on selections that the customer makes, which is then calculated based on the formula in the other worksheets. I’d then like the user to be able to save their quote and login to view it later on. Does this sound possible? I can send you the original excel sheet if you need to see it?

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @enviousdigital,

    First, you need to know that our plugin is not an Excel emulator, and that the programming language and logic in Excel is different to the way that a form should be implemented with our plugin, so, it is not possible to import the Excel file directly to the plugin. The Excel file will help you as a guide in the development process, because you can check in each step of the process if the form is generating the correct results, but you should reimplement all the logic using javascript and the operations included by the plugin.

    Furthermore, the version of the plugin to use will depend of the project’s purpose. For example, if you want to display the forms only to logged users, and register their submissions so they can return to the website to check the data submitted previously, you will need the Developer version of the plugin and activate the “Users Permissions” addon (more information in the following link: http://cff.dwbooster.com/add-ons/users-permissions#begin)

    However, if you need additional help implementing your project, I can offer you a custom coding service from my personal website:

    http://cff.dwbooster.com/customization

    Best regards.

Viewing 1 replies (of 1 total)

The topic ‘Using data from excel sheet’ is closed to new replies.