Viewing 2 replies - 1 through 2 (of 2 total)
  • I don’t the developers will answer, but the way the elavon tab works for amount (and all the other optional fields) is you enter the fieldname (not it’s label) from your form tab for the field that will contain the amount. In other words, you’re supposed to design the first step of the form (using the form tab) and it should, at the very least, include an ‘amount’ field.

    For example: your ‘FORM’ might be configured with two fields:

    <p>Payment Amount<span class="required">*</span>
    [text* myamount]</p>
    <p>City <span class="required">*</span>
    [text* mycity]</p>

    So on the Elavon tab, you’d enter ‘myamount’ for amount (the field that will be passing the transaction amount) and optionally, you could enter ‘mycity’ for City (the field that will pass the value for City).

    199ah

    (@199ah)

    I’m getting the same error
    Warning : You have not configured Amount field properly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Warning : You have not configured Amount field properly.’ is closed to new replies.