We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 28173
    • 409 Posts
    Hi,

    I have a special asking from a customer.
    He organize an annual event and for the subscription he has a "complex" form with lot of options, and a manual calculation is required. All of this by paper for the moment.
    He asked me if it's possible to automate all the process with an online form.

    What I need is the possibility for the final user to fill a form with quantity or checkbox, and the final amount will be recalculate.
    Is FormIt can do this ?

    Finally, and for information, the end user will pay the total amount due on a secured plateform, but there nothing to do with MODX smiley

    This question has been answered by BobRay. See the first response.

    • discuss.answer
      • 3749
      • 24,544 Posts
      FormIt might be able to do it with a number of unpleasant screen reloads and a whole lot of frustrating coding and testing. Instead, I'd recommend doing it with JavaScript (you can still use FormIt). That's kind of what JS if for. All the modifications would take place before the form is actually submitted.
        Did I help you? Buy me a beer
        Get my Book: MODX:The Official Guide
        MODX info for everyone: http://bobsguides.com/modx.html
        My MODX Extras
        Bob's Guides is now hosted at A2 MODX Hosting
        • 28173
        • 409 Posts
        OK thanks for the answer. I'll go in this way smiley