Good day!
I reviewed your form and noticed you are using the API forms not the checkout pages. Please see the following in your code:
Line 392 - 414: Look at line 396
HTML Code:
<input name="Installment" type="text" id="Installment" value="0" size="5" /></td> </tr> <tr> <td colspan="2"> Comments: <br /> <textarea name="SponsorText" rows="4" cols="55" ></textarea> </td> </tr> </table> <table width="100%" border="0"> <tr> <td colspan="2"><h3 class="entry-title">Payment Information</h3></td> </tr> <!-- <tr> <td>Donor ID; <br />Choose a memorable ID</td> <td><input type="text" name="DonorID" id="DonorID" /></td> </tr> --> <tr> <td>First Name</td> <td><input type="text" name="BillingFirstName" id="BillingFirstName" class="required"/></td>
You are not using the FieldName, FieldValue pairs for custom questions.
Please see: http://manual.clickandpledge.com/For...ustom_Question
The limit for the answer is 500 characters as is shown in the API manual.
I hope that answers your question.
Leave a comment: