Mike Griffith
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
Activity overview
Latest activity by Mike Griffith-
Mike Griffith commented,
Does this apply to replacing flows as well?
-
Mike Griffith commented,
Got me on the right track, thank you. Ended up with the dynamic options being set like ex. 100Registration=100-Registration100Airfare=100-Airfare300Meals=300-Meals Then changed regex to /[^0-9]/g A...
-
Mike Griffith commented,
I tried that and ran into some road blocks. I'm finding it hard to find/write code to work in IDE and then it also work in frevvo. Which is why I ending up asking this question because the calcul...
-
Mike Griffith created a post,
Showing checkboxes checked when values are the same
https://drive.google.com/file/d/1eXQ1A2HXFbg2UYqPCSh3homo3tdbGZ-N/view?usp=sharing 100=100-Airfare100=100-Registration300=300-Meals The values are being handled correctly, but only the first check...
-
Mike Griffith commented,
That did it :). I was so close, but so far... You rock
-
Mike Griffith commented,
This is working in Visual Studio Code. Money103 is checkbox values (from a repeat), Money97 is the sum of those values chosen from checkbox's. Using reduce with the function getsum or reduce with...
-
Mike Griffith commented,
I ended up getting it work in Visual Studio Code by adding a function to add up the array. I've updated the link in above post to the test form. I've tried adding it as custom script in a message...
-
Mike Griffith commented,
https://drive.google.com/file/d/1gqbauxx0R8X1G3inV5QU4c1W2I0vMXpM/view?usp=sharing
-
Mike Griffith created a post,
Subtotal Checkboxes in a repeat
I got this working before trying to work in the repeat. You mind taking a look?
-
Mike Griffith created a post,
Dynamic Placeholder in Rules
Is it possible to enable, disable and/or set the placeholder value in a rule/javascript?