Ask Arrays

You can now configure your Paths to include an ask array if desired.

Defaults

The default (no array) is a single input box for donor entry (or prefilled per an iqamount url parameter).

Path Configuration

Managing ask array configuration on a path is exactly the same as on GiveNow configurations.

You can add up to three amounts.

Custom Ask Arrays

You can also selectively implement an ask array via URL parameter. The array values are indicated in cents, delimited by ~, and can be anywhere from 1 to 3 items in length. AlumnIQ will render the array values in the order in which they are specified. All arrays will have an [Other] option automatically appended.

For example:

?iqask=1000~5000~10000

Will render an array of [$10] [$50] [$100] on the page.

You can combine this with the iqamount url parameter as well.

?iqask=1000~5000~10000&iqamount=5000

Will render the same array with the $50 option preselected.

Passing an iqamount value that is not one of the array values will result in the [Other] option being selected and prefilled with the passed amount.

?iqask=1000~5000~10000&iqamount=6997

If no custom ask array is passed in, AlumnIQ falls back to the array configured on the path. If there is no array configured on the path, the normal single amount input box is displayed.

Don't forget! Both the ask and amount values must be passed in as cents, not whole dollars, or you'll be receiving some awfully small gifts!

Last updated