Viewing 4 replies - 1 through 4 (of 4 total)
  • How well do you know jQuery? Have you ever build your own plugin?

    What we have done in simular situations is write a custom piece of jQuery that performs your math function each time the field values are changed. Wrapped this all in a nifty plugin to inject the script only on the pages we need it.

    Of course, for more detailed directions, you will need to provide a bit more info:

    1. how are the values entered?
    • radio buttons
    • user fills out text input
    • do you want to display the total score, or simply have it included in the response email
    • at which point do you want to calculate the score? Each time a value is entered/added/changed or when the user clicks a ‘totals’ button or the ‘submit’ button
    • Good luck!

    Thread Starter Salt5

    (@salt5)

    Thanks for the quick response Baden!

    I know enough jQuery where I can usually reverse engineer something to work for myself and I’ve done a plugin or two, but very basic ones.

    1. Values will be entered via radio buttons/drop downs so we can control their values.
    2. Preferably would like to be able to do both, but email would be most important for now.
    3. It can be calculated when the user hits submit. No need to constantly change/update.

    SaltyFiver,

    Kind of got carried away and went ahead and created a little plugin called Calc-O-Matic for you. Download the plugin, modify as needed. Let me know how it works for you.

    -Baden

    Thread Starter Salt5

    (@salt5)

    Works like a charm. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Math with Field Values for Email’ is closed to new replies.