I received a request from a client for a custom form today and thought I’d ask for some direction on the best way to make it happen. Here’s the request:
Guest submits the amount they spend annually on shipping (along with some other basic info)
1% of that amount becomes the membership dues (min of $200, rounded down in chunks of $5,000) IE, someone spending $1 - $24,999 pays $200, and someone spending $25,000 - $29,999 pays $250
The membership dues figure is shown/submitted along with other info collected.
I know this could be done using just conditionals in the second field (if Number 1 is between x and y then z), but wondered if there was a better way to accomplish what they’re looking for… since they will be dealing with clients whose annual spend ranges from tens of thousands to tens of millions – they need to scale that formula indefinitely. Inputting those individual conditionals seems like the wrong way to do it-a formula using the calculations seems better, but I can’t quite get my head on that yet…only because of the need to place the annual spend in the “between x and y.” If it wasn’t for that, obviously it’s a simple formula.
What do you think?